Forum Replies Created

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

  • RE: Finding first and repeated values

    Thank you so much - that works!

    Meanwhile I was playing with my own code, and I think I got an alternate solution using nested cases:

    SELECT

    OpportunityID,

    ActivityID,

    FirstVisit,

    ScheduledEnd,

    CASE

    WHEN CONVERT(DATE, ScheduledEnd) = FirstVisit

    THEN

    CASE...

  • RE: Restoring Back-Ups into a Different Server

    Chris Chilvers (4/26/2007)


    The backups store the path of each file that was backed up, by default a restore will restore these files to the same path.

    The trouble comes when restoring...

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