Question : How to manage the decimal separator in SQL Server 2008

Hi,
I'm new in SQL Server 2008 and I created a report in Report Services. The report works, but I need to use comma (",") as decimal separator and the report is using dot ("."). The regional settings have the comma(",") as the decimal separator, so i don't understand why it always gives me dot ("."). I also check the option (Use regional setting format) in the field and nothing changed. Any help in how to manage this??

Thanks in advance.

Answer : How to manage the decimal separator in SQL Server 2008

In the Report Designer in Visual Studio, the report has a LANGUAGE property, by default this will contain English (United States) but you can set it to be a country of your choice or make it dependant on the users Regional Settings.

See the following web site

http://plataan.typepad.com/microsoftdynamics/2009/03/reporting-services-tip-about-using-the-users-regional-settings.html
Random Solutions  
 
programming4us programming4us