Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple query that cause locking in SQL server 2000,anyon
Message
From
21/10/2005 12:52:18
 
 
To
21/10/2005 08:49:03
Keith Payne
Technical Marketing Solutions
Florida, United States
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01060751
Message ID:
01061148
Views:
16
Hi,

Actually, I have increase my tempdb size to 100MB, even delete it
and restart my server, but my query still lock my other table.
How do I solve the problem as sometime the query work, sometimes
it don't, we are trying to change the SP way of coding too.
Thank

>>Hi,
>>
>>Thank for your advise.
>>Please kindly explain why the tempdb is giving the problem ?
>
>V,
>
>Your query contains two derived tables that are identical. SQL Server will choose an eager spool for one copy of the derived table so that both joins can pull from it in the query plan. The spooled table is stored in tempdb.
>
>Also, the intermediate results from aggregation functions are stored in tempdb.
Best Regards
Virusim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform