积极答复者
发布数据库

问题
-
我用的是sql server 2008 r2 ,为什么在发布数据库的时候会有以下错误??
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. Specify the actual server name, 'WIN-LC8TTM31QNF'. (Replication.Utilities)
小弟初学,希望各路大侠能回答的详细一些
答案
-
- 已建议为答案 Molly Chen_Moderator 2012年7月18日 2:56
- 已标记为答案 Molly Chen_Moderator 2012年7月31日 4:56
-
根据提示,你连接的时候,服务器名应该指定为 'WIN-LC8TTM31QNF',不能是其他名字,如果无法通过 这个名字连接,请在SQL server配置管理器中,为这人名字建立别名,以确保能够通过这个名字来连接
- 已建议为答案 Molly Chen_Moderator 2012年7月18日 2:56
- 已标记为答案 Molly Chen_Moderator 2012年7月31日 4:56
全部回复
-
- 已建议为答案 Molly Chen_Moderator 2012年7月18日 2:56
- 已标记为答案 Molly Chen_Moderator 2012年7月31日 4:56
-
或许你可以参考这两篇文章的作法。
http://www.hagrin.com/332/fixing-sql-server-replication-requires-actual-server-name-make-connection-server-error
以上說明若有錯誤請指教,謝謝。
http://www.dotblogs.com.tw/terrychuang/ -
根据提示,你连接的时候,服务器名应该指定为 'WIN-LC8TTM31QNF',不能是其他名字,如果无法通过 这个名字连接,请在SQL server配置管理器中,为这人名字建立别名,以确保能够通过这个名字来连接
- 已建议为答案 Molly Chen_Moderator 2012年7月18日 2:56
- 已标记为答案 Molly Chen_Moderator 2012年7月31日 4:56