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.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 Queryinf a *.mdb file from Sql Query Analyser

Author  Topic 

SKP
Starting Member

34 Posts

Posted - 2007-01-15 : 08:53:07
Hi
I 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 server
2. Make use of OPENROWSET() function
3. Make use of OPENDATASOURCE() function.

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -