Viewing 15 posts - 676 through 690 (of 1,082 total)
WEll you need to check the indexes on your tables
September 4, 2008 at 6:53 am
Ok, have you checked your indexes and stats?
September 4, 2008 at 6:50 am
ranjita.damle (9/4/2008)
September 4, 2008 at 6:40 am
OK cool,
I assume the query is slow at the processing level and not at the update level?
If so could post an execution plan please, else of the cursor version or...
September 4, 2008 at 6:39 am
could this not be done just using a select statement rather than a cursor?
September 4, 2008 at 6:32 am
Could you post you code please
September 4, 2008 at 6:17 am
Hi there,
Please could you give us the table structure and data in the table as well as your query.
Please refer to this link for tips how to get the best...
September 3, 2008 at 6:09 am
What do you want your results to be if there more than one row?
Do you want to process each row or just one?
If you just want to process one then...
September 3, 2008 at 3:22 am
HI there,
I try not to SET statements
but this allows you to do this.
SET QUOTED_IDENTIFIER OFF
SELECT " tester'tester "
Also you could look at this:
sp_executesql
September 2, 2008 at 10:03 am
HI,
Could you give us the code cause the problem please.
I'm also concerned that you say.
The query plans are almost the same and not the same!
Thanks
Chris
September 1, 2008 at 10:32 am
HI Again,
In that case could you give us the full tables and some sample data.
Thanks
Chris
September 1, 2008 at 10:27 am
Hi there,
Normally it's a good Idea to show us what you have tried so far and then we can guide you in the right direction.
Please refer to this ariticle for...
September 1, 2008 at 9:59 am
Sorry about my first post, I see you have already looked at the stats.
Is there anything different in the EXECUTION PLANS.
For Example a SCAN in test where there is a...
September 1, 2008 at 9:46 am
HEre is another solution
DECLARE @Sample TABLE
(
...
September 1, 2008 at 9:40 am
have you looked at the stats on that table in live?
September 1, 2008 at 9:36 am
Viewing 15 posts - 676 through 690 (of 1,082 total)