Viewing 15 posts - 11,146 through 11,160 (of 11,678 total)
Some of the most important things of the ETL that you must document:
* data mapping (given a certain output column, which are the contributing input columns)
* information liquidity model: describes...
August 28, 2010 at 11:50 am
shairalt (8/27/2010)
Try:(DT_DATE)EXPYear + "-" + EXPMonth + "-" + EXPDay
I think it is best that you include brackets, or otherwise...
August 28, 2010 at 11:40 am
What are the errors that you are getting? Can you copy-paste the exact error messages?
And even more important: what are the requirements of your SSIS package? What are you trying...
August 28, 2010 at 11:36 am
Shark Energy (8/27/2010)
August 28, 2010 at 2:43 am
Andrew Notarian (8/27/2010)
August 28, 2010 at 2:41 am
WayneS (8/27/2010)
August 27, 2010 at 7:57 am
Disable all the other tasks and run the whole package.
August 27, 2010 at 5:30 am
This is a very, very, very common problem with SSIS and Excel. It shows up in hundreds of blog and forum posts.
And apparently it existed already in DTS.
The issue is...
August 27, 2010 at 5:25 am
Well, if you have Management Studio (SSMS), then you can script them! (what a wonderful world).
Go to SSMS, make sure you have the object explorer details window open and then...
August 27, 2010 at 5:21 am
Good question. It points out that you have to be very careful with implicit conversions.
August 27, 2010 at 12:06 am
A data warehouse is in most systems indeed like a relational database. The biggest difference is that traditional databases tend to keep only operational records in a normalized table structure,...
August 26, 2010 at 5:22 am
Hugo Kornelis (8/26/2010)
August 26, 2010 at 4:33 am
Great question. I got it wrong though. I do not really understand how the scope of the type variable works. It seems you can define it over and over again,...
August 26, 2010 at 1:03 am
Raunak Jhawar (8/24/2010)
You have two options:1. Implement an EST(Execute SQL Task)
2. Implement a Script Task with embedded .NET code
I would go with option 1. You don't need .NET to execute...
August 25, 2010 at 7:54 am
Did you set-up the dimension usage correctly?
August 25, 2010 at 7:50 am
Viewing 15 posts - 11,146 through 11,160 (of 11,678 total)