Re: Data Type Question
From: Louis Davidson (dr_dontspamme_sql_at_hotmail.com)
Date: 01/31/05
- Next message: Tibor Karaszi: "Re: Insert Binary Data with APOSTROPHE"
- Previous message: Louis Davidson: "Re: The identifier is too long in SQL 2000"
- In reply to: Jacco Schalkwijk: "Re: Data Type Question"
- Next in thread: Andy B: "RE: Data Type Question"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 31 Jan 2005 11:28:54 -0600
> it was MySQL at first, but apparently there are more systems out there
> where data integrity doesn't matter.
>
:)
-- ---------------------------------------------------------------------------- Louis Davidson - drsql@hotmail.com SQL Server MVP Compass Technology Management - www.compass.net Pro SQL Server 2000 Database Design - http://www.apress.com/book/bookDisplay.html?bID=266 Note: Please reply to the newsgroups only unless you are interested in consulting services. All other replies may be ignored :) "Jacco Schalkwijk" <jacco.please.reply@to.newsgroups.mvps.org.invalid> wrote in message news:O1lGyd7BFHA.3592@TK2MSFTNGP11.phx.gbl... > Nope, the issue is not with SQL Server 2000. PositiveInt_Type is not a > native datatype in SQL Server 2000. > > Do you use any third party software which uses the PositiveInt_Type data > type? > > (Storing the maximum value allowed when the value that is inserted is > greater than the maximum value allowed (i.e. store 99,999 instead of > 125,000) is one of those nice "features" of MySQL. That's why I thought > that it was MySQL at first, but apparently there are more systems out > there where data integrity doesn't matter. > > -- > Jacco Schalkwijk > SQL Server MVP > > > "Joe Williams" <joe@anywhere.com> wrote in message > news:upKOl76BFHA.1296@TK2MSFTNGP10.phx.gbl... >> >> This is Microsoft SQL Server - SQL 2000 >> >> >> "Jacco Schalkwijk" <jacco.please.reply@to.newsgroups.mvps.org.invalid> >> wrote in message news:udIW156BFHA.2568@TK2MSFTNGP11.phx.gbl... >>> Try a MySQL newsgroup for MySQL questions. You will have more chance of >>> a quick and correct answer. This is a newsgroup dedicated to Microsoft >>> SQL Server. >>> >>> -- >>> Jacco Schalkwijk >>> SQL Server MVP >>> >>> >>> "Joe Williams" <joe@anywhere.com> wrote in message >>> news:eFgaSy6BFHA.1260@TK2MSFTNGP12.phx.gbl... >>>>i have a table with an integer field that is of type PositiveInt_Type >>>>with a length of 4. I am having a problem where when alarger integer >>>>tries to get stored (let's say 125,000), it shows up in the database as >>>>99,999. >>>> >>>> What datatype and length should I be using for an integer that could be >>>> up to 1,000,000 in length? >>>> >>>> Thanks >>>> >>>> Joe >>>> >>> >>> >> >> > >
- Next message: Tibor Karaszi: "Re: Insert Binary Data with APOSTROPHE"
- Previous message: Louis Davidson: "Re: The identifier is too long in SQL 2000"
- In reply to: Jacco Schalkwijk: "Re: Data Type Question"
- Next in thread: Andy B: "RE: Data Type Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|