Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
nitin1353
Constraint Violating Yak Guru
381 Posts |
Posted - 2007-01-11 : 17:34:01
|
GurusWhen i create the publisher ,when we right click on the publisgher and databases gets shared.and when we delte that publication the db still in shared mode.Now if i want to create the publisher again it takes me directly to the third step where it asks me for the databases.I want to start it from the first step?RegardsNitin |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-01-11 : 17:56:43
|
The database isn't shared when you setup replication. That's just the icon that they use to indicate replication. When you deleted the database, did you delete replication first? Please explain what steps you have done and what you want to do.Tara Kizer |
|
|
MohammedU
Posting Yak Master
145 Posts |
Posted - 2007-01-13 : 02:46:42
|
When you enable the database for publication it will add the hand icon under the database. You created and deleted the publication but you have not disabled the database for publication...If you want to start from step1 you have disable publication for database first...MohammedU |
|
|
|
|
|