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
Using a hyperlink in a form to open another form with that record's data
help with center align
10g form won't commit.
trying out an UNION in SQL.....need assistance
Server security analysis to determine patch level
I want to refresh the desktop in C#, I try to use IActiveDesktop::ApplyChang
es but IActiveDesktop alias is not found as C# underlines it. What should I do?
Access is denied, unable to remove device when trying to delete a printer.
Datareader object is already open message
SSRS Combine two datasets into one data region - Must be in report not in SQL server
Check a OU where all user accounts available and get the Exchange mailbox database.