Needed database structure of the current database

  • Hi Everyone,

    I will need SQL database structure of my current database. Let me describe my problem in brief. We have SQL database with around 50 GB size now company wants to migrate that database with only database structure and data should be start from beginning.

    We are using SQL server 2000 standard edition.

    Any thoughts appriciates.

    Thanks,

    Shardul Shah

  • Are you saying that you need to script your current database and recreate it? What is your question?

  • Yes. some short of script or SP or anything which can truncate all the tables including login info and i will get database structure back.

     

  • If all you want is the table structures, there's a way to do that through the right-click menu in Enterprise Manager (All tasks | generate SQL Script). 

    Also take a look at this:

    http://www.sqlservercentral.com/columnists/jyao/migratingdatabaseobjects.asp

  • This is really great and once again thanks..

     

Viewing 5 posts - 1 through 4 (of 4 total)

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