Forum Replies Created

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

  • RE: loop through

    excellent, exactly what I needed!

    thanks noeld!

  • RE: loop through

    Thanks but that won't do it...

    this is another way to describe my scenario:

    file table

    FileIDFileName
    7xfiles
    8secret

    category table

    CatIDCatName
    2cats
    3dogs
    4fish
    5fishandchips

    File Category Relationship table:

    CatIDFileID
    27
    37
    47
    48
    58

    Join for searching will produce:

    CatIDFileIDCatNameFileName
    27catsxfiles
    37dogsxfiles
    47fishxfiles
    48fishsecret
    58fishandchipssecret

    if I search for the...

  • RE: exec sproc from another sproc

    Excellent thanks Jonathan!

    Your suggestion too is just what I wanted!

  • RE: exec sproc from another sproc

    Thanks Phill,

    Tried this exactly as you outlined but still no joy -- still get a TSQL syntax error

    This is the first time I have tried something like this - perhaps...

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