如何建立连接TCP/IP主机

如何建立连接TCP/IP主机

问题描述:

连接到数据库sql2005

connection to the database sql2005

Gr8网站为您

http://www.connectionstrings.com/ [ ^ ]

希望这可以帮助(如果是)接受并投票回答答案,否则返回您的查询
--Rahul D.
Gr8 site for you

http://www.connectionstrings.com/[^]

Hope this helps if yes the accept and vote the answer otherwise revert back with your queries
--Rahul D.


这是连接Sql Server 2005的命令:

数据源= .;初始目录=主目录;集成安全性= true
This is the command to connect Sql Server 2005:

Data Source=.;Initial Catalog=master;Integrated Security=true