Re: Decimal values...
From: Adam Machanic (amachanic_at_air-worldwide.nospamallowed.com)
Date: 03/31/04
- Next message: Dwight Trumbower: "Re: Table design with nullable columns"
- Previous message: Tibor Karaszi: "Re: Simple index performance question"
- In reply to: Kevin Lisboa: "Decimal values..."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 31 Mar 2004 10:14:36 -0500
You'll have to use a character data type. If you keep the zero padding like
that, I believe it will still sort properly...
"Kevin Lisboa" <Kevin.Lisboa@onsemi.com> wrote in message
news:163d101c4172f$fe6b1970$a301280a@phx.gbl...
> Using STS 1.0 with SQL Server 2000 in the back end. One
> of the user groups is requesting a numeric field that
> uses multiple decimal values. Much like chapters in an
> old school book:
>
> 1.0
> 1.1
> 1.1.01
> 1.1.02
> 1.1.03
> 1.2
> 1.2.01
>
> And so on. What's the best Data Type value I can select
> in the SQL Server Database to allow this to be entered?
>
> Thanks for the help...
> Kevin
- Next message: Dwight Trumbower: "Re: Table design with nullable columns"
- Previous message: Tibor Karaszi: "Re: Simple index performance question"
- In reply to: Kevin Lisboa: "Decimal values..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|