Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发 Windows 应用程序。在 .NET 2008 中,我想连接到本地网络中安装在 Windows Server 上的 SQL Server 2008,问题是我的客户端不想通过域完成连接。有什么办法吗?提前致谢。
SQL server offers native authentication. Log into the server and create a local user.
More info here:
http://technet.microsoft.com/en-us/library/aa337545.aspx