October 2009
S M T W T F S
« Sep    
 123
45678910
11121314151617
18192021222324
25262728293031

SQL University: Backups and Restores – Recovery Models

Backups? What are you talking about?

One of the most basic administrative tasks in SQL Server is maintaining proper backups. A backup is nothing more than a dump of all the data, metadata and objects on a database (like stored procedures, functions, etc.) Not only do you need to make sure that backups of your DBs [...]