Forum Replies Created

Viewing 15 posts - 24,331 through 24,345 (of 26,490 total)

  • RE: Today - n days

    gomikem (8/26/2008)


    How do I convert the following from SQL to T-SQL?

    >=Now()-14

    I've looked all over the internet and I can't find anything that I'm sure is working correctly. Thanks!

    >= dateadd(dd,...

  • RE: If You Ain't Cheatin'

    bhovious (8/26/2008)


    Hey Graeme 🙂 My wife is still in U.S. education (PreKindergarten-1st Grade) and it keeps getting scarier. Teachers are now expected not only to...

  • RE: Results not being returned in SS2K5

    Could you provide the DDL (create statements) for the table, some sample data for the tables (in the form of insert statements that can be cut, paste, and run to...

  • RE: MIS in the UK

    Jeff Moden (8/25/2008)


    skenzie (8/25/2008)


    And thanks Jeff for spurring me on, even at my age....heh heh. I'm going to apply for the job but making it clear I have no actual...

  • RE: If You Ain't Cheatin'

    Hopefully, I'd do the right thing. I have been in such a situation. I was working for a computer manufacturer many yers ago as a computer operator. ...

  • RE: If You Ain't Cheatin'

    Right and Wrong. Black and White in my book. Shades of gray occur in implementation, also known as justification. Sometimes, you have to agree to disagree.

    If you...

  • RE: finding duplicates... help needed

    Perry Whittle (8/25/2008)


    Lynn Pettis (8/25/2008)


    why the joins, group bys, and having count(*) &gt

    the group by would be required for the count function i think

    True, but my knowledge of the...

  • RE: If You Ain't Cheatin'

    Yelena Varshal (8/25/2008)


    Steve Jones - Editor (8/25/2008)


    If you use Google to answer a question geared for your knowledge, such as an exam question, the Question of the Day, etc., then...

  • RE: finding duplicates... help needed

    marius.draganescu (8/25/2008)


    Lynn,

    It's not all the "distinct" records I need to return, it is all records with a duplicate SSN that I am interested in. I tried the query, and it...

  • RE: finding duplicates... help needed

    If you are looking for distinct rows (based on the sample data), why the joins, group bys, and having count(*) > 1? I'd think the following would work just...

  • RE: If You Ain't Cheatin'

    Timothy (8/25/2008)


    Jack Corbett (8/25/2008)


    I have noticed that people have mentioned googling a problem or asking someone else at the office for help on an issue as cheating. I don't...

  • RE: Differential not restoring

    If you can, I'd test on a much smaller database. If you have access to SQL Server 2005 Developers Edition ($50 USD), you could install it on your desktop,...

  • RE: Auditing Sql Server 2005 - Capturing DML Statements

    Yamachari (8/22/2008)


    Recording ALL DML operations would be like drinking from a fire hydrant. Throttle it down to only what you really need to monitor and then spend the money...

  • RE: Differential not restoring

    Then I would carefully test the use of the COPY_ONLY. One of two things will happen. One, it won't work. Two, you may not be able to...

  • RE: Differential not restoring

    Be careful with the COPY_ONLY option. You may not get what you are expecting. I am assuming that the file group backup is being taken for DR purposes.

    😎

Viewing 15 posts - 24,331 through 24,345 (of 26,490 total)