Viewing 2 posts - 1 through 2 (of 2 total)
Sorry about that, I was just trying to save space since the tables have an extreme amount of columns, guess I should check my re-typing of the data before I...
December 14, 2006 at 9:04 am
#678114
Thanks for getting back to me so easy.
Here is the Teams table structure
-- TEAM TABLE
CREATE TABLE TEAMS(
UID int IDENTITY(1,1) NOT NULL PRIMARY KEY,
...
December 14, 2006 at 8:38 am
#678100