Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 9th, 2006, 12:02 AM
Registered User
 
Join Date: Feb 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default data stored larger than bigint limitation...

bigint

Integer (whole number) data from -2^63 (-9,223,372,036,854,775,808) through 2^63-1 (9,223,372,036,854,775,807). Storage size is 8 bytes.

as stated above, the storage size for the bigint is quie large
but how to cope if my integer data being stored exceed the limitations storage size one day??

Regards,
Elvio

 
Old February 9th, 2006, 07:33 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 839
Thanks: 0
Thanked 1 Time in 1 Post
Default

I'm curious. What sorts of exact numbers are you storing where you are concerned that the value might exceed 9 quintillion? (You're not worried about an identity field overflowing, are you?)

The DECIMAL and NUMERIC datatypes offer exact representations to +-10^38.

The FLOAT datatype offers approximate values to roughly 10^308.

Those are pretty big numbers ...



Jeff Mason
Custom Apps, Inc.
www.custom-apps.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Limitation of .Net Suneet Sharma General .NET 6 July 16th, 2007 02:03 PM
GetThumbnailImage produces a larger file jacob C# 3 November 13th, 2005 01:45 PM
ADO object failure for larger querys rowlandc Excel VBA 0 May 5th, 2004 11:16 AM
data type limitation nlicata SQL Server 2000 5 October 17th, 2003 05:17 AM
ComboBox Limitation? misterqj Access 4 August 2nd, 2003 05:57 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.