Monthly Archives: December, 2011
Fixing Dodgy Characters in SQL
When dealing with Unicode/nvarchar data in SQL, sometimes some unwanted characters can sneak into the database which may break things, or look wrong if you’re not expecting them. One example of this is if you use an XML serializer on data containing character 0x0B, it will throw an exception. To find and replace this data, [...]
Recent Comments