I am connecting my Excel 2016 document to my SQL Server to pull data from a table. I can get this to work fine but the issue is with the security. I may be remembering this incorrectly but I thought there was a way of storing the username within the connection string with things like the IP but hiding the password. I am connecting to the SQL Server using a SQL connection and not a Trusted Windows account. Is this possible?
Thanks Phil