What is wrong with this statement:
lnResult = SQLEXEC(oGv.pnConnhandle, 'EXEC ClientSecurity.UsersCloneSP','userz')
The stored procedure is qualified by a database schema name. Do I have to further qualify the stored procedure?
EXEC ClientSecurity.UsersCloneSP executes successfully in management studio query window.
lnResult = SQLEXEC(oGv.pnConnhandle, 'EXEC ClientSecurity.UsersCloneSP','userz')
The stored procedure is qualified by a database schema name. Do I have to further qualify the stored procedure?
EXEC ClientSecurity.UsersCloneSP executes successfully in management studio query window.