Query access database from SQL management studio without using linked servers
Posted
by cfdev9
on Stack Overflow
See other posts from Stack Overflow
or by cfdev9
Published on 2010-04-06T09:59:50Z
Indexed on
2010/04/06
10:03 UTC
Read the original article
Hit count: 452
ms-access
|sql-server
How do I query a MS Access database directly from SQL Management Studio, without using a linked server?
Ie. something like
SELECT * FROM ["C:\Data\Accessdb.mdb"].[SomeTableInAccessDB]
Obviously this won't work but is there a away to specify the access database details within a sql query?
© Stack Overflow or respective owner