SQL Server Management Studio can be used to create a database backup job to backup an user database. Here are the steps and User interface workflow to create a simple backup job, run the job and view results 1) Create a demo database and insert sample data using the following script.-- Create Demo DatabaseCREATE DATABASE DemoDBGO USE DemoDBGO-- Create a table CREATE TABLE TestData(id int) GO --
Tidak ada komentar:
Posting Komentar