Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9159

Re: Approval SP

$
0
0

Hi,

 

try this but modify it base on your requirements.

 

Declare @County nvarchar(max)

 

set @County = (your Select statement here to get the county value)

 

IF @County = 'Test' or @County = 'Test1"

     BEGIN

          --add your new sp here for the 60 days validation

     END

ELSE

     BEGIN

          --your 10 days validation here

     END

 

Jim


Viewing all articles
Browse latest Browse all 9159

Trending Articles