Viewing 5 posts - 1 through 5 (of 5 total)
But in this particular case there is no correct order.
Also, I'm pretty sure that every language feature ever created has also been abused by a sufficiently uninformed developer 🙂
April 22, 2008 at 6:16 am
Putting a IsMaster flag in the cluster member was one of the ideas I rejected initially because it would require a procedural check which I would like to avoid. It...
April 22, 2008 at 4:42 am
I have a "Group" and a "GroupMember" table, and the rule is that a group cannot exist without a master, and a master is a member:
Group(Id, Name, MasterId)
GroupMember(GroupId, MemberId)
So Group.Master...
April 22, 2008 at 3:46 am
Ah. Of course! I was probably running the query from the master database which is picked by default by sql managment studio. Now I feel a bit silly. Thanks for...
February 14, 2008 at 1:15 am
Viewing 5 posts - 1 through 5 (of 5 total)