Hi,
I have a huge script separated with a bunch of 'go' lines. I am getting a ton of results rows and right in the middle I am getting 'Incorrect syntax near '+'.
I can do a find for all of the '+' in my script to find the issue. But I'm wondering if there is an easier way to do this? Is there some sort of tool in SQL that can review my script for Syntax errors so I don't have to hunt and peck?
Thanks!
I have a huge script separated with a bunch of 'go' lines. I am getting a ton of results rows and right in the middle I am getting 'Incorrect syntax near '+'.
I can do a find for all of the '+' in my script to find the issue. But I'm wondering if there is an easier way to do this? Is there some sort of tool in SQL that can review my script for Syntax errors so I don't have to hunt and peck?
Thanks!