Skip to main content

acusql table name with umlaute

  • March 9, 2018
  • 0 replies
  • 0 views

Bernhard Duerr-Klede

One of my clients unfortunately uses table names with German "umlaute" in his MS-SQL database.
Acusql resolves the table name

select * from dbo.süden

with

select * from dbo.sden.


Is there a way to prevent this?