Could not find server 'server name' in sys.servers. SQL Server 2014

后端 未结 3 1331
迷失自我
迷失自我 2021-01-03 23:34

I recently upgraded our SQL Server from 2005 to 2014 (linked server) and I am noticing that one of the stored procedures which calls the exec command to execute a stored pro

3条回答
  •  庸人自扰
    2021-01-03 23:58

    I had the problem due to an extra space in the name of the linked server. "SERVER1, 1234" instead of "SERVER1,1234"

提交回复
热议问题