mysql - How to use linked server with stored procedure? -


anyone have idea how use view stored procedure on linked server? don't have credentials linked server @ it. ??

if don't have access server, can't view anything. if have execute permissions on stored procedure, sure, can execute it. believe syntax

exec "linkname"."dbname"."schema"."procedure"   

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -