Setting up MSDE on XP Professional at home as sole machine user. Consistently get error System.Data.SqlClient.sqlError “Login Failed for user ‘sa’. Reason: Not associated with a trusted SQL Server connection”.
Think this is because with SQL Server security, user must provide enough information, usually a login name and a password, in order to successfully log onto server.
How to get user established in sql database as trusted user?
Thanks. Seek_To_know