Results 1 to 2 of 2

Thread: Generating Scripts for an Application

  1. #1
    Murali SN Rao Guest

    Generating Scripts for an Application

    Hi there..

    We are developing an INtranet application using SQL Server 2000 and ASPs, we are looking for a way to Generate a Module wise Scripts(Database Scripts like Table Scripts / Stored Procedure / Triggers / Functions etc).

    This facility exits in Oracle 8i. How can i do the same in SQL Server2000..??

    When i say Application..I mean Our Application and When i say Module..I mean one of the Modules in the Application..

    Does SQL Server 2000 have any utility to do the same..???

    If I am able to do this..then the COde Maintainablility will be easier...

    Thanx

    regards
    Murali

  2. #2
    MAK Guest

    Generating Scripts for an Application (reply)


    Did u happen to try scptxfr.exe

    its located under the folder

    Microsoft SQL ServerMSSQLUpgrade

    u can create as job or dts and run from your asp by calling stored procedure

    ------------
    Murali SN Rao at 5/8/2002 2:30:01 AM

    Hi there..

    We are developing an INtranet application using SQL Server 2000 and ASPs, we are looking for a way to Generate a Module wise Scripts(Database Scripts like Table Scripts / Stored Procedure / Triggers / Functions etc).

    This facility exits in Oracle 8i. How can i do the same in SQL Server2000..??

    When i say Application..I mean Our Application and When i say Module..I mean one of the Modules in the Application..

    Does SQL Server 2000 have any utility to do the same..???

    If I am able to do this..then the COde Maintainablility will be easier...

    Thanx

    regards
    Murali

Posting Permissions

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