Forum Replies Created

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

  • RE: Need some good design advice!

    Is there any logical limit on the amount of joins you should perform on a query. In my case, there are many lookup tables which i would have to reference...

  • RE: Dynamically selecting column

    Try this guy out....not pretty, but might work for you.

     

    CREATE PROCEDURE GetRows

            @Column varchar(25)

    AS

           DECLARE @sql Varchar(50)

           SET @sql...

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