I have two tables that I want to relate on a many-to-many basis. I know that I have to create a transition table between the two tables, but is there any special way I need to create the table so that ...
I got this figured out on StackOverflow, turns out the accounts I was using were all db_owner's of that DB so they had access to the key by default.<BR><BR>Once I created a new account that wasn't a ...