filmov
tv
12-How to generate scripts for complete Microsoft SQL Server database (including data)

Показать описание
Demonstrates the following:
-Generate script (which contains all SQL commands for database objects) for entire database automatically using SQL Server Management Studio
-Selecting various options while generating the script
-Generating INSERT statements automatically for all tables in a database
-Creating a new database and executing the script which was generated earlier (after executing the script, the new database should look almost identical to the previous database).