Author |
Topic |
wided
Posting Yak Master
218 Posts |
Posted - 2011-05-03 : 05:19:50
|
installed sql 2005 English version I have a problem with dates is it possible to change the language by default without reinstalling because the database is already operational in option ownership, I have changed the advanced settings the default language, but it is not possible to change language in the "General"ÉcouterLire phonétiquementNouveau ! Cliquez sur le |
|
raghuveer125
Constraint Violating Yak Guru
285 Posts |
Posted - 2011-05-03 : 05:21:32
|
take a look at this:http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=62891In Love With Me! |
 |
|
wided
Posting Yak Master
218 Posts |
Posted - 2011-05-03 : 05:23:34
|
I installed sql 2005 English versionI have a problem with datesis it possible to change the language by default without reinstalling because the database is already operationalin option "proprety", I have changed the advanced settings the default language (french), but it is not possible to change language in the "General"thanks |
 |
|
raghuveer125
Constraint Violating Yak Guru
285 Posts |
Posted - 2011-05-03 : 05:47:15
|
Ok For dates you can change your system date and language from (regional and language Option) from the control panel.For SQL --1 st run thissp_configure 'Advanced option',1reconfigure with override--2nd thisEXEC sp_configure 'default language', 2reconfigure with override --3rd thissp_configure 'Advanced option',0reconfigure with overrideafter running all close your SSMS and re-openIn Love With Me! |
 |
|
wided
Posting Yak Master
218 Posts |
Posted - 2011-05-03 : 05:55:28
|
but if i do thisthanks i do thisEXEC sp_configure 'default language', 2--french RECONFIGUREit is okSELECT @@language, @@langidit is always 23I stopped services and restartedwhat can i do? |
 |
|
raghuveer125
Constraint Violating Yak Guru
285 Posts |
Posted - 2011-05-03 : 05:59:38
|
Actually If you use Exec sp_configure 'default language',2reconfigure with override Then you don't need to restart your ServicesOk you need to re open your SSMSIn Love With Me! |
 |
|
wided
Posting Yak Master
218 Posts |
Posted - 2011-05-03 : 06:11:16
|
it is ok for the page "advanced"but i need tou change the first page "Language"which is grayedwith other options (name of server, os, processor, language...)can i change it with sp_configure or otherthanks |
 |
|
wided
Posting Yak Master
218 Posts |
Posted - 2011-05-03 : 06:37:32
|
thanks, i wait |
 |
|
wided
Posting Yak Master
218 Posts |
Posted - 2011-05-04 : 07:07:10
|
pleasecan you respons me |
 |
|
|