• No guys my Requirement is to make it null not to check whether it is null.

    From the front end i will pass the values but at times i may not send the values even though my Stored Procedure should accept the given parameters instead of arising the errors like expected input parameter @skills.

    my requirement is some thing as follows

    @skills SkillsTableType READONLY = null

    Thanks