RPC Error and Solution - SQL Query

Execute Below Query, replace DOP with your SQL Servername

exec sp_serveroption @server='DOP', @optname='rpc', @optvalue='TRUE'    
exec sp_serveroption @server='DOP', @optname='rpc out',@optvalue='TRUE'

Comments :

0 comments to “RPC Error and Solution - SQL Query”

Post a Comment

Powered by Blogger.