Menu

#8 Create SQL scripts for create tables

open
Forum (4)
5
2011-03-27
2011-03-27
No

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.

Discussion

  • George Malyukov

    George Malyukov - 2011-03-27

    I've uploaded an example "CREATE TABLE" script to Git.

     
  • George Malyukov

    George Malyukov - 2011-03-27
    • priority: 4 --> 5
    • assigned_to: nobody --> quorte
     

Log in to post a comment.

MongoDB Logo MongoDB