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