Viewing 15 posts - 331 through 345 (of 622 total)
+1 for surrogate keys. the keep the fact table small (in terms of bytes, not columns) and provide you with a level of 'protection' from changes in the source...
April 24, 2014 at 10:44 am
Think of it in terms of a retail distribution network.
You will need a warehouse (data warehouse) where all the products (information) is collected and kept
You will need a store (data...
April 24, 2014 at 10:36 am
+1 from me
Phil, Gail and Koen are some of the most generous and helpful forum members on any board I visit and their opinions and advice have saved (or...
April 10, 2014 at 3:57 pm
I would data flow the value to a recordset destination to an object variable and then use a For-Each loop to extract it. As there will only ever be...
March 31, 2014 at 5:04 am
Ouch!
They have a big budget for this project though, so they can afford some nice toys 😀
March 25, 2014 at 3:00 am
HUB_InvoiceHeader
SAT_invoiceHeader
Googlefor: Data Vault
March 24, 2014 at 11:26 am
you could look at using the Optimise for first N rows hint. This will change the query plan so that the query can start returning data earlier, even though...
March 24, 2014 at 11:23 am
yup. You might need to use a script component or WMI. Here are a couple of links
http://www.bidn.com/blogs/mikedavis/ssis/157/ssis-wmi-event-watcher-check-file-exist-creation
http://www.bidn.com/blogs/DevinKnight/ssis/76/does-file-exist-check-in-ssis
March 24, 2014 at 11:00 am
CSV stands for Comma Separated Value. The structure of the file is just ANSII code. You could create the file in Word, Notepad, or DOS editor....
March 24, 2014 at 10:51 am
Thanks Koen, If its good enough for you, then I will take that option 🙂
Next question. Which files need to be in SCC and which one don't. ...
March 24, 2014 at 3:29 am
dates in excel are actually numeric. the integer is the days and the decimal is the time.
If you have access to the data in any format other than Excel...
March 24, 2014 at 3:23 am
If the files have an identical structure and it is only the target name that changes then yes, otherwise you might as well have four DFTs (plus DFTs can operate...
March 24, 2014 at 3:20 am
my first reaction would be line terminators
March 24, 2014 at 3:18 am
Firstly, Excel and SSIS will put you in a world of pain. Do you really need to use Excel as a source or destination. If you have another...
March 21, 2014 at 10:30 am
Its late on Friday at the end of a hard week...
Setting the Fail values is not going to help in this instance because the package is crashing rather than failing.
How...
March 21, 2014 at 10:24 am
Viewing 15 posts - 331 through 345 (of 622 total)