Forum Replies Created

Viewing 7 posts - 16 through 23 (of 23 total)

  • RE: Query question...

    It sounds to me like you have data redundacny in your database design. If possible it might be better to look at further normalising your design to eliminate the problem,...


    "See how deep the rabbit hole goes..."

  • RE: New publication does not initialize

    If this is a dumb question, disregard it.

    Have you tried right clicking the Snapshot Agent and running it explicitly?

    I have found that even though you select "Run Snapshot Agent Immediately"...


    "See how deep the rabbit hole goes..."

  • RE: New publication does not initialize

    If this is a dumb question, disregard it.

    Have you tried right clicking the Snapshot Agent and running it explicitly?

    I have found that even though you select "Ruin Snapshot Agent Immediately"...


    "See how deep the rabbit hole goes..."

  • RE: DML (DROP TABLE) not showing up in transaction logs?

    I've just come off a replicatoin project where we were losing foreign keys in the DB. Also could not track the DROP statements. We did not look at the log,...


    "See how deep the rabbit hole goes..."

  • RE: Sudden Degradation in SQL Performance.....

    Hi there,

    I've just come off a project that experienced a sudden degradation in performance. It was like turning off a tap. We found that restarting the server did solve the...


    "See how deep the rabbit hole goes..."

  • RE: leap years and t-sql

    Yup, you're right. I don't know where my head was when I did the post. I've actually used dateadd() and datediff() and not had to do anything about leap year...


    "See how deep the rabbit hole goes..."

  • RE: leap years and t-sql

    Thanks. In hindsight it is rather obvious I guess.

    morphuez

    quote:


    Try this......

    select isdate('29 Feb 2003') = 0 (False)

    select isdate('29 Feb 2004') = 1 (True)

    ...


    "See how deep the rabbit hole goes..."

Viewing 7 posts - 16 through 23 (of 23 total)