Database Backup
simply backup the database on disk using T-SQL
BACKUP DATABASE [DatabaseName] TO DISK = N'C:\path\to\backup.bak'