Home Forums SQL Server 2005 Administering How to load tables(with data) and dependent objects from DB to the other ? RE: How to load tables(with data) and dependent objects from DB to the other ?

  • just script it out and select the option with data and all required dependency you want.

    Its advisable to generate the script per object.

    Also, better have two different script folder

    1) object creation

    2) data load

    then you can script the things and put them in required folder

    ----------
    Ashish