Microsoft
Software
Hardware
Network
Question : how to insert into a table from another table which is at different database
I have a sybase tableA at severqa/A, now i want to insert the values at tableB at serverdev/B, the tables structure are the same.
insert into tableA
select * from serverdev.B.tableB
but it does not work, any idea?
thanks
Answer : how to insert into a table from another table which is at different database
You need to add the schema name when applying a server-based name. That is:
insert into tableA
select * from serverdev.B.dbo.tableB
Random Solutions
Access 2007 Update subform values with another subform
Oracle Fusion Middleware Vs IBM WAS
How to see the ESXi version
IE8 annoying advertising popups on double underlined links in webpages
Access VBA set all values of a Yes/No field to no
How to check and clear Attention LED
Dot Net IL Code to C# conversion
download file with as3
Import vs. link
How do I get the F6 storage drivers to work on a 8100 Elite Convertable Mini Tower?