Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 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,...

  • 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"...

  • 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"...

  • 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,...

  • 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...

  • 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...

  • 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)

    ...

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