leveetated
Programmer
I have a mystery on my hands. I need to disable a company-wide System DSN. It's the same DSN on every computer, using the same SQL Server 2005 authentication login account.
Initially I thought, I'll just remove the SQL Authentication account used in that DSN entry on all the computers. So I deleted it - it no longer exists anywhere on the SQL Server 2005 instance.
Problem is - users can still use the System DSN to login (using an application that uses this System DSN to authenticate to the SQL Server).
Are Systems DSNs cached? I don't see how anyone can still authenticate to the SQL Server when the DSN account no longer exists! What might I be missing?
Best, and many thanks,
Lee.
Initially I thought, I'll just remove the SQL Authentication account used in that DSN entry on all the computers. So I deleted it - it no longer exists anywhere on the SQL Server 2005 instance.
Problem is - users can still use the System DSN to login (using an application that uses this System DSN to authenticate to the SQL Server).
Are Systems DSNs cached? I don't see how anyone can still authenticate to the SQL Server when the DSN account no longer exists! What might I be missing?
Best, and many thanks,
Lee.