I use a reg file to set up odbc dsn.
Is there anyway to change this to NT auth as it seems to default to SQL server authentication:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\CCApp]
"Driver"="C:\\WINDOWS\\system32\\sqlsrv32.dll"
"Description"="Name"
"Server"="1.1.1.1"
"Database"="DBName"
"LastUser"=""
[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\ODBC Data Sources]
"DBName"="SQL Server"
Is there anyway to change this to NT auth as it seems to default to SQL server authentication:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\CCApp]
"Driver"="C:\\WINDOWS\\system32\\sqlsrv32.dll"
"Description"="Name"
"Server"="1.1.1.1"
"Database"="DBName"
"LastUser"=""
[HKEY_CURRENT_USER\Software\ODBC\ODBC.INI\ODBC Data Sources]
"DBName"="SQL Server"