SQL Server “.” Alias Not Working

后端 未结 8 789
一个人的身影
一个人的身影 2021-02-12 23:26

I\'ve added an alias of \".\" which should point to my local (named) instance, \".\\SQL2008\". But when I try to connect to \".\", it times out.

Am I missing something o

8条回答
  •  执笔经年
    2021-02-13 00:04

    Also make sure the selected protocol for alias (e.g. TCP/IP) is enabled under SQL Server Network Configuration / Protocols for YOUR SERVER NAME

    This was the issue in my case.

提交回复
热议问题