
FishMonger
Veteran
Feb 28, 2013, 9:49 AM
Views: 452
|
|
Re: [MDTech.us_MAN] Easiest way to run Microsoft SQL proc.
|
|
|
First, uncomment the strict and warnings pragams. You should ALWAYS load those pragmas. If needed, you could selectively disable some of their features, but that is rarely ever needed. Next, fix the error on line 20. You left off the closing quote. Then rerun the script and see if that fixes the problem. EDIT: You also need to fix your quoting on line 24, which is probably the cause of the sql error message.
(This post was edited by FishMonger on Feb 28, 2013, 9:51 AM)
|