Nothing wrong with the procedure itself. My SQL syntax for running the procedure was wrong.
The error actually telling you what is wrong? Imagine that!
For future reference:
exec Procedure Name @IntParameter=1, @StringParameter='Value'
No comments:
Post a Comment