in reply to SQL table recreation

Your question is a bit vague, but I will try to guess at what you mean.

You probably are looking for a pure-SQL solution, in which case your question is a bit off-topic. However, if you are looking for ways to implement SQL Server access without having to learn SQL, DBIx::Abstract is a good place to start. There are several other modules that perform abstraction also available on the CPAN.

If it is just SQL you're after, drop me a private message and I will see if I can help.

Anima Legato
.oO all things connect through the motion of the mind

Replies are listed 'Best First'.
Re^2: SQL table recreation
by Win (Novice) on Jan 05, 2005 at 15:01 UTC
    I want to be able to create and insert data for a table and do that within a stored procedure. I already have this table, but I want the code that would allow me to recreate this table within a stored procedure.