Forum Replies Created

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

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

    😎

  • RE: finding duplicates... help needed

    Still confused due to a previous post in this thread. Some one had added additional names that had the same SSN as D Duck, and you indicated that those...

  • RE: Software/Database Development Hiring Practices

    Tangent...

    "Character is what you do when no one's watching." --Russell W. Gough

    Like coming to a complete stop at a 4-way intersect in the middle of no where with no...

  • RE: finding duplicates... help needed

    One, show us the code you have developed and tried.

    Two, create a more represenative set of data that is similiar to what you are working with and what the result...

  • RE: Differential not restoring

    If it works like most other backup chains, yes, it looks like you need to restore the full backup. the file group backup, then the differential backup.

    😎

  • RE: Differential not restoring

    Out of curiosity, what are the values for the first_lsn, last_lsn, checkpoint_lsn, database_backup_lsn, and last_recovery_fork_guid for these three backups from msdb.dbo.backupset?

    😎

  • RE: T-SQL Challenge, One row to Many based on Quantity

    I agree with Matt Miller. This is a good candidate for using a tally table.

    😎

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