Viewing 11 posts - 1 through 11 (of 11 total)
Jeff Moden (12/26/2007)
Heh... I'm still trying to figure out why anyone would try to cache a 54 million row table...
😛 We're caching partial sets of the data based on access...
December 27, 2007 at 2:23 am
All these databases are SQL 2005 databases, none have been upgraded from 2000. I'll give this a go but it seems like it shouldn't make any difference.
December 27, 2007 at 2:21 am
We've forced the sp to recompile, deleted it's plan etc. Even just running the update statement in a management studio window didn't work.
December 21, 2007 at 11:10 am
Grant Fritchey (12/21/2007)
The fact that copying everything to a new database resulted in a working query strongly points out that something on the old database was different.
I agree entirely but...
December 21, 2007 at 11:08 am
I've checked all of these and they are identical.
We've managed to get this going by creating a new database and using sql compare and sql data compare to copy the...
December 21, 2007 at 8:27 am
Gail,
I'll try to do as you ask but I know I created the broker in the same way in both databases using
ALTER DATABASE FLEXII_GENERATED SET ENABLE_BROKER
followed by these
GRANT CREATE...
December 21, 2007 at 1:48 am
Notification services are active on both databases. Each has a different Guid for the broker id and the caching itself seems to be working fine when we point at...
December 20, 2007 at 2:12 pm
I can run through visual studio and pause on the line of code that is making the ado.net call and checked everything is the same.
I've run the profiler...
December 20, 2007 at 9:24 am
I've updated the statistics using the FullScan option on the table being updated and every table it is related to as well and still no help.
I agree with...
December 20, 2007 at 8:51 am
Grant,
Thank you for your help. I've turned off all the 'ignore' options in the SQL compare and still nothing reported, I've rebuilt the statistics on the tables in the...
December 20, 2007 at 8:35 am
Grant Fritchey (12/20/2007)
December 20, 2007 at 7:27 am
Viewing 11 posts - 1 through 11 (of 11 total)