how can i take sql server back up
SQL server Back up
Collapse
X
-
Tags: None
-
You can also go to the directory:
C:\Program Files\Microsoft SQL Server\MSSQL\Da ta\
If you want to backup for example the database Northwnd, you will find for this file the extentions: .ldf and .mdf
You can backup these two files and if you need them again, place the two files back to this directory.
This is the most simply way to create a backup and it is allways safe.
Michelle.Comment
-
The only problem with this method is that you have to bring down SQL Server to do it.
Originally posted by michelleYou can also go to the directory:
C:\Program Files\Microsoft SQL Server\MSSQL\Da ta\
If you want to backup for example the database Northwnd, you will find for this file the extentions: .ldf and .mdf
You can backup these two files and if you need them again, place the two files back to this directory.
This is the most simply way to create a backup and it is allways safe.
Michelle.Comment
Comment