Hi,
My SQL Server 2000 DB is a subscriber to a dailiy replication from an off site SQL Server.
Until recently, both servers were 2000 and replication worked fine. The publisher has now upgraded to SQL 2005 and is unable to reinstate the replication, apparently due to a permissions problem.
The error being recieved at the SQL 2005 end is:
I've been asked to add the user of the remote site (which currently has db_owner rights on my server) to the sysadmin server role and i'm a little uneasy about this as it will obviously give a remote 3rd party complete access to my SQL Server.
Could this error message in fact be refering to the permissions of the SQL 2005 Server?
Has anyone come across this before and is the solution (as stated in SQL 2005 BOL here: to add this useer to the sysadmin role? This article appears to suggest that once the replication is set up, i could remove the user from the sysadmin role and its db_owner privaleges should suffice.
Thanks in advance.
Cheers,
Leigh
The problem with common sense is that it isn't that common!

My SQL Server 2000 DB is a subscriber to a dailiy replication from an off site SQL Server.
Until recently, both servers were 2000 and replication worked fine. The publisher has now upgraded to SQL 2005 and is unable to reinstate the replication, apparently due to a permissions problem.
The error being recieved at the SQL 2005 end is:

I've been asked to add the user of the remote site (which currently has db_owner rights on my server) to the sysadmin server role and i'm a little uneasy about this as it will obviously give a remote 3rd party complete access to my SQL Server.
Could this error message in fact be refering to the permissions of the SQL 2005 Server?
Has anyone come across this before and is the solution (as stated in SQL 2005 BOL here: to add this useer to the sysadmin role? This article appears to suggest that once the replication is set up, i could remove the user from the sysadmin role and its db_owner privaleges should suffice.
Thanks in advance.
Cheers,
Leigh
The problem with common sense is that it isn't that common!
