Viewing 15 posts - 49,501 through 49,515 (of 59,078 total)
Heck... even that "depends". The bottom line is that you don't really know for any particular circumstance until you write some POP code and test it.
July 1, 2008 at 6:37 am
You guys are missing the point of this particular exercise... despite the name of the post, this is NOT about the elimination of duplicates. Here's what the op wanted...
1....
July 1, 2008 at 6:35 am
It ALL depends... table scans are not always a bad thing... index usage is not always a good thing.
The real problem is not going to be simple index usage... it's...
July 1, 2008 at 6:30 am
You can say it easier than even that...
Remove one of every type of row that can be uniquely identified even if there is only one.
July 1, 2008 at 6:03 am
Ummm.... Use DTS to import just one of the Excel sheets... the one with the column headers. That will define a table fairly nicely. Then, truncate the table...
July 1, 2008 at 5:59 am
Ummmm... before you go asking another question... how about letting us know if the fix for the previous question worked...
July 1, 2008 at 2:02 am
Ross McMicken (6/30/2008)
July 1, 2008 at 12:43 am
The second mouse always get's the cheese from the trap... 😛
July 1, 2008 at 12:41 am
Of course the following is returning both values as the same ID...
SELECT GetNewID as a,
GetNewID as b
FROM dbo.GetNewID
GetNewID returns just one row...
July 1, 2008 at 12:38 am
It will vary from machine to machine... except on Tuesdays... 😛
July 1, 2008 at 12:23 am
Please define what the US non-special characters are...
July 1, 2008 at 12:20 am
Thanks for that... good to know! 🙂
June 30, 2008 at 8:57 am
GSquared (6/30/2008)
June 30, 2008 at 8:07 am
Matt Miller (6/26/2008)
June 30, 2008 at 8:01 am
Antares686 (6/26/2008)
June 30, 2008 at 7:58 am
Viewing 15 posts - 49,501 through 49,515 (of 59,078 total)