0

我的朋友将与我分享一个巨大的 C# 源代码.. 那里的所有 54 个项目都在他们的 nhibernate 配置中使用了一个连接字符串,如下所示:

服务器=localhost;数据库=asd_db;集成安全=false;用户ID=XXX;密码=XXXXX;应用程序名称=ASD 1.2 WebApp;

我有一台新笔记本电脑,我将安装 SQL Server 2008 R2,我对它的安装方式有点困惑......

在安装过程中,我应该怎么做才能创建LOCALHOST在 SQL Server 2008 R2 中命名的服务器?

4

1 回答 1

1

I think you should just install SQL Server as a "default instance", and create the login accounts and you should be fine. Localhost will just use the ip address in your hosts file (127.0.0.1) to connect to the SQL Server instance on the default port.

于 2012-07-29T03:40:47.673 回答