I'm trying to call a stored procedure within another stored procedure, based
on the value of a certain parameter. Here's a snippet of the problematic
code:
************************************************
END
************************************************
I'm using SQL Server 7.0, and I'm getting the following errors:
Error 156: Incorrect syntax near the keyword 'CASE'
Incorrect syntax near the keyword 'THEN'
Any ideas? TIA.......
-=Tek Boy=-