Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
shashs
Starting Member
1 Post |
Posted - 2012-04-27 : 17:16:46
|
I was wondering if there a way to capture/know a locale (eg: Chinese, German, etc.) at run time when you execute a store procedure/T-SQL, etc.Thanks |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2012-04-27 : 18:26:46
|
Locale of what? N 56°04'39.26"E 12°55'05.63" |
 |
|
vinu.vijayan
Posting Yak Master
227 Posts |
Posted - 2012-04-28 : 07:22:40
|
What do you mean by "locale"??...Do you mean "Collation"??[url]http://msdn.microsoft.com/en-us/library/ms144250.aspx[/url]N 28° 33' 11.93148"E 77° 14' 33.66384" |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2012-04-28 : 19:09:59
|
if its collation, its associated with data rather than with object as such------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
|
|