Create SQL scripts for create tables
Brought to you by:
xquantum
Should be created "CREATE TABLE" SQL scripts for all tables.
Requirements:
1. "SET ANSI_NULLS ON GO" and "SET QUOTED_IDENTIFIER ON GO" strings must be removed from an auto-generated script.
2. Please be sure that on the end of an auto-generated script there is "GO" operator. If it misses, add it.
3. Each script should be saved to "SQL/Tables" folder.
4. Each script should have the same name as a table which it creates.
I've uploaded an example "CREATE TABLE" script to Git.