tonyblacks
Technical User
I am trying to dynamically create new users from a table using a trigger on insert. I tried writing a procedure that would be called once the trigger was fired. Unfortunately, My procedure compiles with errors.My assumption is that you can't write Create statements in a procedure.
Please advise.
Please advise.