开发者

SqlExpress Installation Instance Name

I just wanted to know when installing SqlExpress 2008 when I choose mixed mode do I call the instance开发者_运维问答 name .\SqlExpress or just SqlExpress


The instance name should be <server name>\sqlexpress

a connection string would look like

Server=localhost\sqlexpress;Database=dbName;User ID=user;Password=pass;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜