I figured it outI forgot to select that field from the view
![]()
I figured it outI forgot to select that field from the view
![]()
jmurrayhead
If you agree, give me rep.
If you like it here...throw us a few bones to help support us.
I don't see application_delet. But I do see application_deleted. Are you getting this error when trying to execute the code or when trying to print it? If it is on execute, you might try printing it so you can see what the output is.
[EDIT] I am glad you got it figured out. Let's hope it's all good now![/EDIT]
jmurrayhead
If you agree, give me rep.
If you like it here...throw us a few bones to help support us.
Sometimes you have to! I would make use of the print command to try and diagnose it... but if you run into trouble, just let us know.
You may want to post what your sp looks like as working so that others may benefit from the final solution.
jmurrayhead
If you agree, give me rep.
If you like it here...throw us a few bones to help support us.
I'm a total nit sometimes. The query wasn't working because I assigned the @sql variable as varchar(255) but the string was over 255 characters. Once I increased the amount of characters, the whole string was being read into the variable. Now it works![]()
jmurrayhead
If you agree, give me rep.
If you like it here...throw us a few bones to help support us.
Bookmarks