We have our SQL server configured to only allow Windows accounts (i.e. not mixed). However, in some cases we are connecting from non-domain boxes and we want to specify a domain account to connect to ...
I need to connect to a SQL server that is in a different domain (completely different active directory forest) but the server is only configured for WindowsAuth and I can't change that. Obviously, I ...