|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
datatransferhi
I have 2 databses db1,db2.I want to transfer data from db1.table to db2.table.without using export data method through procedure or sql stmt how can i do it.please help -- Thanks You should be able to code and insert statement similar to the one below:
insert into db2.dbo.table select * from db1.dbo.table Show quote "shif" wrote: > hi > I have 2 databses db1,db2.I want to transfer data from db1.table to > db2.table.without using export data method through procedure or sql stmt how > can i do it.please help > -- > Thanks |
|||||||||||||||||||||||