Quantcast
Viewing all articles
Browse latest Browse all 7

Using Temp Tables in SSIS

Temporary tables are created in the TempDB database, which persists for a particular session. The objective is to maintain that session, until the temp table information is used and dump the data into a physical table. To maintain a session in SSIS, there is a ‘Retain Same Connection’ property of the Connection Manager. If we [...]

Viewing all articles
Browse latest Browse all 7

Trending Articles