Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Getting only the first related result (with complications)

    "related" is confusing.

    INSERT INTO Related (ID, rID) VALUES (1,2)

    INSERT INTO Related (ID, rID) VALUES (2,1)

    can tagdodgeball be related to freeball, but freeball not related to tagdodgeball?

    can tagdodgeball be related to...

  • RE: Build Views Dynamically

    abstract back out one level.

    create a stored procedure where you pass the surveyid, and it passes back the questions.

     

    then you have one stored procedure for ALL of your surveys.

Viewing 2 posts - 1 through 2 (of 2 total)