Viewing 15 posts - 8,686 through 8,700 (of 13,882 total)
February 18, 2015 at 4:58 am
Jason-299789 (2/18/2015)
IN SQL check out the HASHBYTES function.
eg
SELECT
COL1,COL2, HASHBYTES('MD5',COL1+'|'+COL2+'|')
FROM aTable
One other thing there's no guarantee that you will...
February 18, 2015 at 4:30 am
Nice article Andy. I have never seen it all set out so clearly before, well done.
February 18, 2015 at 12:29 am
vipin_jha123 (2/17/2015)
--becaue I have to chive in sql ,
--
I am not familiar with the verb 'chive'. What do you mean?
February 17, 2015 at 5:06 am
This is not a valid SQL datatype.
February 17, 2015 at 5:01 am
Louis Hillebrand (2/17/2015)
Noticed something when I was doing some testing.Adding 1 year to 2012-02-29 returns 2013-02-28
SELECT dateadd(year, 1, '20120229')
What would you expect?
February 17, 2015 at 2:59 am
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
Viewing 15 posts - 8,686 through 8,700 (of 13,882 total)