How do I type the arguments to a function?
I am calling a stored proc with parameters (we have very few, but some make the client's life a lot easier and make transactions shorter). I get an error that it can't find the function given the types:
I'm calling it like:
Do I need to just cast each one in the SQL?
I'm calling it like:
Do I need to just cast each one in the SQL?