Viewing 15 posts - 24,331 through 24,345 (of 26,484 total)
Perry Whittle (8/25/2008)
Lynn Pettis (8/25/2008)
why the joins, group bys, and having count(*) >the group by would be required for the count function i think
True, but my knowledge of the...
August 25, 2008 at 2:19 pm
Yelena Varshal (8/25/2008)
Steve Jones - Editor (8/25/2008)
August 25, 2008 at 1:56 pm
marius.draganescu (8/25/2008)
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...
August 25, 2008 at 12:14 pm
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...
August 25, 2008 at 10:37 am
Timothy (8/25/2008)
Jack Corbett (8/25/2008)
August 25, 2008 at 10:13 am
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,...
August 22, 2008 at 4:02 pm
Yamachari (8/22/2008)
August 22, 2008 at 3:58 pm
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...
August 22, 2008 at 3:51 pm
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.
😎
August 22, 2008 at 3:37 pm
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...
August 22, 2008 at 3:35 pm
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...
August 22, 2008 at 3:26 pm
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...
August 22, 2008 at 2:30 pm
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.
😎
August 22, 2008 at 2:16 pm
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?
😎
August 22, 2008 at 2:02 pm
I agree with Matt Miller. This is a good candidate for using a tally table.
😎
August 22, 2008 at 1:28 pm
Viewing 15 posts - 24,331 through 24,345 (of 26,484 total)