[Tip] Use RUNAS to set your Windows Auth domain for database connections
Posted by: JonGalloway.ToString(),
on 07 Sep 2007 |
View original | Bookmarked: 0 time(s)
Ever run into problems connecting to a database using Windows Authentication when you're not on that domain? I sure have - I was connecting over VPN, wanting to use SQL Server Management Studio, but my VPN account wasn't in the correct domain to authenticate. I ended up just using Remote Desktop whenever I needed to connect to that database for the length of that project... which dragged out more than year. Johnny Coder ran into it, too, but he's got the solution: Please consider...