Viewing 15 posts - 11,176 through 11,190 (of 11,678 total)
It seems that there is a problem with your logging in SSIS.
How did you configure your log provider?
August 23, 2010 at 3:24 am
At first sight, I can't spot any errors either in your expression.
Are all the quotes still there, or are some of them replaced with empty strings?
August 23, 2010 at 2:58 am
This topic should point you in the right direction:
However, it is much easier (and also pointed out in the above discussion) to create a job that runs the package and...
August 23, 2010 at 2:55 am
It is a good question about the basics, but not a very original one. I believe this sort of question has already been asked multiple times.
August 23, 2010 at 12:27 am
SSIS.COM (8/20/2010)
I am sorry ssis learner..But, I didn't understand how Ican achieve this by sort transformation
There is an option at the SORT transformation to remove duplicates. But see my...
August 20, 2010 at 11:15 am
da-zero (8/20/2010)
In your source or at the destination?
If there are duplicates at the source, performing a lookup while you are writing to the table destination will...
August 20, 2010 at 11:13 am
You'll find a great explanation of the different dimension types in Kimball's book "The Data Warehouse Toolkit" (2nd edition).
Actually, to be precise, a dimension is not of SCD type 1,2,3...
August 20, 2010 at 6:42 am
Don't forget the " at the beginning of the code.
Is the conversion to DT_DBDATE necessary?
August 20, 2010 at 6:17 am
How do you get a PK violation?
Are you inserting the PK values yourself?
August 20, 2010 at 4:46 am
Phil Parkin (8/20/2010)
da-zero (8/20/2010)
Raunak Jhawar (8/20/2010)
I'm loving it...:-D:-D:-DYou're just being sponsored by McDonalds 😛
Maybe that should be
U wordt enkel gesponsord door McDonalds
Almost 🙂
"Enkel" means "only" (in the sense of...
August 20, 2010 at 2:59 am
Raunak Jhawar (8/20/2010)
I'm loving it...:-D:-D:-D
You're just being sponsored by McDonalds 😛
August 20, 2010 at 2:40 am
If the SSIS package runs on the same server as the destination table, you can use the SQL Server Destination, which is the fastest.
August 20, 2010 at 2:22 am
You can try to write the data to a staging table first.
Then call the UDF in the database itself and write the results to your final destination table.
This is all...
August 20, 2010 at 2:21 am
I have done the following things the past year to improve my skills:
* read technical books (Kimball, SSIS et cetera) in my free time
* studied for a certification in my...
August 20, 2010 at 1:32 am
You should store the code I gave you in a variable (which is actually an expression who sets the value of said variable). Do not use it directly in the...
August 20, 2010 at 1:02 am
Viewing 15 posts - 11,176 through 11,190 (of 11,678 total)