Click here to Skip to main content
15,900,973 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys
I am wanna enter huge lenght of numbers in text box but Integer is not good choice can u suggest which datatype can i use Instead of Integer in SQL SERVER

Thnxxx in advance
Posted

1 solution

Check out the SQL Server Data Types... http://technet.microsoft.com/en-us/library/ms187745.aspx[^]

BigInt might suit your needs, it depends on what you mean by huge length... If you mean 1000 digits, you might need to use a varchar data type.
 
Share this answer
 
Comments
indrajeet jadhav 2-Oct-13 1:50am    
Thnxx damian ..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900