I have a client installing SQL Server 2008. They gave me a username / password for a Windows domain in their domain, however my workstation is not in their domain. I am trying to connect to Management Studio on Vista Professional.
I tried using "network accounts" under "user accounts" and this works for other resources (such as sharing, TFS and file servers), but I was out of luck with this approach for SQL Server.
Also, I'm not sure if this is a problem, but it is an instance of dev on its database server. Thus, the connection string is "Computer_Name \ Instance".
One more question: how can I get integrated security for asp.net through cassini / Visual Studio 2008.
So far, my only solution is to cave and use SQL Server login. I would like to know if I have any other options.
sql-server ssms windows-authentication
itchi
source share