Tables and columns name can contain accented words?

  • Thread starter Thread starter Hornet77
  • Start date Start date
H

Hornet77

In my language, Italian language, we have words with accent, for example
"città" or "perchè"; can I create tables or columns in sql server with
names that contain letters with the accent (i.e. "à" "è" "ì" "ò" "ù")?
Is this absolutely not recommended? Or is it an acceptable practice?

Thanks in advance.

Best regards.
 
In my language, Italian language, we have words with accent, for example
"città" or "perchè"; can I create tables or columns in sql server with
names that contain letters with the accent (i.e. "à" "è" "ì" "ò" "ù")?
Is this absolutely not recommended? Or is it an acceptable practice?

Thanks in advance.

Best regards.

Personally, I would imagine that if this is possible it would be more
trouble than its worth in terms of maintanability. You could get strange
errors for instance if you scripted a database to a text file that lost the
accents
 
Back
Top