Hi!
I need to pass a TABLE as a parameter to a stored procedure
I'm sure this has been asked more than once, and I'v read in BOL that TABLE types are not supported as parameters.
How do you deal with this actually?
I need to pass an array of values to a SP
tkx