Viewing 3 posts - 1 through 4 (of 4 total)
No, it has to the be spaces that are the problem.
Here is my exec command:
USE
[Servicer_meextract_bal]
GO
DECLARE
@return_value int
EXEC
@return_value
March 1, 2007 at 12:52 pm
#692701
Hummm.....
Maybe it is not the spaces that are the problem then. I'll see if I can find anything else that may be the problem.
Thanks
-Mikel
March 1, 2007 at 12:38 pm
#692698
Thanks for your ideas--they have given me a few more approches to try out
Humm... as an experiment I changed the stored procedure so...
February 16, 2007 at 12:20 pm
#690303