Results 1 to 3 of 3

Thread: Generate script to create the database / table in MS SQL

  1. #1
    Join Date
    Apr 2004
    Posts
    3

    Generate script to create the database / table in MS SQL

    Hi. I am trying to generate a script for my database table. I am making a setup and I want this script to create my database table along with the data. Can anyone help me with this. Thanking you in advance...

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    1. Refer Sailesh Khanal's article for generating script

    http://www.databasejournal.com/featu...le.php/2205291

    2. Refer Narayana Vyas's script to see how to generate insert statements.
    http://vyaskn.tripod.com/code.htm#inserts

  3. #3
    Join Date
    Apr 2004
    Posts
    3

    Thumbs up Generate Insert...

    Thanx. It worked fine...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •