Monday, June 21, 2010

Got the stored procedure working

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: