NoncentztheGreat
MIS
My initial message was this:
System.Data.SqlClient.sqlError: REStORE cannot process database because it is in use by this session. Use master
I checked and nobody is logged into the database. I removed the session from the DB by choosing to run in master but to no avail.. (same error message)
So I decided to run in single user mode via this command:
----set single_User with ROLLBACK IMMEDIATE----
after I ran this command the DB was set to single user mode but now I cannot restore because it tells me:
Failed to connect to server 'SERVER'
Cannot open user default database. Login Failed for user 'Administrator'
Now im totally lost... any help is appreciated
System.Data.SqlClient.sqlError: REStORE cannot process database because it is in use by this session. Use master
I checked and nobody is logged into the database. I removed the session from the DB by choosing to run in master but to no avail.. (same error message)
So I decided to run in single user mode via this command:
----set single_User with ROLLBACK IMMEDIATE----
after I ran this command the DB was set to single user mode but now I cannot restore because it tells me:
Failed to connect to server 'SERVER'
Cannot open user default database. Login Failed for user 'Administrator'
Now im totally lost... any help is appreciated