Thanks Adriann for the help. Yes, I did not have the logic correct. Too bad about there being no verbose mode. Oh well. Thanks for your help.
Ok.ALTER PROCEDURE [dbo].[sp_GetABAInfo] -- Add the parameters for the stored procedure here@startdate datetime,@enddate datetime,@culist...
Everyone replied to my questions before, so thanks to everyone that helped. Here's my problem. Inside my stored procedure, I created a temp table...
Yes. That did the trick. One last question ( I promise !!). If you make a temp table inside a stored procedure, do you need to explicitly drop it...
Hi Mohammed - thanks for the help. One last part to this problem ( I promise ). I have the code taking in a list of values ( like you mentioned )....
One of the arguments I need for my stored procedure is a list of acct numbers. The list could have 'All', which means all acct numbers in the...
Separate names with a comma.