Viewing 3 posts - 1 through 3 (of 3 total)
for real, why why why
June 10, 2005 at 1:00 pm
#564758
I would imagine the same number of results, as any integer will return true for n%1<1...
June 10, 2005 at 11:54 am
#564717
Are there any big disadvantages with what i've done here for generating id's ?
Table with 3 cols:
CREATE TABLE [dbo].[IdGenerator] (
[TtypeId] [int] NOT NULL ,
[TypeDescription] [varchar] (50) NOT NULL ,
[NextId] [int]...
August 3, 2004 at 4:24 am
#517405