Viewing 4 posts - 16 through 19 (of 19 total)
Thanks for all your help with this everyone. It turns out that the 2 servers are running different service packs (even though they shouldn't be) so I haven't been...
September 12, 2003 at 8:22 am
Ok. Thanks for your help anyway. What I don't understand is why SQL Server should decide to use different execution plans for such a simple query against 2...
September 10, 2003 at 9:40 am
Here is the statement:
SELECT cheque_amount FROM attributes
WHERE cheque_amount = '100.00'
AND object_class = 'cheque'
And here are the 2 execution plans:
Server 1 - slow query
Execution Tree
--------------
Parallelism(Gather Streams)
|--Clustered Index Scan(OBJECT:([DBNAME].[dbo].[ATTRIBUTES].[ATTRIBUTE_ID]), WHERE:([ATTRIBUTES].[CHEQUE_AMOUNT]='100.00'...
September 10, 2003 at 7:06 am
Hi Frank.
Apologies for this but I'm on a very steep learning curve at the moment and this is my first entry on this site.
The question is why doesn't this query...
September 10, 2003 at 5:32 am
Viewing 4 posts - 16 through 19 (of 19 total)