|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, November 26, 2012 5:17 AM
Points: 134,
Visits: 161
|
|
Hi All,
Our default language setting for a DB is set to US-english , but our client insists now that it was British and needs it to change it.
Now I have few queries on this:
> Can we find if the language was changed anytime earlier , i.e. is there a log maintained of when the language was last changed and by who etc..
> Also , what kind of impact will it have (like date format will be changed) so will this insert the dates in new fomats and if we try to convert a exisiting date will it have any impact..
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, November 26, 2012 5:17 AM
Points: 134,
Visits: 161
|
|
| 83 views , but no replies....
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, April 29, 2013 10:39 PM
Points: 286,
Visits: 519
|
|
GonnaCatchIT (9/7/2012) Hi All,
Our default language setting for a DB is set to US-english , but our client insists now that it was British and needs it to change it.
Now I have few queries on this:
> Can we find if the language was changed anytime earlier , i.e. is there a log maintained of when the language was last changed and by who etc..
> Also , what kind of impact will it have (like date format will be changed) so will this insert the dates in new fomats and if we try to convert a exisiting date will it have any impact..
Language is set at server level, at login level or at session level but not at database level.
Clare _________________________________________________________________________________________________________________ Measure twice; cut once (and have a good saw)
Hey, just a thought.....did you check Books Online yet?
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, November 26, 2012 5:17 AM
Points: 134,
Visits: 161
|
|
| Thanks, so is there a log somewhere stored of when the Server settings was changed.
|
|
|
|
|
SSC-Addicted
      
Group: General Forum Members
Last Login: Monday, April 29, 2013 6:28 AM
Points: 436,
Visits: 712
|
|
| One of the standard SSMS reports is "Configuration Changes History". Running this report will give you a list of updates to your SQL Server configuration over time.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, April 29, 2013 10:39 PM
Points: 286,
Visits: 519
|
|
GonnaCatchIT (9/7/2012) Hi All,
Our default language setting for a DB is set to US-english , but our client insists now that it was British and needs it to change it.
Are you sure that someone hasn't simply changed the language setting for the login that the user/application uses?
If you want to provide more details of what has happened it may be easier to help you resolve the issue.
Clare _________________________________________________________________________________________________________________ Measure twice; cut once (and have a good saw)
Hey, just a thought.....did you check Books Online yet?
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, November 26, 2012 5:17 AM
Points: 134,
Visits: 161
|
|
Client says , the language setting has bee changed , as per us it has not , so need some kind of proof that it has not been changed.
Bret,
Thanks , your post was helpful.
|
|
|
|