Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi How can i format numeric data in SQL Server 2005 such as decimal places, use 1000 separator(,) example: 1234567.23 -> 1,234,567.23 Thanks
You don't do that in the database, you do that in the interface.