Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
rb1373
Yak Posting Veteran
93 Posts |
Posted - 2005-01-05 : 10:51:27
|
| How do I stop a database from loading? This is on my standby server. It may not be loading but but just stuck in that state. I think what happened is the backup ran too long and ran into the restore window for the standby server. Thanks. - ray |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2005-01-05 : 11:26:52
|
| Bounce sql server?Restart the server?==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
rb1373
Yak Posting Veteran
93 Posts |
Posted - 2005-01-05 : 12:48:56
|
| I stopped & started SQL Service. I restarted the server. Neither worked. Any more ideas? Database still reads "MyDB (Loading)". |
 |
|
|
rb1373
Yak Posting Veteran
93 Posts |
Posted - 2005-01-05 : 15:27:37
|
| This is working now. The database disappeared which isn't a problem b/c I was going to restore it to the last good copy anyway. I'm not sure what exactly worked. I was refreshing, trying to detach, try to delete. After some error messages and refresh the database was gone and I started the restore. Maybe there was a transaction that was rolling back. I'm not sure. - ray |
 |
|
|
|
|
|