Viewing 7 posts - 1 through 7 (of 7 total)
This sample may help you to play around.
CREATE PROCEDURE dbo.PROV_SRCH
--from the search screen:
@LastName varchar(40),
@FirstName varchar(25),
@spec varchar(40),
@City varchar(30),
@Zip varchar(10),
@CompanyID varchar(10),
@ProvID varchar(20),
...
December 14, 2004 at 11:21 am
Hi Morgan:
Thank you for your snippet. It does the trick.
RGDS
Sam
August 27, 2004 at 10:05 am
Hi Morgan:
Thank you for your snippet. It does the trick.
RGDS
Sam
August 27, 2004 at 10:05 am
Hi Phil,
I been advised to post this question to General Forum. Check this forum for the same question. Thank you for your post. Running your quiery produced
2345.00 instead of 23.45
I would...
August 20, 2004 at 11:36 am
Rajesh,
Thank you for your post. It worked.
SQLBill,
This was my first question for this site, sorry I messed it up.
RGDS
Sam
August 20, 2004 at 11:03 am
Nano,
You may be right. But strangely enough I have been building sp in my search engine and conventional statement didn't worked right. I rewrote statement in dynamic sql and it...
August 9, 2004 at 9:26 am
Viewing 7 posts - 1 through 7 (of 7 total)