Answer Posted / kanan
Mirrored backups
SQL Server 2005 lets you create mirrored backups. A mirrored
backup allows you to create two or four identical copies of
the backup files in case one of the sets is damaged.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are “lock” hints?
Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...
Why I am getting this error when renaming a database in ms sql server?
What do you understand by the analysis services in sql server?
Why we should not use triggers?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?
What is an identity?
What is database replication?
What is SubQuery in SQL Server 2008
Is there any difference between the primary key and unique key?
when would you go for denormalization? : Sql server database administration
Do you know what is blocking?
What is #temp and @table variable in SQL server?
How do I view a stored procedure in sql server query?
How to update muliple row in single query?