all groups > sql server data warehouse > september 2007 >
You're in the

sql server data warehouse

group:

SSIS QUESTION


SSIS QUESTION
9/26/2007 1:16:41 PM
sql server data warehouse: Hi
I am new to this area, please be nice to me.
BTW, am I in the right group?
I am very new to SSIS, but tons of experience in SQL programming. I
would like to do an SSIS package, a simple one. can I do it in SSIS
with something like this in SQL or I have to use SQL.

SELECT TABLE1.col1, TABLE1.COL2, NULL as COL3
INTO myNewTable
FROM TABLE1

Thanks
Re: SSIS QUESTION Simon Phillips
9/27/2007 12:00:00 AM
Yes you can do this in SSIS

In the control flow view (which controls the flow of the whole package) you
can use the Execute SQL task to just run any SQL statement.

However depending on what you are doing it might be worth looking in the
Data Flow Task,

This will allow you to add complex workflow syntax which will be applied row
by row to your source data which you then can add conditional transformation
before bulk loading into your new table.

Regards

Simon

[quoted text, click to view]
Re: SSIS QUESTION Simon Phillips
9/27/2007 12:00:00 AM
The SSIS group is: microsoft.public.sqlserver.integrationsvcs

[quoted text, click to view]
AddThis Social Bookmark Button