Viewing 15 posts - 61 through 75 (of 84 total)
Michael is right!
You have to SCD(Slowly Changing Dimension) to get your thing work. You wanted SSIS to detect the changes...........This is the only transformation that will help you. This...
November 20, 2007 at 6:51 am
It is the source data. There were some datas with dd/mm/yy and some datas were dd/mm/yyyy format. the one with yyyy comes okay after conversion but the one with only...
November 20, 2007 at 5:58 am
You can first write a SQL command to execute whatever updates you want in {Execute SQL task}. Drag and drop this in the design section and connect to its database....
November 20, 2007 at 5:47 am
Yes, i can. But how do i put it together in the package wizerd though?
November 19, 2007 at 1:03 pm
No. we use citrix to get in there. Thats totally a different network.
November 19, 2007 at 12:49 pm
Marek, This is great. I never knew this can lead in a package migration wizard. Well, my problem is, the other server is not at all connected to my developer...
November 19, 2007 at 9:57 am
Is protection level of your package set to EncryptAllWithPassword? YES
Is package supplied with PackagePassword? YES
Is package deployed and you have all files (.dtsx, .SSISDeploymentManifest and others) i deployment directory?
I...
November 19, 2007 at 7:51 am
Hi Smith,
I added a derived column transformation and added the expression as per your advise as below:-
"ISNULL(Date) ? NULL(DT_DATE) : (DT_DATE)(SUBSTRING(Date,4,2) + "/" + SUBSTRING(Date,1,2) + "/" + SUBSTRING(Date,7,2))"
I get...
November 19, 2007 at 7:46 am
Tried using the Query that you have given,It return me Date as
2007-10-29 00:00:00.000 .Which is in YYYY-MM-DD HH:MM:SS format.I need the Date in MM/DD/YY.
Hope someone could help me out...
November 19, 2007 at 7:20 am
Hi,
I would be really grateful, if you could guide me through the steps that I need to take.What do I use CONVERT @ CAST ?
November 18, 2007 at 7:42 pm
SQL Server service account. Well, How do I bring the total package over in to the QA server though? It is still failing. I tried package config. But when this...
November 16, 2007 at 11:11 am
Anyone? Help is needed here..........
November 16, 2007 at 8:54 am
Actually mine is very complicated than that. But thanks though. I have tried your way, it worked. But I am doing a FTP download to Flatfile. There is a UID...
November 16, 2007 at 8:52 am
Thank you,
I used an Update statment and replace to remove "".
Managed to solve it !
November 15, 2007 at 8:27 pm
Viewing 15 posts - 61 through 75 (of 84 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy