Can’t I use SET ANSI NULL in my normal parametrize query. In fact I want to take out records where first_name='Rupesh' or NULL but I am getting only the Rupesh name records.
I have a stored procedure otherwise I could set set ansi null off and could get all records…
What should I do now?
1 Answer