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 are xml indexes?
What do you do in data exploration
What action plan is preferred if sql server is not responding?
Write a sql query to delete duplicate records from a table called table1
What are the two modes of authentication in sql server?
Tell me what is the stuff and how does it differ from the replace function?
How to connect to a sql server using odbc_connect()?
What are cursors stored procedures and triggers?
What is the difference between sdf and mdf?
What is a result set object returned by mssql_query()?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?
What is the distinction amongst delete and truncate?
What is difference between count (*) and count column?
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration