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
Will there be a 13" Macbook with an iCore processor anytime soon? Safe to buy C2D?
Problems Replicating SYSVOL and NETLOGON on new DC WS 2008 R2 Standard in 2003 AD
SBS 2003 server losing computer account
do i need licenses per user if i buy exchange server?
Clearing a submit form once submitted
Stringtopostnet function not working in Crystal viewer 2008 ---
Possible Virus Infection - Can not connect to Internet, Max TCP connections reached.
ASP.NET Search script
In Latex, how do I change the format of automatic equation numbering?
Benefits of upgrading from exchange 2003 to Exchange 2010