So you have the table on the second DB with the same structure?
Then you can use DTS by creating a package or using the Import/Export wizard. More simply use an Insert Into statment:
Code:
Insert Into DBName.OwnerName.TableB(column list here)
Select Column List Here from TableA
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.