What are the recovery models in sql server 2000?
Answer / Subash Chandra Pandey
In SQL Server 2000, the recovery models are: Full (all data and transaction log are backed up), Bulk-Logged (bulk-logged operations consume less log space than the full recovery model but provide less recovery protection), and Simple (only full backups are performed and only the most recent backup can be restored; it does not support point-in-time recovery).
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I create a stored procedure in sql server?
What are data files?
In which format does an image save in SQL Server database ?
Do you know sql server 2008 backup compression?
Define model database?
Hello all, I have data like :- year amt 2004 10 2005 20 2006 30 Now i want output as:- 2004 2005 2006 10 30 60 but i have to use here group by on year.So, i need a single query within that i can find.
What is a bit datatype?
How do I view a stored procedure in sql server query?
What is similarity and difference between truncate and delete in sql?
How to drop an existing schema in ms sql server?
what is web server?
How do you send email on SQL Server?
Oracle (3253)
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)