Viewing 5 posts - 361 through 365 (of 365 total)
hi,
Its working fine after excluding reorganize logic. But I'm running this script for each database one-by-one manually connecting each db. Could you tell me what & where should I add...
August 30, 2009 at 2:23 am
Hi Gail,
http://msdn.microsoft.com/en-us/library/ee308910%28BTS.10%29.aspx
From the above Microsoft link:
Default Settings for the Database Index Rebuilds and Defragmentation
BizTalk Server does not support defragmenting indexes. “DBCC INDEXDEFRAG” and “ALTER INDEX … REORGANIZE …”...
August 29, 2009 at 6:27 pm
http://msdn.microsoft.com/en-us/library/ms175008.aspx
I have used script listed on this page but i have modified it to replace cursor and run it for all databases in production server rather than just one database.
I'm...
August 29, 2009 at 1:17 pm
I have ran this query in a database "DB_Name" and its returning the tables related to some other database in the same instance.
But how can we check whether all...
August 25, 2009 at 1:43 pm
I found the below script from MSDN for index deframentation:
avg_fragmentation_in_percent 30 ---do index rebuild
Can I schedule this to run every day after business hours?
-- Ensure a USE ...
August 21, 2009 at 12:30 pm
Viewing 5 posts - 361 through 365 (of 365 total)