Viewing 4 posts - 1 through 4 (of 4 total)
Thanks for the reply. The comment field is listed in the first line of the select statement as "m.comment". The issue is with being able to add fields from the...
December 22, 2014 at 7:41 am
A member is a manager, coach, parent, while a player is a child. The two tables contain distinct information.
FamilyID is a UNIQUEIDENTIFIER that is common to the entire family.
October 27, 2014 at 5:27 pm
I was able to create a stored procedure creating 2 temp tables, successively filtering the data until the final result set is obtained. Is there a more efficient way of...
October 26, 2014 at 8:24 pm
1) the comparison of birthdate to min/max age determines what program the player is eligible for.
2)PlayerPrograms is the data table for players that have registered for a particular program.
2a)MemberPrograms is...
October 25, 2014 at 6:21 pm
Viewing 4 posts - 1 through 4 (of 4 total)