Prev: Complex Statement - Newbie Needs Help
Next: How to select day_of_week and/or date given a period?
From: OceanDeep via SQLMonster.com on 23 Feb 2010 13:10 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 23 Feb 2010 13:22 You have to write your own code to validate the input parameters. -- Plamen Ratchev http://www.SQLStudio.com
From: OceanDeep via SQLMonster.com on 23 Feb 2010 13:35 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
|
Pages: 1 Prev: Complex Statement - Newbie Needs Help Next: How to select day_of_week and/or date given a period? |