Viewing 15 posts - 436 through 450 (of 1,248 total)
Did you try something like below?
ALTER DATABASE dbName SET RESTRICTED_USER WITH ROLLBACK IMMEDIATE
April 24, 2008 at 2:28 pm
Did you try to add MOVE option in your RESTORE clause?
Or did you try to create necessary folders for your restore?
April 24, 2008 at 2:19 pm
Check the database setting. If it is set to single-user mode, change it multiple user mode.
If it is set in the multiple user mode, check whether or not there is...
April 22, 2008 at 3:19 pm
A database server is designed for multiple users. I do not think it will automatically be changed to a single-user mode.
Yes, we can set it in the single-user mode...
April 22, 2008 at 2:51 pm
You may use the same method to migrate data from SQL Server 7.0 or from SQL Server 2000. See the link below.
April 22, 2008 at 2:34 pm
No. Your new password will take effect only after restarting your SQL services.
April 22, 2008 at 2:27 pm
Here is an article comparing Named Pipes and TCP/IP
http://msdn2.microsoft.com/en-us/library/aa178138(SQL.80).aspx
May it help.
April 22, 2008 at 2:23 pm
Did you try to use other account to login?
April 22, 2008 at 2:19 pm
Did you try the Profiler? Remember to add filter if you decide to use it.
April 22, 2008 at 2:09 pm
Did you have any chance to read the following article?
http://msdn2.microsoft.com/en-us/library/aa937532(SQL.80).aspx
April 21, 2008 at 6:08 am
You may try this one in the following link:
http://www.sqlservercentral.com/articles/Administering/migratingloginstoanotherserver/1140/
April 20, 2008 at 9:02 pm
Could you use xp_cmdshell command to copy the file directly to your local machine?
April 20, 2008 at 8:57 pm
Just my input for your reference.
I would like to say, snapshot is not a good candidate. You can use export data to your target server by selecting desired objects. Replication...
April 20, 2008 at 8:51 pm
It may not be SQL Server-related. You may add an alert using master..xp_fixeddrives in your alert.
April 16, 2008 at 12:49 pm
Viewing 15 posts - 436 through 450 (of 1,248 total)