|
|
Entries for ' Null-Value'
posted on April 21, 2010 04:54
Within a stored procedure use an IF STATEMENT to check a parameter for a NULL VALUE
if( @CustomFieldID is null)
begin
print 'NUL...
[Read the rest of this article...]
Stored-Procedure,
Null-Value