I am trying to connect the db server using sql login userid and password but not allowing me to connect saying that login failed for user test: reason: not associated with trusted sql server connection.
It sounds like the SQL Server is set up to only allow Windows authentication. In order to be able to use a SQL Server login, the SQL Server will need to be set to Mixed Mode security and restarted.
K. Brian Kelley @kbriankelley
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply