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
Add DC to Windows Server 2003 Network - error msg
I have designed an website in flash as well in html, if the browser dont have flash then i want them to be directed to the html version, or else they need to directed to flash version
IIS problem
Discrete Math, Big O, Little o
PHP: Accessing function from class
VBA Convert long date format to short date
PHP/MySQL GROUP BY in query
my phone number would accept
SSRS Combine two datasets into one data region - Must be in report not in SQL server
Network issue.