News

To do this, we’ll use an SQL Server Agent Job. Using SQL Management Studio, create a new SQL Server Agent Job: Fill in the general details and then go to the Steps page to add a couple of steps.
Use create/insert script to prepare database structure create-insert-script.sql. Script at start contains drops for tables and constraints. If you don't have these tables in the database before, you ...