Dec 7, 2006 #1 sendba Programmer Sep 7, 2005 113 US All Is there a way to drop and recreate indexes(including PRIMARY key) on a table which is used in Transactional Replication. Please let me know Thanks alot in advance Sen
All Is there a way to drop and recreate indexes(including PRIMARY key) on a table which is used in Transactional Replication. Please let me know Thanks alot in advance Sen
Dec 7, 2006 #2 ptheriault IS-IT--Management Aug 28, 2006 2,699 US No, if you want to drop the index you will need to remove the table from replication. What is it you are trying to accomplish? - Paul - Database performance looks fine, it must be the Network! Upvote 0 Downvote
No, if you want to drop the index you will need to remove the table from replication. What is it you are trying to accomplish? - Paul - Database performance looks fine, it must be the Network!
Dec 7, 2006 Thread starter #3 sendba Programmer Sep 7, 2005 113 US I want to do a maintenace on the database. Upvote 0 Downvote
Dec 7, 2006 #4 ptheriault IS-IT--Management Aug 28, 2006 2,699 US you can use DBCC INDEXDEFRAG and DBCC DBREINDEX to rebuild indexes. Both commands will get rid of fragmentation. Use DBCC SHOWCONTIG to view fragmentation of a table. - Paul - Database performance looks fine, it must be the Network! Upvote 0 Downvote
you can use DBCC INDEXDEFRAG and DBCC DBREINDEX to rebuild indexes. Both commands will get rid of fragmentation. Use DBCC SHOWCONTIG to view fragmentation of a table. - Paul - Database performance looks fine, it must be the Network!