|  |    | 
		
			| 
					
						| 
								Format integer strings (Function & SP)  |  | 
 |  |   |  
 | | Submitted on: 10/8/2001 7:05:34 PM By: MisterD
 Level: Beginner
 User Rating:
          By 3 Users Compatibility:SQL Server 7.0, Other
 
 Users have accessed this code 2793 times.
 
 |  | 
 |    |  |    | Formats a string representing a numeric or decimal value, to an input length of 6000 characters, and adds commas after every set of three numbers, on all values to the right of the decimal (if any) basically it takes a sting such as '1234567890.123' and returns '1,234,567,890.123'. Nice for a more "human-readable" display of large numbers, money values, etc. Can be utilized as either a function (SQL 2000) or a stored procedure, or cut out into your own script. Tested on SQL 2000 & 7, although it might work on 6.5 as well. CONVERT works well, I know, but this is more flexible, besides, I hate "black boxes", and would rather code it myself anyway :) 
 |  |  |  |  |  |  |  Download code 
 Note: Due to the size or complexity of this submission,   the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzipto decompress it.
 
 Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.
 
 FOR YOUR OWN SAFETY, PLEASE:
 1)Re-scan downloaded files using your personal virus checker before using it.
 2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
 
 If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com
 
 
 |  | Terms of Agreement:
 By using this code, you agree to the following terms...
 1) You may use 
	 this code in your own programs (and may compile it into a program and distribute it in compiled format for langauges that allow it) freely and with no charge.
 2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.
 3) You may link to this code from another website, but ONLY if it is not wrapped in a frame.
 4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.
 |  | Other 1 submission(s) by this author
 |  |   |  |  |  | Report Bad Submission |    |  |  |  |  | Your Vote! |  | See Voting Log |  |  |  | Other User Comments |  | There are no comments on this submission.
 
 |  |  |    | Add Your Feedback! |    | Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name. 
 NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.
 
 For feedback not related to this particular code, please click here.
 
 |  |  |  
 |