Forum Replies Created

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

  • RE: Need SQL Script

    you can create this view (and modify to add more infromation) in the model database and user databases and then query the view. Works well for searching information...

  • RE: most recent row using 2 dates

    Thanks!

    Heres what I ended up with before I say your reply.

    , IsNull(dbo.drug_eligibility.UpdateDate, CreateDate) AS SortDate

    its working. Thnaks again!

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