Viewing 4 posts - 1 through 5 (of 5 total)
Thanks Buddy,
But still issue exists as it fails when we compare normal strings.
DECLARE @C NVARCHAR(10),@R NVARCHAR(10)
SELECT @C=N'Ant'
SELECT @r=N'ant'
IF @r = @C COLLATE Latin1_General_Bin
SELECT 1
ELSE
SELECT 2
As per...
November 24, 2015 at 2:01 am
#1841951
Thanks Buddy...
November 19, 2015 at 2:58 am
#1840910
Actually we have used newid() in order by clause to do shuffling.But My Manager is asking me to get the algorithm used for that clause and need to compare with...
August 27, 2013 at 6:05 am
#1645132
Hi Keon,
I Gone through the site,but i failed to get exactly which algorithm used?
August 27, 2013 at 5:53 am
#1645128