Hello,
I'm using SQL Server 2008 R2, and have two tables, both of which contain fields of type nvarchar(max). If I insert data into these tables using Query Analyser, and include non-English characters, one table stores them correctly, and the other stores them as question marks.
As far as I can see, the nvarchar(max) fields both tables look the same (apart from the name).
The database collation is Latin1_General_CI_AS if that helps.
I'm puzzled why one table works and the other doesn't. Anyone any ideas? Thanks
FREE custom controls for Lightswitch! A collection of useful controls for Lightswitch developers. Download from the Visual Studio Gallery.
If you're really bored, you could read about my experiments with .NET and some of Microsoft's newer technologies athttp://dotnetwhatnot.pixata.co.uk/