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
disable or turn off all the keyboard shortcut in Windows XP
Importing an ESX 3.5u5 machine into VMWare Workstation 7. RAM not expandable past 3600MB?
XP Mode - how do I get it to recognize an external hard drive?
Mcafee Agent 4.5 Automated installation
Is this possible to do in Excel VBA?
Backup Sharepoint search index
Problems installing the AjaxControlTooKit.dll
monitor AIX servers
Memory to sell
IIS FTP service wont restart upon server reboot