Viewing 15 posts - 271 through 285 (of 395 total)
Can you post the results of your test...
August 16, 2005 at 11:49 am
Our users once in a while need to make changes to the production. So if their mamager approves that, they call/mail DBA with ticket number.
We execute a...
August 16, 2005 at 11:24 am
I also usually restart the server(s) after disabling Write Cache mechanism on the disk. (if enabled).
August 10, 2005 at 11:25 am
shot in a dark: check MDAC versions
August 9, 2005 at 11:43 am
You could create a Stored Proc (should be on this site too) and put it in Master on each server you want to monitor. Make all the rest of your...
July 27, 2005 at 11:21 am
You might want to schedule reindexing on the weekend, putting your db in simple recovery. Also you might create a script, using sp_denylogin to certain accounts,so your maintenance would run faster....
July 26, 2005 at 11:28 am
When I got the above error message, I spent quite a time changing the maint job owner to sa on 30 servers. So those jobs runs succesfully. Rebooting the ADS...
July 22, 2005 at 7:44 pm
We have a pretty hefty db (over 900GB) and we use logshipping for the reporting server. Early in the morning, evening and night we use it for the logshipping; and...
July 20, 2005 at 12:41 pm
You might want to try to reboot your ADS. It should fix the issue.
July 15, 2005 at 3:22 pm
We have a procedure in place before reindexing (during maint window), which kicks out all users and put db in a simple mode...
...and subquently, after it finishes the process. remember...
July 6, 2005 at 11:46 am
Any accompanying messages in SQl Server Error Log?
It could be a damaged page chain, a corrupt Index Allocation Map (IAM), or an invalid entry in the sysobjects...
July 6, 2005 at 11:28 am
UDF performs a row by row processing, so you might suffer a performce hit on big table...
July 5, 2005 at 11:23 am
sufian,
you should stop offending other people, especially those who was trying to help you, and especially Remi! Manners, dude. Learn them. Might be helpful one day. (yes, I got an...
July 2, 2005 at 8:34 pm
Viewing 15 posts - 271 through 285 (of 395 total)