Differences between logshipping and mirroring
Answer / 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 |
How can you append an identity column to a temporary table?
How do you rebuild an identity column?
What are the advantages of having an index on the sql server?
how to update a null value field in sql server eg a table contains 3 fields id,name,salary and 3 records salary of 1 record is null i want update the nullfield 111 arun 300 112 ddd 200 113 ttt null i want to update table with add 100 to every record include null after updation the recrds should be 111 arun 400 112 ddd 300 113 ttt 100
What is database replication? What are the different types of replication you can set up in sql server?
What is the significance of master, tempdb and model databases?
Explain the difference between primary keys and foreign keys?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
How to grant a permission in ms sql server using "grant execute" statements?
what is the primary use of the model database? : Sql server administration
Plz tell about backup&recovery?
What is the beast way to write CTE in SQL Server ?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)