How do access SQL Server from Integrated Security from ASP
Access SQL Server from Integrated Security from ASP
In order to do this, you would have to setup your DSN to point the server parameter to the local machine instead of looking for MSSQL Server.
This can be done by setting up your DSN and then under the server.
After that, select the How should SQL Server verify the authenticity of the login ID select With NT Authentication using the network login id.
No comments:
Post a Comment