SQL Server outputs the following warning when creating the history table:
Warning! The maximum key length is 900 bytes. The index 'PK_dbo.__MigrationHistory' has maximum length of 1534 bytes. For some combination of large values, the insert/update operation will fail.
Comments: @jliu: The fix is included in nightly builds more recent than beta 1.
Warning! The maximum key length is 900 bytes. The index 'PK_dbo.__MigrationHistory' has maximum length of 1534 bytes. For some combination of large values, the insert/update operation will fail.
Comments: @jliu: The fix is included in nightly builds more recent than beta 1.