Viewing 15 posts - 11,506 through 11,520 (of 11,678 total)
We stage our tables there.
The ETL proces can be divided in 3 steps:
1. Import: here you gather your data from various sources (Excel files, other databases et cetera) --> the...
April 21, 2010 at 4:29 am
Paul_Harvey (4/21/2010)
I guess this is what makes forums like this, and forum members like these invaluable to someone just starting out.
Oh, you're making me blush 😀
April 21, 2010 at 2:29 am
Most questions in these forums are the other way around 😀
Did you change anything in the package? For example, set the OLE DB Destination to fast load or something like...
April 20, 2010 at 12:09 pm
Paul_Harvey (4/20/2010)
April 20, 2010 at 6:59 am
It can potentially prevent the entire package from running, if you use only one precedence constraint.
However, more than one precedence constraint can depart from a single task. If you use...
April 20, 2010 at 6:56 am
Is this what you're looking for?
In BIDS, select Database -> Generate Relational Schema...
April 20, 2010 at 6:36 am
Paul_Harvey (4/20/2010)
I see that you can set expressions on the connections between components. Is this something I could use?
Et voila, you've solved your own question 🙂
Use the expressions on...
April 20, 2010 at 6:28 am
In the package properties, under Execution, set DelayValidation to True.
I'm not sure how much time this will save, so just try it out and let us know 🙂
April 20, 2010 at 6:22 am
If you want to store SSIS packages in the MSDB folder from BIDS, install BIDS helper. It is free and extremely useful.
Then you can deploy packages to MSDB with two...
April 20, 2010 at 2:54 am
Phil Parkin (4/20/2010)
See here.
And the award for the Shortest answer ever that was also actually helpful goes to...
😀
April 20, 2010 at 2:53 am
Tables in a database will do. If needed, some primary keys, foreign keys and indexes on those tables.
Do you have more specific questions?
April 20, 2010 at 2:48 am
You could try the following expression:
@[User::vRootFolder] + "\\" + @[System::PackageName] + ".dtsx"
EDIT:
Forget about this suggestion, I forget that you were trying to call the subpackages from a master package. @[System::PackageName]...
April 20, 2010 at 1:57 am
Regardless of the fact that is the wrong forum and topic, an answer to your question:
the datatype datetime is used to store AND the date portion AND the time portion.
You...
April 19, 2010 at 7:36 am
I interprete it as:
SCOPE_IDENTITY returns the value of the last identity value inserted in the same scope. Since the scope is the whole batch, it doesn't matter if the identity...
April 19, 2010 at 6:22 am
nigel. (4/19/2010)
/* lots of quoting here */
I don't think so. The SCOPE_IDENTITY (or @@IDENTITY) function will return the value appropriate to the most recent INSERT statement whether that statement affects...
April 19, 2010 at 5:29 am
Viewing 15 posts - 11,506 through 11,520 (of 11,678 total)