Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return Stored Proc Parameters
Message
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01406967
Message ID:
01407049
Views:
25
>I want to try to find out of a parameter can accept nulls. The syscolumns has an IsNullable column, but it's always 1. Know of any way to determine if a parameter for a proc can accept a null value?

I suspect there is no simple way to determine if the parameter can accept NULL or not. I believe by default all parameters are NULL or usually I put

@MyParam = NULL,
...

in parameters definition.

Just in case I asked your question on another board.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform