You can also apply them on all subscribers deployed via unc by using
sp_addscriptexec which will run a script on all subscribers. This way you
can modify them on an as needed basis.
--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com [quoted text, click to view] "Ton" <Ton@discussions.microsoft.com> wrote in message
news:66A373D3-7703-477F-9EAF-03042F1FE9CC@microsoft.com...
> Hi!
>
> My user defined functions have permissions setup on a primary server.
> Two users are allowed certain access. When I am replication the whole
> database to another server those permissions are not being replicated
> (despite of the fact that those users are defined on a destination
> server).
> If I go to a destination server (subscriber) and set permissions
> manually(the way they are in production) - those permissions will
> disappear once the replication is completed.
>
> Thanks,