Viewing 15 posts - 8,686 through 8,700 (of 13,876 total)
Guitar_player (2/17/2015)
but my check is that if we are really looking for the difference then this should be the output...
February 17, 2015 at 2:46 am
Guitar_player (2/17/2015)
Your query looks good..but can u check with this pls..I am getting the same output for the change in the value of D1
declare @D1 datetime = '20120229' --...
February 17, 2015 at 1:29 am
Guitar_player (2/16/2015)
I am not an expert in SQL , but i been trying to get the difference of two dates in years.days format like
1 year 230 days -->...
February 17, 2015 at 12:51 am
Nevyn (2/13/2015)
Phil Parkin (2/13/2015)
Nevyn (2/11/2015)
Also, the alleged work around is to sort the packages in the dtproj file, so I'm surprised...
February 13, 2015 at 7:26 am
Nevyn (2/11/2015)
Also, the alleged work around is to sort the packages in the dtproj file, so I'm surprised that didn't work...
February 13, 2015 at 3:56 am
paul.j.kemna (2/11/2015)
February 12, 2015 at 1:07 am
Dave Ballantyne (2/12/2015)
Note: I have found that it is a real performance hit and only do...
February 12, 2015 at 12:42 am
This is a lot of messing about! I'm not very familiar with AS/400 databases, but I have an idea which might at least make things work for you – it...
February 11, 2015 at 10:34 am
Right. As this is dragging somewhat, I set up a test to make sure it works. Here is what I did:
1) Create a package containing a single trivial ExecuteSQL task...
February 10, 2015 at 10:10 am
Can you tell us the full data types of all the columns involved please?
Edit: have a look here. It is likely that you are experiencing rounding errors at a very...
February 9, 2015 at 10:46 am
Here's how I would do it.
Add a lookup to your package and use it to determine Insert vs Update.
If it's an Insert, send it directly to the target table.
If it's...
February 9, 2015 at 10:37 am
rocky_498 (2/9/2015)
I am using so far two transformations ( Derived Column, Data Conversion)
Plus I am using SCD..
That would be next question. If I pick Second Option...
February 9, 2015 at 10:29 am
What sort of transformations do you have in mind?
Will you be doing just inserts, or inserts and updates, or inserts, updates and deletes?
February 9, 2015 at 10:22 am
Guitar_player (2/9/2015)
February 9, 2015 at 4:50 am
Guitar_player (2/9/2015)
We will have project connections in our connection manager , so i right click on them and clicked on "Parameterize" option
and selected the connection string...
February 9, 2015 at 4:27 am
Viewing 15 posts - 8,686 through 8,700 (of 13,876 total)