Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Using Temporary Table

Author  Topic 

QAZAFI
Yak Posting Veteran

50 Posts

Posted - 2008-12-11 : 16:56:49
Hi All

I would like to use temporary table in my SSIS package. What I am actually looking for I need to create a Global Temporary table and then need to pull data from Excel source into this temporary table. After inserting data inside temporary table I need to compare that data to another table. But I could not manage to find a way to get it done. I tried to use the approach used in the link below but it does not work for me.
http://blogs.conchango.com/jamiethomson/archive/2006/11/19/SSIS_3A00_-Using-temporary-tables.aspx

I need to know do I need to drop this table explicitly in the package. How it work.
Any help is much appreciated

Many thanks

Syed Qazafi

QAZAFI
Yak Posting Veteran

50 Posts

Posted - 2008-12-11 : 17:53:22
I have fixed the problem
thanks
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2008-12-11 : 18:13:36
just sounds so bad on many fronts

Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page
   

- Advertisement -