Viewing 15 posts - 496 through 510 (of 587 total)
When you get the multiple records, do the values for the columns at the end of your query (f.depend_lname, f.depend_fname, f.depend_dob, f.depend_relat) change for each row? It sounds like...
September 4, 2008 at 11:38 am
Are there any odd characters in the string? Maybe a carriage return at the front? Do you get any errors returned? What are you using to determine...
September 3, 2008 at 1:06 pm
Thanks GSquared. It looks like the margin of error. I got exactly the same number of pages in all 3 indexes, but the second had one more fragment...
September 3, 2008 at 10:02 am
I don't think that would make too much of a difference. At the leaf level the index is either storing a pointer to the page containing the rows data...
September 2, 2008 at 12:22 pm
I'm starting to shoot a little wildly here, but do a distinct count on the columns for both indexes. It sounds like the fast index is composed of two...
August 29, 2008 at 3:33 pm
The only other thing I can think of is some kind of corruption, but it would have to be so specific that I doubt that would be it. I...
August 29, 2008 at 3:05 pm
You're right. I didn't think about EM scripting out the owner as well. If Chirag's idea about the database isn't right (maybe due to some kind of caching?),...
August 27, 2008 at 8:01 am
So... the first index has two kinds of fragmentation. 1st - some of the pages and/or extents are out of order, 2nd- not all the pages are full of...
August 26, 2008 at 3:15 pm
There are two pieces here - one is the selection criteria and the other is the age computation.
The selection criteria is wrong I think: If you do not want...
August 26, 2008 at 2:23 pm
Or maybe a view on the Oracle end?
Chad
August 26, 2008 at 1:12 pm
Just a shot in the dark here, since no one has replied to you yet... Check out sys.dm_db_index_physical_stats using the DETAILED scanning mode and see if the fragmentation, or page...
August 26, 2008 at 1:10 pm
Could it have been owned by a different user? Maybe it was originally created by userA, so it was named userA.myproc, and when userB went to execute it, it...
August 26, 2008 at 1:05 pm
I don't know what is wrong, but maybe you could narrow it down by commenting out groups of columns until you get a set that works. My guess would...
August 26, 2008 at 12:48 pm
mmmmm.... Dinner Join.... sounds like an invitation to a barbeque.
Reminds me of the QOD from 12/13/07 that used a MIDDLE JOIN. 🙂
Chad
August 26, 2008 at 7:57 am
It isn't standard for linked servers because you can get the metadata from some. I really don't know what makes the difference - there may be some way to...
August 18, 2008 at 9:56 pm
Viewing 15 posts - 496 through 510 (of 587 total)