Viewing 2 posts - 16 through 17 (of 17 total)
I have written all the scripts in SQL Server Mgt Studio. I'm not using .Net Studio.
I am testing the table in SQL Server Mgt Studio.
September 16, 2008 at 8:29 am
#872415
I have attempted to add a row with 0,1, True and False in the DuesColumn but receive error prompts. Here is my code:
CREATE Table Groups
(GroupID INT Identity Primary Key,
GroupName...
September 16, 2008 at 7:54 am
#872382