How to make database read-write
mailguy
Posts: 5
I hate to ask, but I'm not a DBA. We log ship to a backup database server. This backup database is in Standby / read-only mode. How do I make this database fully active again - ie not in standby mode. I know this will break the log shipping process, but need to do this for now. I think I use the ALTER database command, but not sure about which options.
Thanks in advance
Thanks in advance
Comments
While this is part of the "RESTORE DATABASE" command, it will not perform any more restores, just bring the database online.
Hope that helps,
Jason