↧
Answer by Martin Smith for what is the procedure in SQL server to not execute...
Are you thinking of SET SHOWPLAN_TEXT ON?
View ArticleAnswer by gbn for what is the procedure in SQL server to not execute...
There isn't one unless you are using dynamic SQL where you'd use PRINTYou can see a stored proc definition but this won't show you any actual parameter values etc
View Articlewhat is the procedure in SQL server to not execute anything(T SQL commands)...
what is the procedure in SQL server to not execute anything(T SQL commands) but outputs the commands it would execute
View Article