How to check what was the last restore transaction LSN on
Log-Shipping and Mirroring when we doesn't have a Monitor
server and Witness server?
Answer Posted / narasimha
Select redo_start_lsn from sys.master_files where
database_id = db_id('SecondaryDatabaseName') and type = 0
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is trigger explain with program?
How to enter comments in transact-sql statements?
How to connect a database with sql express.?
How do I manually uninstall an instance of sql server 2016?
What are the various Operating system files that every SQL server 2005 database has and what is the purpose.
How do I find the default sql server instance?
How to update values in a table with update statements in ms sql server?
What is bulkcopy in sql?
How to recreate an existing index in ms sql server?
Where views are stored in sql server?
How to create a simple table to test triggers in ms sql server?
How to execute stored procedure in select statement sql server?
Explain about system database?
What is a natural primary key?
Explain the phases a transaction has to undergo?