0
I currently work remotely (new position) and am logged into my Windows 8.1 development machine with my Windows Live account. I can connect to our corporate LAN via VPN but can not access SQL Server using an Integrated Security=SSPI
connection string.
Logging on to SQL Management Studio gives me the below error as I'm not on that domain.
Is there a method of logging onto SQL Server through either SQL Management Studio or using an appropriate connection string in my application? Is the simplest solution to just set up a user name and password on the database?