Temporary table in DTS

  • Is it possible to create, then use, then delete a temporary table in DTS.

    How do I do this?

  • You can use SQL Tasks to create the table, use it and then using another Sql Task to delete the table

  • I do it all the time. Just drop the table after you use it.

  • Sorry, I did not make myself clear. I meant a temporary table as in #Temp

  • U cant do any thing to #table or ##table in DTS.

  • What do you need to use a temp table for?

    Maybe you could assign the rowset to a Global variable and use it like an ADO recordset.

    Hope this helps

    Phill Carter

    --------------------

    Colt 45 - the original point and click interface

    --------------------
    Colt 45 - the original point and click interface

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply