Showing posts with label Backup Data Base. Show all posts
Showing posts with label Backup Data Base. Show all posts

Tuesday, March 20, 2012

Backup Data Base SQL Server

BACKUP DATABASE [PointOfSale] TO  
DISK = N'C:\MyDataFiles\PointOfSale_Full.bak' 
WITH NOFORMAT, NOINIT,  NAME = N'PointOfSale-Full Database Backup', 
SKIP, NOREWIND, NOUNLOAD,  STATS = 10