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 the difference between writing data to mirrored drives versus raid5 drives
What is the New in SQL server 2008?
Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
What does it mean to normalize a database and why would you do it?
Name 3 of the features that the sql server built-in function loginproperty performs on standard logins? : sql server security
Tell me about builtinadministrator?
What is ms sql server triggers?
Can you explain important index characteristics?
Write down the syntax and an example for create, rename and delete index?
Explain about merge replications?
What is the maximum row of a size?
What is difference between delete and truncate commands?
How do you implement session management in SQL Server mode?
What is nonclustered index with included columns ?
How to write a query with a right outer join in ms sql server?