Viewing 15 posts - 1 through 15 (of 24 total)
Yes, the row ID is sequential within the week, so I could definitely try that. I'd like to think it would then have no choice other than to use the...
May 27, 2010 at 9:52 am
Ninja's_RGR'us (5/27/2010)
May 27, 2010 at 9:29 am
I updated the statistics just to be sure, and it didn't change anything.
It does use the CI if I hardcode the date instead of using a variable. But, in practice,...
May 26, 2010 at 6:46 am
Please post in the 2008 forum. This forum is for 7 and 2000, which don't have partitioning. Thanks.
May 25, 2010 at 10:21 am
This was related to my other thread... 🙂
I've resolved this also. I removed access for BUILTIN\Administrators to lock down the box from my IT/hosting people. I then created a new...
May 1, 2009 at 12:26 pm
I resolved it, but I haven't a clue as to why. It wasn't a typo; Enterprise Manager won't let you create a login with Windows authentication if the Windows account...
May 1, 2009 at 9:46 am
I just did an UPDATE STATISTICS on the table, and that fixed this. So I don't need help.
What I could still use, though, is an explanation why this fixed it,...
April 16, 2009 at 10:22 am
Well I think I figured it out, on my own.
I made my new table the source of a subform, and then bound the appropriate column between the parent form and...
September 12, 2008 at 6:55 am
Well for the most part, with my forms, I'm just using the form and control properties and setting row and control sources. Even in VBA form events, I try...
September 5, 2008 at 1:06 pm
Rajan John (8/25/2008)
Try this -create table #blah
(col1 int,
col2 varchar(100),
primary key (col1, col2)
)
Beautiful. Thank you!!
August 25, 2008 at 8:02 am
I just discovered that using the NOEXPAND hint on the view makes this work as I expected. Is this always a requirement? (It would be news to me...
July 18, 2008 at 1:47 pm
Yep--my clustered index is on the same 2 columns as the PK.
April 24, 2008 at 9:44 am
GilaMonster (4/24/2008)
WHERE Colour = @x and Age = @y
does...
April 24, 2008 at 6:57 am
Viewing 15 posts - 1 through 15 (of 24 total)