How to create a new Database and copy data from existing DB

  • Hi,

    On daily basis I want to create a Database and after that I want to copy data from another database. I want to copy only few tables from another database not a whole copy. While copying I want to get all the primary keys and constraints on the tables. Please suggest me a good approach for this.

    Regards,

    Siva

  • Hi,

    Can you tell me why u r goin to Create Database on daily basis.

    rather than you can do

    scripts for defination of tables and their constraints(one time only),

    scrips for truncating all tables that required(daily).

    and another for copying Data.

    It will be easier.

    Regards,

    Nitin S. Parthe

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

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