Skip to content

why does SQL server consider SS as an Umlaut-S (ß)?

When I run the below query: it returns a 6. I specifically chose ß for a function as I thought it very unlikely to appear in any of my data. This was working perfectly fine for several weeks but now all of the sudden it’s detecting ß where there is no ß and therefore screwing up my function. Will someon…

need to have data till 3 dots in SQL

I am having data query with me it gives version of windows update DECLARE @variable VARCHAR SET @variable = ‘Windows client Update’ SELECT DISTINCT (v_GS_WINDOWSUPDATEAGENTVERSIO.Version0) AS …