SQL Server replication requires the actual server name to make a connection to the server.错误解决...
今天,在作數(shù)據(jù)發(fā)庫時,出現(xiàn)如下錯誤:
"SQL Server replication requires the actual server name to make a connection to the server. Connections through a server alias, IP address, or any other alternate name are not supported."
回想起來,這個SQL服務器改過名。
于是,按如下網(wǎng)址如教方法,更改名稱,然后,解決問題。
http://www.hagrin.com/332/fixing-sql-server-replication-requires-actual-server-name-make-connection-server-error
SELECT @@SERVERNAME
先看清楚,名稱是不是和現(xiàn)在的名稱一樣。
sp_dropserver 'old_server_name'
GO
sp_addserver 'current_computer_name', 'local'
GO?
如果不是,去掉老名字,換成新名字。
然后,重啟SQL,搞定之~~
總結
以上是生活随笔為你收集整理的SQL Server replication requires the actual server name to make a connection to the server.错误解决...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 做梦梦到房子塌了是什么意思
- 下一篇: 梦到自己喜欢同性是什么意思