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 |
SKP
Starting Member
34 Posts |
Posted - 2007-01-15 : 08:53:07
|
HiI have a *.mdb file, i need to run a query against this file, how can i run a query through Sql Query Analyzer?Thanks for your help in advance.Suj |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-01-15 : 08:55:33
|
There are few options:1. Add Access DB as linked server2. Make use of OPENROWSET() function3. Make use of OPENDATASOURCE() function.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
|
|