Viewing 15 posts - 13,006 through 13,020 (of 13,838 total)
Do you want to process the rows in ascending date order?
If your source has rows 1, 2, 3 and 4, what will be in your calculated table?
Will it be
1-2
3-4
or
1-2
2-3
3-4
?
January 4, 2009 at 11:38 pm
Please describe what you mean by 'difference'.
Eg, if
row a contains: 'Fred', 12, 1980
row b contains: 'Bill', 150, 27
what would the difference be?
Also, what order are your rows in?
January 4, 2009 at 10:17 pm
Sanjay (1/1/2009)
HiHow to add multiple XML results set in SSIS. i tried to add through he UI. it is added also, but i am getting error that
...
Sanjeev
Please explain...
January 1, 2009 at 11:14 pm
Create an OLEDB connection to your database.
Add an Execute SQL task - specify the above connection.
Click on Expressions in the task editor and then expand the Expressions item to get...
December 28, 2008 at 9:56 pm
The ALTER TABLE requirement continues to puzzle me. Anyhow, now that I understand better what you are trying to achieve, here is how I would do it:
1) Create a staging...
December 26, 2008 at 7:54 pm
I am afraid that I do not know about your error message.
But I have never found anything in an ActiveX task that cannot be accomplished in a script task and...
December 23, 2008 at 7:46 pm
It's no mystery - you have to rewrite your code using .NET syntax. I'm afraid that you have some learning to do, as I doubt that people here have the...
December 23, 2008 at 7:33 pm
You need to rewrite your VBScript code in VB.NET - the syntax and commands are quite different. I'm afraid that cutting and pasting just won't work.
Phil
December 23, 2008 at 7:23 pm
Can I just confirm what the underlying business requirement is here? Is it that there are constant amendments to an Excel spreadsheet of employee data and you want these amendments...
December 23, 2008 at 7:15 pm
And, what order might that be? Order by name, date, extension, 8.3 name, or ???
haha, I was wondering the same and was hoping to draw out the answer gently,...
December 23, 2008 at 7:06 pm
Great tip - I did not know about that ... looks perfect for this.
December 23, 2008 at 6:16 am
So the sources are being updated continuously? Or just from time to time? You may encounter some locking problems.
One approach could be to move the source file to another folder,...
December 22, 2008 at 11:44 pm
Maybe you could create a single file containing all the SQL first:
If Exist All_Files.sql Del All_Files.sql
Copy *.sql All_Files.sql /y
and then just execute All_Files.sql to save iterating round - not sure...
December 22, 2008 at 11:32 pm
When you create a connection to the source file, using the Flat File Connection Manager Editor', select 'Advanced' - you can type in a caret directly as the column delimiter.
Phil
December 22, 2008 at 11:14 pm
Viewing 15 posts - 13,006 through 13,020 (of 13,838 total)