Tagged Questions
0
votes
3answers
503 views
How many digits can be stored for a number in SQL Server 2005?
I have a number from an Oracle database of 47306832975095894070.85314746810624532. When I bring it into SQL Server, it certainly doesn't show that many digits. It shows as 4.73068329750959E+19, and ...