Can I copy an SQL Table into another db?

Results 1 to 2 of 2
  1. #1
    Member insert is offline
    MemberRank
    Mar 2010 Join Date
    83Posts

    Support Can I copy an SQL Table into another db?

    I wrote an BoF SQL table into my db for server 1, but then I have to do the same thing for server 2's database.

    Can't I just copy my BoF table into the other database somehow?

    SQL2008R2


  2. #2
    Please STAHP! ASN is offline
    MemberRank
    Dec 2010 Join Date
    934Posts

    Re: Can I copy an SQL Table into another db?

    Quote Originally Posted by insert View Post
    I wrote an BoF SQL table into my db for server 1, but then I have to do the same thing for server 2's database.

    Can't I just copy my BoF table into the other database somehow?

    SQL2008R2
    Maybe not an exact example but there are tons of tuts how to create/copy tables using queries, just google it...

    SQL - Creating a Table from an Existing Table



Advertisement