• sanket kokane (11/7/2012)


    please check if there any db_owner for your database used in replication.

    if there is no change it to SA or any other active login

    use Yourdatabase

    go

    sp_changedbowner 'sa'

    pls can u tell me the meaning of this line "Changed database context to 'master'. (Microsoft SQL Server, Error: 15517)"