tsql - what is the procedure in SQL server to not execute anything(T SQL commands) but outputs the commands it would execute -


what procedure in sql server not execute anything(t sql commands) outputs commands execute

there isn't 1 unless using dynamic sql you'd use print

you can see stored proc definition won't show actual parameter values etc


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 -