log shipping question
xdai
Posts: 98
HI, we are using sql back up 5.4. Just set up the log shipping between two servers. After the database backup restored to the dest server, should the server be able to view on sql server 2000 Enterprise Manager as read only state, and look into the properties? thanks
Comments
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
If you set up SQL Backup log shipping using the non-operational option for the secondary database, then the database won't be available for read-only access.
The same behaviour applies to SQL Server. Try the following using Query Analyzer/Management Studio:
What is the state of the database as displayed in Query Analyzer/Management Studio?
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8
if i use command like this
restore database xxx from disk = 'n:\MSSQL\Backup\xxx.bak' with norecovery, replace.
we are still able to see the database is in read-only state, but if i ran the command you sent me, it is showing loading state.
why is that?
Again, I would suggest using Profiler to trace subsequent statements that may affect the database state. What you are describing is not possible, assuming no software or user errors.
Thanks.
SQL Backup Consultant Developer
Associate, Yohz Software
Beyond compression - SQL Backup goodies under the hood, updated for version 8