Hi,
I created a login dialog to connect to different SQL Server (version 2000 - 2008).
I list all Server available in our network. I know the name, instance name and version of found servers.
Some of these servers uses integrated security and some not.
How can i determine if selected Server uses Windows integrated authentication or not?
Of course, i can try to login with integrated security and wait until the login success or server generate an error. But I think, there must be a better way to test this.
Thanks in advance