Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to insert error messages in Portuguese
Message
 
 
To
19/03/2008 12:44:02
Moacyr Zalcman
Independent Consultant
São Paulo, Brazil
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01303461
Message ID:
01303851
Views:
10
You can see the list of installed languages by running following select. Most likely Portuguese is included
SELECT * FROM sys.syslanguages
You've to configure the language you want Sql Server to use. You can set default language for all newly created logins with sp_configure system stored procedure. For existing logins you can change the language with ALTER LOGIN. The SET LANGUAGE can change language for current session. See BOL 2005 for details.

>
>I installed SQL SERVER EXPRESS in my computer and it brings error messages in Portuguese(mslangID=1046). In a client I installed SqlServer Standard and it doesn't have these messages in Portuguese. Is there a way to copy these messages from one to another?
>
>I tried sp_addmessage but it allows only messages with ID higher than 50000.
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform