How do I create a passthrough query in access using a DSN-less connection?

Brett G picture Brett G · May 24, 2012 · Viewed 14.4k times · Source

I'm using DSN-less connections to my SQL Server in an Access database. However, whenever I try to write a "Pass-Through" query and run it, a dialog box pops up asking for the DSN.

Answer

Fionnuala picture Fionnuala · May 24, 2012

In SQL view, choose properties after you have selected passthrough query and insert an ODBC connect string. For example:

ODBC;DRIVER=SQL Server;SERVER=Server\Instance;Trusted_Connection=Yes;DATABASE=Test

See also: http://www.connectionstrings.com/sql-server-2008