Viewing 5 posts - 46 through 51 (of 51 total)
Even I am affluent with the GUI only, however check the below article posted on sql server central that can help further on this.
Meanwhile we can also look into other...
August 7, 2008 at 4:30 am
I echo Jack...this can be acheived for SQL Server as a whole by setting the "priority boost" to high, but not for individual spid's.
-Rajini
August 7, 2008 at 2:37 am
The easiest way is to find it through job history..
Message
The Job was invoked by "the person or the account"
August 7, 2008 at 12:22 am
Try restoring the database using the following query:
restore database "dbname"
from disk = 'Servername\sharedlocation\db.bak'
servername - This is not the local server name, it is the servername where the backup files are...
August 6, 2008 at 11:53 pm
Hi,
Please follow this following steps:
1. Use sp_who2 to check for the user currently connected to the db and kill the spid accordingly, it shloud not even be in the sleeping...
August 5, 2008 at 4:23 am
Viewing 5 posts - 46 through 51 (of 51 total)