sql server dts:
The DataSource Property of the excel connection object is what you need
to change so look at this article and adapt
How can I change the filename for a text file connection?
(
http://www.sqldts.com/default.aspx?200)
You can use rudimentary SQL syntax against a worksheet.
[quoted text, click to view] "newbie" <newbie@newbie.com> wrote in message news:newbie@newbie.com:
> Hi,
> I'm the newbie to DTS.
> I've a listing of excel file that would like to load to the sql DB.
> each excel file has a different name (i.e. prefix + yymmdd.xls) --> e.g.
> dts050202.xls
> And for each file, I would like to extract specific porton of data (e.g.
> sheet1 first cell of column A1 down to the cell which is non null)
>
> How can these be done ?
> should I create a Active X task to perform the above job ?
> Please kindly advice . thanks!
Hi,
I'm the newbie to DTS.
I've a listing of excel file that would like to load to the sql DB.
each excel file has a different name (i.e. prefix + yymmdd.xls) --> e.g.
dts050202.xls
And for each file, I would like to extract specific porton of data (e.g.
sheet1 first cell of column A1 down to the cell which is non null)
How can these be done ?
should I create a Active X task to perform the above job ?
Please kindly advice . thanks!