I am using:
MS SQL Sever 2005 on Windows 2000
Microsoft SQL Server 2005 JDBC Driver 1.2
JDK 1.4.2 and JRE 1.6.0
I am writing a short test program to connect to the MS SQL Server via JDBC but am unsure how to find the correct username & password. I was under the impression the database server was configured to use Windows authentication but when supplying various Windows logins a get SQLServerException Login Failed.
Thanks in advance
MS SQL Sever 2005 on Windows 2000
Microsoft SQL Server 2005 JDBC Driver 1.2
JDK 1.4.2 and JRE 1.6.0
I am writing a short test program to connect to the MS SQL Server via JDBC but am unsure how to find the correct username & password. I was under the impression the database server was configured to use Windows authentication but when supplying various Windows logins a get SQLServerException Login Failed.
Thanks in advance