From: OceanDeep via SQLMonster.com on
We have Check Contraint when defining fields in a table to validate or limit
data value during input. I am wondering if there is a similar thing in
Stored Procedure validating input parameters that should only have specific
input values without writing the checking code inside of sp.

OD

--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums.aspx/sql-server-programming/201002/1

From: Plamen Ratchev on
You have to write your own code to validate the input parameters.

--
Plamen Ratchev
http://www.SQLStudio.com
From: OceanDeep via SQLMonster.com on
Yep. Thank for the quick reply.

Plamen Ratchev wrote:
>You have to write your own code to validate the input parameters.
>

--
Message posted via http://www.sqlmonster.com