Database admin - maintain various build sql files and maintain same dump

  • HI

    i have several sql files (table ,stored procedure files scripts )

    etc , i maintain this in vss

    i have only one dump of restored databse and i want to

    create a database

    based on new version of sql

    and i want to restore the data based on the sql version.

    please help me on this ,

    help in restoring this

    THanks in advance for helping this

  • vmavoodu (2/18/2008)


    HI

    i have several sql files (table ,stored procedure files scripts )

    etc , i maintain this in vss

    i have only one dump of restored databse and i want to

    create a database

    based on new version of sql

    and i want to restore the data based on the sql version.

    please help me on this ,

    help in restoring this

    THanks in advance for helping this

    Hello,

    Your question is not clear. You are saying that you are having .sql files for the objects, only one dump of restored database and you want to create a new database based on the new version of sql.

    What do you mean by new version of sql?

    If I'm analyzing your requirement, then you want to create a new database with the existing .sql files that are being maintained in VSS and then you want to export the data in to the newly created database.

    If so, try to run the .sql files in the hierarchal order (Master --> Child table relationship) and then create an DTS package to export the data into the newly created database.

    Hope this clears.

    Thanks


    Lucky

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply