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
Post a Comment