Possible bugs:
CR 323730 "An ALTER TABLE operation with ADD, DROP or MODIFY COLUMN on a large Data Only Locked table having a placement index may cause subsequent DBCC CHECKTABLE to report 7928 errors: "Index <indexname> is not consistent; found <leafrow_num> leaf rows but <datarow_num> data rows. Drop and recreate the index". Subsequent REORG REBUILD on this table may result in data loss."
CR 305147 "The order in which the rows were inserted in a Data Only Locked table via
the SELECT INTO <target> FROM <source> ORDER BY command was not predictable.
We now retain this sequence by inserting rows in the order of rows received."
CR 277087 "A 1530 error, "Create index with sorted_data was aborted because of row out of order. Primary key of first out of order row is '<value>'", may occassionally be reported when an ALTER TABLE MODIFY command is executed on a data-only locked table and the table has a clustered index. "
Partager