我試圖在SQL Server 2005上配置複製。我可以使用嚮導來完成。但是,當我試圖通過這個嚮導運行生成的腳本出現錯誤消息:如何配置複製? - 此數據庫未啓用發佈
Msg 14013, Level 16, State 1, Procedure sp_MSrepl_addpublication, Line 159
This database is not enabled for publication.
Msg 18757, Level 16, State 1, Procedure sp_MSrepl_addpublication_snapshot, Line 66
Unable to execute procedure. The database is not published. Execute the procedure in a database that is published for replication.
Msg 14013, Level 16, State 1, Procedure sp_MSrepl_addarticle, Line 168
This database is not enabled for publication.
Msg 14294, Level 16, State 1, Procedure sp_verify_job_identifiers, Line 25
Supply either @job_id or @job_name to identify the job.
這是一個有點奇怪,因爲當我運行數據庫查詢這個地方我點擊,然後取出出版,everyting是進展順利。問題是當我在新數據庫上使用我的查詢時。 什麼是我正在使用sp_replicationdboption存儲過程。當我試着運行它時,它說:
數據庫ReplicationTest00
的複製選項publish
已被設置爲true。
請幫我解決這個問題。
的情況下能否請您提供您如何在數據庫的情況下運行腳本的示例,而不是server..becouse我面臨同樣的問題,我GOOGLE了很多,但米無法找到任何解決方案。請幫助 – vinay 2012-03-19 13:07:52
@vinay它只是在腳本的頂部輸入表達USE(數據庫名稱)GO。 – WendyDroid 2013-06-21 18:48:12