Does anyone know how, or can provide a clear step-by-step example, of how to set up a linked server so that an ordinary (non-sa) SQL user can read from that spreadsheet via a Select statement.
We've already gotten the Select working with an OPENROWSET function, except it won't work with anyone with sa.
So I'm thinking we need to go the linked server route (which would be little neater anyway.) Either the EM approach or the sp_add_linked_server approach would probably be okay.
This is a continuation of thread183-267681. I'm sure the guy would appreciate some advice that actually works, instead of what I've been giving him.
thanx
bperry
We've already gotten the Select working with an OPENROWSET function, except it won't work with anyone with sa.
So I'm thinking we need to go the linked server route (which would be little neater anyway.) Either the EM approach or the sp_add_linked_server approach would probably be okay.
This is a continuation of thread183-267681. I'm sure the guy would appreciate some advice that actually works, instead of what I've been giving him.
thanx
bperry