I have a script contained
in a table called TABA.
How can I run the content of a table TABA?
It contains the following script:
CREATE PROCEDURE PROCTest
AS
CREATE TABLE TESTA
--
--
I would like to create a stored Procedure
PROCTEST and a Table TESTA.
Thanks for your suggestions.
Ton