Results 1 to 4 of 4

Thread: Generating SQL scripts

  1. #1
    Alan Jones Guest

    Generating SQL scripts

    Is there a way to generate SQL scripts from other than SQL Enterprise Manager?

  2. #2
    Ray Miao Guest

    Generating SQL scripts (reply)

    Try visual studio.


    ------------
    Alan Jones at 6/7/99 1:03:03 AM

    Is there a way to generate SQL scripts from other than SQL Enterprise Manager?

  3. #3
    Gregory Guest

    Generating SQL scripts (reply)

    you can use SQL OLE (SQL-DMO) objects:
    Table object has Script method
    Index object has Script method
    et etc.
    see Books Online documentation 'Microsoft SQL Server Programming SQL Distributed Management Objects'

    mail me if you need more info

    ------------
    Ray Miao at 6/7/99 7:08:06 AM

    Try visual studio.


    ------------
    Alan Jones at 6/7/99 1:03:03 AM

    Is there a way to generate SQL scripts from other than SQL Enterprise Manager?

  4. #4
    Herve Guest

    Generating SQL scripts (reply)

    Try ER/Win from Platinum ( maybe now Computer Associates)
    http://www.initiatives.co.uk/erwin.htm


    ------------
    Ray Miao at 6/7/99 7:08:06 AM

    Try visual studio.


    ------------
    Alan Jones at 6/7/99 1:03:03 AM

    Is there a way to generate SQL scripts from other than SQL Enterprise Manager?

Posting Permissions

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