Is it possible to create an SQL ODBC connection in Windows 7 that uses Windows NT Authentication but for a specific user such that any user can use the ODBC connection as that pre-defined account?
For example, can I create an SQL ODBC connection to use Windows NT Authentication through company\someSpecificID
such that even if company\user1
uses the ODBC connection (like through MS Access) then the connection will use company\someSpecificID
(even though company\user1
is logged in).