Viewing 3 posts - 1 through 4 (of 4 total)
Ninja's_RGR'us (5/11/2011)
Have you used the rollback immediate option?
Yes
>> Have you checked the connections to the Database?
I did "SELECT SYSTEM_USER" and it was my Windows Log IN
>> Are there jobs running,...
May 11, 2011 at 10:46 am
I tried :
ALTER DATABASE AdventureWorks
SET SINGLE_USER
...
But it gives me the same "Exclusive access could not be... " error.
When I set the database to Single User using the the menu
(r click,...
May 11, 2011 at 9:53 am
thanks . . Is this the way to do it :
ALTER DATABASE AdventureWorks
SET SINGLE_USER
WITH ROLLBACK IMMEDIATE; << do I need this ??
** RESTORE DATABASE **
ALTER...
May 10, 2011 at 10:14 am
Viewing 3 posts - 1 through 4 (of 4 total)