Differences between logshipping and mirroring
Answer Posted / amit kumar sharma
Logshipping: Database are restored using the transition log
maintained by the db. If db dosen't maintained the
transition log then you will not able to restore the db.
Set Maintain Transition log of db to 'true' in db
environment variable.
Mirroring : Its just a spanshort of the actual database at
some schedule interval. or rather say just a copy of LDF
and MDF file taken at a particular time.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to list all objects in a given schema?
Which are the two editions in which SQL Azure database available?
List the data types available in mssql?
Can binary strings be used in arithmetical operations?
What is stored procedures?
What is coalesce in sql server?
How to use old values to define new values in update statements in ms sql server?
Explain trigger and its types?
Is sql server 2016 free?
What are scheduled tasks in sql server?
What are the restrictions that views have to follow? : SQL Server Architecture
How many database files are there in sql server 2000?what are they?
Can You Use Data Mining Models In Ssrs?
How do I view a procedure in sql server?
How to list all dsn entries on your local machine using odbc_data_source()?