SQL Server “.” Alias Not Working

后端 未结 8 791
一个人的身影
一个人的身影 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:07

    It was not working for me after applied all the options mentioned here. For me, port number to TCP/IP protocol was not assign.

    After assigning (highlighted in yellow color) it started working for me.

提交回复
热议问题