//
archives

SQL

This category contains 1 post

backup sql

–This Transact-SQL script creates a backup job and calls sp_start_job to run the job. — Create job. — You may specify an e-mail address, commented below, and/or pager, etc. — For more details about this option or others, see SQL Server Books Online. USE msdb EXEC sp_add_job @job_name = ‘myTestBackupJob’, @enabled = 1, @description = … Continue reading »

Follow

Get every new post delivered to your Inbox.