Generating Script for DATABASE SCHEMA & DATA

  • I have a DATABASE running on SQL SERVER 2008 R2 Enterprise Edition. Now I want to generate a Script which should provide me the DATABASE SCHEMA including the STORED PROCEDURES, FUNCTIONS, INDEXES (In short everything except data). With the Schema i also need some of the tables with DEFAULT DATA to be populated.

    Please advise.

  • right click database,

    Tasks

    Generate Scripts...

    Follow the wizard and include all the items what you want to be script of a certain database...

    EDIT: ouch saw it to late it was in the SQL 7 /2000 forum. If this is correct ignore my answer

    EDIT2: just checked it on a SQL 2000 its also there the script wizard 😀

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

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