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?
Answers were Sorted based on User's Feedback
Answer / 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 |
write a query for list of owner who are having multiple bikes in below table 1 shanker pulsar 2 shanker Honda 3 shanker car 4 Balu pulsar 5 Balu Honda 6 Balu car 7 Shyam pulsar 8 Jaya Honda 9 Deepa car 10 vasu car
Is sql server free?
How to provide values to user defined function parameters?
How to delete a database in ms sql server?
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
what are the limitations of parameters in a storedprocedure
how can you move the master database
UPDATE statement can on a single table or on the multiple table?
How would you add a section to a table?
select name of emplyoee whose total salary is 130 from following table. id name salary 1 a 100 2 b 20 3 c 50 1 a 30 2 b 70 Post the resulantant Query?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
What is the difference between Stored Procedures and triggers?