Is there a way to create a windows authenticated connection to SQL Server using a different account that is logged onto the client? I'm trying to build a map service that connects to data in SQL Server which has windows authentication only. A domain service account is the preferred choice for connecting to the data rather than using my personal domain account. I was hoping to use the "Create Database Connection" tool/script, however it doesn't allow me to enter domain account credentials when generating the connection file. Any ideas?