Viewing 15 posts - 16 through 30 (of 63 total)
Did u try to delete the job and recreate it as new one with the new schedule ???
May 14, 2006 at 11:44 am
Some more tips on tempdb : http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=92&messageid=277442
May 7, 2006 at 4:19 am
Nice article atleast for the beginners.
May 7, 2006 at 4:14 am
Hi Sameer.
That was a nice little but great point to note.
Thanks so much !
April 14, 2006 at 10:49 am
Use the below statement from the master db. Hope this helps !
use master
select * from sysdatabases order by dbid
April 13, 2006 at 12:48 pm
Mike, one quick question here:
Sometimes you get the below error message while you try to detach the system databases like sp_detach_db 'model'..
ERROR 7940 System databases master, model, msdb, and tempdb...
April 13, 2006 at 12:42 pm
If you are able to ping the server and if remote desktop connectivity fails to connect ...then I guess you have problem with services on the DB server...
I believe, u...
April 12, 2006 at 5:55 am
select ALL from sqlservercentral.com
Print ('Congrats on achieving this great milestone')
print ('Thanks to ALL')
🙂
April 9, 2006 at 11:06 pm
Anoop, can you ensure if all the backups are closed properly.
The backups become inconsistent if you shutdown or abort the DB using the shutdown/abort command.
I'm afraid, the backup should be...
April 9, 2006 at 1:25 pm
Did you try to delete the catalog folder from the drive where it is stored ? I guess, you need to clean it up in the registry too..
The path :...
April 9, 2006 at 12:13 pm
Plz check this link. You have a downloadable ppt with arthimetic calculations on planning.
April 9, 2006 at 8:25 am
Is that not possible to view the same in the Cluster administrator --> under Active resources/groups??
April 9, 2006 at 8:19 am
I'm afraid, if I recall from Rob Viera's book..u got to have both sql and domain authentication level [simply - mixed authentication] set to run the debugger properly...
I'm sorry if...
April 9, 2006 at 7:47 am
Well, in cases where the 'update' has to span and table scan across huge amount of data its better to split into individual batches.
I believe your update runs through dozens...
April 7, 2006 at 12:08 pm
To work with compatible level, use the below SP.
sp_dbcmptlevel
April 7, 2006 at 12:03 pm
Viewing 15 posts - 16 through 30 (of 63 total)