Hi,
I have a sproc that performs several INSERT statements.I have tried to encapsulate these insert statements into a user defined function, as the only variation in these statements is the value of the parameters that are passed.
I get an error saying that udf's do not support INSERT statements.
is this true? If so, will I have to repeat this insert statement multiple times in my sproc?
cheers,
yogi