Viewing 15 posts - 46 through 60 (of 92 total)
This was very helpful, especially the second article. Thank you kindly.
Best Regards,
~David
March 19, 2009 at 11:53 am
Flo, this will do the trick. Thank you for the input.
Best Regards,
~David
March 6, 2009 at 9:54 am
Steve, there are only 2 tables that are heavily deleted from and inserted into. those are the ones that would need any type of defragmenting on a somewhat regular...
Best Regards,
~David
February 20, 2009 at 12:46 pm
Steve, what is the best way to schedule this say weekly? Is it best to use ALTER INDEX, DBCC DBREINDEX or some other method? Thank you.
Best Regards,
~David
February 20, 2009 at 12:04 pm
I am using the batch method with 100000 row chunks and it is working very well. There is very little to no logging occurring. My question is with...
Best Regards,
~David
February 20, 2009 at 11:52 am
This will not work because select into will not give me the true definition of the table, specifically the division_id which is a computed column. I suppose I could...
Best Regards,
~David
February 19, 2009 at 12:51 pm
Thank you for the explanation. That helps a lot. 🙂
-David
Best Regards,
~David
October 13, 2008 at 10:26 am
This is nice! Could you please provide a description of what the following columns mean:
user_seeks
system_seeks
user_scans
system_scans
user_lookups
system_looksups
user_updates
system_updates
score
What should I bee looking for here? What red flags should I look for?
Also,...
Best Regards,
~David
October 13, 2008 at 6:50 am
The primary key is actually on order_id, retailer_id and transition_seq. The situation is orders are stored by stores and a sequence. for some reason order ids are NOT...
Best Regards,
~David
August 6, 2008 at 9:41 am
David, thank you for the input. Being that this is just for SS 2005 + I am forced to use sp_who2 and DBCC INPUTBUFFER(spid).
I would like to use a...
Best Regards,
~David
July 21, 2008 at 7:01 am
Jeff, yes it was a CPR error. I have expressed the same concerns pertaining to using the shrinkdatabase command in this daily maintenance routine however the higher authorities insist...
Best Regards,
~David
July 7, 2008 at 6:37 am
Vj, excellent point. Thank you.
-David
Best Regards,
~David
July 3, 2008 at 1:27 pm
Excellent! Thank you kindly.
-David
Best Regards,
~David
July 3, 2008 at 11:37 am
Yes you are correct. But this works fine.
DECLARE
@DBName VARCHAR(100),
@sql NVARCHAR(4000),
SELECT @sql = N'use ' +...
Best Regards,
~David
July 3, 2008 at 11:33 am
The WHERE database_id > 4 works fine.
Thank you Markus.
-David
Best Regards,
~David
July 3, 2008 at 10:10 am
Viewing 15 posts - 46 through 60 (of 92 total)