Viewing 15 posts - 12,946 through 12,960 (of 13,876 total)
Is it possible to come at this problem from another angle? Just have a blank version of the spreadsheet living somewhere accessible, then do a delete (of old spreadsheet) and...
April 2, 2009 at 10:01 am
Have you created the package variables you need? They need to be created/declared before they can be used.
Right-click the control flow and select Variables and follow it through from there....
April 2, 2009 at 7:19 am
... and I thought I had tested that! Well, it was early in the morning :doze:
Nice approach Ramesh - great use of logic.
Phil
April 1, 2009 at 9:04 pm
Haha - I know what you mean. I wasn't sure until I tried it either 🙂
April 1, 2009 at 12:31 am
Great, thanks for the feedback & agree with your comments - you learn more by trying, even if it doesn't work out ... 🙂
March 31, 2009 at 10:58 pm
I'm afraid I still do not understand the requirement. Can you post sample data showing
a) the current data, and
b) how you would like the data to look after running the...
March 31, 2009 at 8:07 pm
You just need all occurrences of the field to be 1? Can't believe it's that simple, but here goes:
update security_instrument_financing_statement_activity_reporting
set sequence_number = 1
If I've misunderstood something, please clarify ...
March 31, 2009 at 7:27 pm
After getting the record counts, set the value of a Package Level variable in a script task, eg, in pseudo code:
User::ProcessImport = "False"
If (condition) then User::ProcessImport = "True"
In your control...
March 31, 2009 at 7:18 pm
What do you mean by "identification string"?
Are you modifying only data, or are you adding, renaming or deleting columns in Excel?
March 30, 2009 at 8:08 am
Not sure about the details of your problem, but if this is just a file containing a single row and no data, it is essentially static. Therefore, why not create...
March 30, 2009 at 6:25 am
Feeling bitter after two days of pain? 🙂 We've all been there and sympathise, I'm sure ...
March 26, 2009 at 7:23 pm
Once you have the data imported to your staging area in SQL Server, going down the sp route is the way I would go - for performance reasons.
SSIS is great...
March 20, 2009 at 6:37 pm
Excellent. There are several ways - but the one I would choose is as follows:
1) It should go without saying, but use a copy of your prod database ...
2) Create...
March 19, 2009 at 10:07 pm
Do you have the descriptions already completed in soft format? A CSV file containing CourseID, Description would be an ideal starting point ...
If not, are you just looking for a...
March 19, 2009 at 5:55 pm
Viewing 15 posts - 12,946 through 12,960 (of 13,876 total)