Community

SQL Server function to check dynamic SQL syntax

(Eli Leiba) Although most of what you read tells you to stay away from dynamic SQL, the reality is there are places where writing T-SQL code dynamically just makes sense. The one downside to dynamic SQL is that if it is not written correctly the code will fail. So in this tip I am sharing a functio


Read More (Community content)