Viewing 15 posts - 211 through 225 (of 395 total)
Mike,
May be you could place your database in the simple recovery mode before reindexing. Once reindexing is done you put it back in full recovery mode and do the full...
May 1, 2006 at 9:51 am
When we create clusters in our company they usually end with 'A' or 'B', depending on the Node..
So you can do something like that and include that in the job,...
April 7, 2006 at 11:53 am
It might sound strange, but did you perform a Diff backup of a physical Database...
If yes, then can it be a wrong ( with broken LSNs) Diff backup you are trying...
April 5, 2006 at 12:14 pm
If you use Windows 2000 Server ( not Advanced Server, right?) then you cannot use the 3 GB switch
in the Boot.ini file with Windows 2000 Server; however, you can...
March 16, 2006 at 12:40 pm
couple of points:
You made the original backup with SQL LiteSpeed, right?
We usually use extension LBK for LiteSpeed backups and are not using @with='RECOVERY' option for restore.
Also you might want to...
March 16, 2006 at 11:48 am
Shrinkfile/Shrinkdatabase might take quite some time on 300GB database...
March 3, 2006 at 12:42 pm
Not sure if the following is true in your case, but: about 6 months ago I created few VB6/SQLDMO projects on my computer to run against our 250+...
March 3, 2006 at 11:58 am
you might want to run sp_who2 and store the output into the #table. Then query this table for that database usage and if necessary issue kill users...Then use your statement
March 1, 2006 at 11:07 am
I would assume that Auto close and Auto Shrink is off in Production
February 23, 2006 at 11:29 am
Did you check BOL?
check some of those links:
http://support.microsoft.com/kb/315886/
http://support.microsoft.com/?id=263556
http://msdn2.microsoft.com/en-us/library(d=robot)/ms189505.aspx
http://msdn2.microsoft.com/en-us/library(d=robot)/ms175189.aspx
February 18, 2006 at 7:45 pm
forgot to mention: encorporate your code in the Stored Proc where the last line of code you can execute your xp_sendmail ...
February 16, 2006 at 4:39 pm
in short: you can create a job where going to place above code and run it, say, every hour. If you do this on a regular basis you may...
February 16, 2006 at 4:36 pm
I heard from 2 different MS specialists a recommendation not to use Mirroring untill it will be fixed with SP1 available in June.
January 30, 2006 at 3:55 pm
Viewing 15 posts - 211 through 225 (of 395 total)