Viewing 6 posts - 1 through 7 (of 7 total)
It does seem like a lot of work just to get it to plug into a stored procedure. I was hoping to keep the functionality contained in a central...
January 28, 2008 at 11:52 am
Thank you so much! I knew it was something silly but I couldn't come up with the correct syntax.
January 28, 2008 at 7:08 am
Hey thanks a lot. I needed a quick turnaround on this and thankfully it works. Peace out.
January 23, 2008 at 8:51 am
SSCrazy Eights,
When I try and run your query in Analyzer I get this:
"The column prefix 'DU' does not match with a table name or alias name used in the query."
As...
January 23, 2008 at 8:00 am
That's exactly what I have in a separate procedure see below. Is there a way to incorporate the count into the existing procedure?
ALTER ...
January 23, 2008 at 6:40 am
Basically I added BEGIN and END and modified the error handling. Here is the corrected and functioning code for the second update statement:
/*** Update Users Acct. Status ***/
/* update...
October 31, 2007 at 1:49 pm
Viewing 6 posts - 1 through 7 (of 7 total)