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
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