sql server - Is Latin1_General_CI_AS encoding compatible with CSV -


basically we're having issue @ work when try print csv through our business intelligence software "dynamic ai" we're getting columns 2nd row error in html,

i used code in sql server

use dbname select serverproperty('collation') 

this value came latin1_general_ci_as

and don't know means , dont know if effects csv output.


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -