Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
iam sending a null value to the stored procedure .how i can check in if loop of the stored procedure wheter the send value is null or something
IF @Value IS NULL -- print 'This is null value' ElSE -- print 'Some Value'
can write is not null if value is there
Yes, can be write.