Viewing 2 posts - 1 through 3 (of 3 total)
This is the existing DDL on the Service Table.
BIG NOTE: I did not design this table. Taking steps to rework this.
CREATE TABLE [dbo].[Service] (
[ServiceId] [bigint] IDENTITY (1, 1) NOT NULL...
March 16, 2010 at 12:11 pm
#1134708
Wow, thanks for all the replies.
Wanted to clear up a few things.
1) This numbering (SessionID) does not go into a Primary Key column.
2) No one sees it except for the...
March 16, 2010 at 10:54 am
#1134635