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.

 All Forums
 SQL Server 2008 Forums
 Replication (2008)
 read only subscription Database

Author  Topic 

raguyazhin
Posting Yak Master

105 Posts

Posted - 2011-04-18 : 03:35:16
I Configured a Transactional Replication in our client site with three subscription database. i want to disable the write operations in our subscription database.

--
Ragu Thangavel
Junier Sql Server DBA

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2011-04-18 : 03:45:43
Sounds like you are using merge replication and that's the problem.


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page

GilaMonster
Master Smack Fu Yak Hacker

4507 Posts

Posted - 2011-04-18 : 04:07:11
Just revoke or deny write permissions to all the app users. You can't make the DB read-only as replication has to be able to change it.

--
Gail Shaw
SQL Server MVP
Go to Top of Page
   

- Advertisement -