Data Modification via Linked Server

  • I am on SQL 2000, SP3, and I have a linked server which is accessing a Sybase 11.9.2 ASE server. Querying via the linked server seems to work grand, but I have found no information on how to structure an INSERT or UPDATE statement to modify data. I would like to do something like: INSERT INTO <linked server table> SELECT * FROM <local table>.

    Thanks

  • I guess I was using a generic ODBC driver. I changed to the Sybase System 11 driver and I was fine.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply