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.
ドメイン、データベース名、データベース ユーザー、およびパスワードを持っています
Visual Studio 2010 を使用してリモートでデータベースに接続したいのですが、どうすればよいですか?
前もって感謝します
接続文字列を使用する方が簡単ですが、これを実現するには、新しいSQLサーバー接続を開きたいときに、サーバーエクスプローラーを使用するか、接続文字列を書き込むだけで、サーバーUIがまだ知っておく必要がある接続文字列を作成するためです。
Data Source=SERVER SQL Server がインストールされているサーバーの IP アドレス SQL 認証を使用している場合は、Integrated Security をユーザー ID とパスワードに置き換えます。
http://weblogs.asp.net/nannettethacker/archive/2008/02/17/creating-a-database-connection-to-a-remote-sql-server-database-within-visual-web-developer.aspx