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
 General SQL Server Forums
 New to SQL Server Programming
 How to make queries in SQL Server from .accdb file

Author  Topic 

kummakki
Starting Member

1 Post

Posted - 2013-05-16 : 04:49:26
I have an Access data table and I would like to make queries to that file from SQL Server. Do you know if that is possible and how should I proceed with this?

The problem is that Access SQL query debugging is very poor and I would like to use SQL Server Management studio to work with my query.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-05-16 : 05:04:50
you need to add a linked server to access from sql server in that case and then use four part naming convention to refer to objects in Access when you query in SSMS

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -