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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 removing exponents

Author  Topic 

smccreadie
Aged Yak Warrior

505 Posts

Posted - 2001-09-05 : 08:31:06
I've got a series of numbers like 169811411367 but I need to change them to text so I can put a zero in front of the value and then export to a comma delimited file. Whenever I try to do this, SQL changes the value to something like 1.69811e+011. How do I make them look like 0169811411367?

   

- Advertisement -