SQL Server: how to set return format ?
Posted
by Quandary
on Stack Overflow
See other posts from Stack Overflow
or by Quandary
Published on 2010-03-12T11:30:45Z
Indexed on
2010/03/12
11:37 UTC
Read the original article
Hit count: 203
Question: The new SQL Server 2008 database returns me values formatted English (date/float).
Is there a way I can set the return format ?
For example temporarely switching the database language?
Or just set the language for the current query ?
© Stack Overflow or respective owner