Viewing 15 posts - 181 through 195 (of 317 total)
Thomas LaRock wrote the following TSQL and it is amazingly informative.
-- This script will tell you when, where, what type of backup, how long it took, and who took the...
January 10, 2011 at 3:25 pm
1. how to determine from the result of dbcc showcontig whether I have to reindex. - Index ID must be greater than 0 (0 means it is a heap). ...
January 10, 2011 at 3:10 pm
Thank you all! As a followup, does a delete record take up more space in the transaction log than an insert and if so, is there any way to...
December 30, 2010 at 1:21 pm
A server reboot is usually a sign of hardware failure, i.e. overheated processor, power supply, or even something even more simple.
Please review the event log for more information.
December 29, 2010 at 10:13 am
Like many of the posts here today, from those that have/are working from home, I tend to put in more hours while working from home. OCTOM's comment was how...
December 29, 2010 at 10:01 am
Gails answer is best, but if you want a specific article please review the following:
December 28, 2010 at 1:17 pm
You said management would not accept removing older data. Is this "older" data used regularly? Or, can you remove it to a new database called "DRIBS_Archive" and then take...
December 27, 2010 at 7:59 am
What version of SQL Server with SP are you running?
Please post the results of the following:
select @@version
December 21, 2010 at 3:11 pm
Have you performed a migration from one SQL Server to a different SQL Server?
Can you run the following against the msdb database and verify subsystem dlls are pointing to the...
December 21, 2010 at 2:21 pm
Are there any messages in the SQL Agent Log, SQL Server Log, Error Log files? Typically the SQL Agent Log will tell you precisely why.
Have you attempted to enable...
December 21, 2010 at 12:38 pm
An annoying bug with SQL Server Express and multiple instances. You will most likely need to uninstall the second instance via command line. Take a look at the...
December 20, 2010 at 10:58 am
Have you put any thought in to rebuilding the Full-text catalog(s) prior to the backup job? It isn't a bad maintenance addendum to rebuild Full-text catalogs once a month...
December 20, 2010 at 10:43 am
Check the log files for any information.
Also, do you have "Auto restart SQL Server if it stops unexpectedly" and " Auto restart SQL Server Agent if it stops unexpectedly" checked?...
December 17, 2010 at 12:37 pm
Dave said it best Google is your friend, one solution is in this article.
December 17, 2010 at 12:31 pm
Viewing 15 posts - 181 through 195 (of 317 total)