You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For trusted connection, there should not be user/pass - so its failing, also, I suggest that the Integrated/trusted connection setting should be a drop down.
I can fix and make a change if you want, or its simple below with ref.
The initial entry is just there for reference to easier add the connection string of your choice, either using Trusted_Connection or User Id/Password.
But apparently that was not obvious :)
For trusted connection, there should not be user/pass - so its failing, also, I suggest that the Integrated/trusted connection setting should be a drop down.
I can fix and make a change if you want, or its simple below with ref.
Connection String Link
Standard Security
Trusted Connection
Server=myServerAddress;Database=myDataBase;Trusted_Connection=True;
Connect via an IP address
Attach a database file on connect to a local SQL Server Express instance
Browse DB/attach would be as nice as well.
The text was updated successfully, but these errors were encountered: