Viewing 3 posts - 1 through 3 (of 3 total)
You can use REPLACE or CHARINDEX to see if it exists.
select 'ä', replace('lästname', 'ä', '-'), charindex('ä','lästname', 0)
May 19, 2014 at 12:46 pm
#1714758
If the numerator and denominator are in MB, you don't need to divide by 1024.
PercentUsed = Used/Total * 100
...
May 19, 2014 at 12:24 pm
#1714747
I wrote up how to use the HASH function to determine changes. Also, performs much faster then SCD.
http://anexinetbi.blogspot.com/2013/04/faster-slowly-changing-dimension-with.html
March 26, 2014 at 1:35 pm
#1700449