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

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -