Query Syntax for linked sql server -


please help: i'm new linked servers & in ms sql have added 1 (from ms access file) shown:

enter image description here

i'm having trouble querying database here. syntax? thanks.

okay, using management studio in ms sql ran select query on table through "script table as" (right-click) , query results sure format:

select * [rxpipedb]...[product]

furthermore, can run updates using syntax:

update [rxpipedb]...[product] set x = ..something..

of-course update query, must have set linked server properties > server options "rpc" & "rpc out" true.

thank all.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -