Forum Replies Created

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

  • RE: Full Transaction log

    What about shrinking the database with replication???

  • RE: Update Query dilema....

    UPDATE  RepUpdate

    SET State =  

       CASE           

            WHEN 'MD' THEN 'Maryland' 

            WHEN 'CA'  THEN 'blah blah'

                  ELSE 'Blah blah'

       END  

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