Unix Technical Forum

SSIS QUESTION

This is a discussion on SSIS QUESTION within the SQL Server Data Warehousing forums, part of the Microsoft SQL Server category; --> Hi I am new to this area, please be nice to me. BTW, am I in the right group? ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server Data Warehousing

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-27-2008, 07:09 PM
loufuki@gmail.com
 
Posts: n/a
Default SSIS QUESTION

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-27-2008, 07:09 PM
Simon Phillips
 
Posts: n/a
Default Re: SSIS QUESTION

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

<loufuki@gmail.com> wrote in message
news:1190837801.591071.299470@g4g2000hsf.googlegro ups.com...
> 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
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-27-2008, 07:09 PM
Simon Phillips
 
Posts: n/a
Default Re: SSIS QUESTION

The SSIS group is: microsoft.public.sqlserver.integrationsvcs

<loufuki@gmail.com> wrote in message
news:1190837801.591071.299470@g4g2000hsf.googlegro ups.com...
> 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
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 03:08 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com