Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Tartakovsky
Starting Member
6 Posts |
Posted - 2005-08-04 : 03:29:57
|
| I want to select some datafields from a local table and insert this record in a table in a linked pervasive.SQL V8 server. I tried OPENQUERY and linkedserver.database.owner.table but i can't seem to get it right. Btw i am not really sure wat i shud put into the .owner part of the above statement. Any ideas anyone? |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2005-08-04 : 03:34:41
|
| If that linked server is SQL Server use dbo as ownerMadhivananFailing to plan is Planning to fail |
 |
|
|
Tartakovsky
Starting Member
6 Posts |
Posted - 2005-08-04 : 03:40:18
|
| the linked server is a Pervasive.SQL V8 server which is not on the local machine but been added using ODBC. |
 |
|
|
|
|
|