L
lemes_m
What I can do to solve this problem? (IIF doesn't work in Stored
procedures)
procedures)
It's impossible to say what's the best way of solving your particular
problem since you haven't given us any clues about what code you actually
have in your stored proc. However, the SQL Server CASE function is the
usual answer when you need an "equivalent" to the Access Iif function (it
isn't exactly an equivalent, but you can do the same sort of things with
it).
What I can do to solve this problem? (IIF doesn't work in Stored
procedures)