Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 help with usp input parameters

Author  Topic 

moxon
Starting Member

6 Posts

Posted - 2007-09-10 : 10:17:45
Hi everybody, i'm new here and i need some help.
Does anybody know if i can in a stored procedure declare input parameters and allow that the values of that parameters receive blank values, been the parameters type int?

Thanks....

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2007-09-10 : 10:22:18
Yes, you can use NULL value for INTEGERS too.



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page

moxon
Starting Member

6 Posts

Posted - 2007-09-10 : 10:36:01
Thank for the help Peso.....:)
Go to Top of Page
   

- Advertisement -