1

I can create a System DSN connection via the following command:

odbcconf.exe /a {CONFIGSYSDSN "SQL Server" "DSN=NAME|Description=DESCRIPTION|SERVER=MYSQLSERVER|Trusted_Connection=Yes|Database=DBNAME"}

I need to create it with an specific option, but I can't find it anywere: establishing the language for SQL Server system messages to Spanish

Does anybody know how to do it?

Thanks in advance

Bernat
  • 13

2 Answers2

1

usually they end up in ControlPanel -> Administrative Tools -> Data Sources (ODBC) on Windows systems.

Frank Thomas
  • 37,476
1

That parameter you are looking for is: LANGUAGE=Espanol

Or you can use gui tool odbcad32.exe

week
  • 3,336
  • 1
  • 15
  • 15