June 15, 2009 at 9:47 am
Anyone using CDC know how to reorganize the indexs? I get an error when I try
The unique index 'PK__Executio__05F5D74552AE4273' on source table '[dbo].[ExecutionLogStorage]' is used by Change Data Capture. To alter or drop the index, you must first disable Change Data Capture on the table.
Msg 3609, Level 16, State 2, Line 1
January 12, 2010 at 2:29 pm
Although it is deprecated, the DBCC DBREINDEX should work.
http://connect.microsoft.com/SQL/feedback/ViewFeedback.aspx?FeedbackID=474589
Robin HC
January 13, 2010 at 12:15 am
What did you try to run that cause that error?
Alter Index Rebuild?
Alter Index Reorganise?
Drop index?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 13, 2010 at 6:58 am
You know, it's been so long I forgot what this was about. I got the error after setting up change data capture on a table. If I tried to rebuild the indexes, I would receive that error.
February 19, 2010 at 4:39 pm
This was a bug in SQL 2008 that is fixed in CU6 for SP1 as per the following link:
http://support.microsoft.com/kb/977076/
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog | Twitter | MVP Profile
Training | Consulting | Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs[/url]
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply