Viewing 15 posts - 1 through 15 (of 17 total)
I got the answer.
This Table Pool/Lazy Pool is to do with Nest Loop join. The query we did has a LOOP JOIN hint, which cause the Pool operation. Using HASH...
November 26, 2007 at 4:38 pm
Thanks guys.
So it basically the logging process slow down the delete operation.
Is there a way to turn off transaction log, like one can do in Oracle ?
September 22, 2005 at 2:17 pm
Thank you for reply.
The database is in Simple Recovery mode. Does delete still be logged ? I did not observe large increase in log file.
September 21, 2005 at 1:55 pm
Hi, where can I find this BOL. The script is just what I want, I do not mind it has a bug or two.
August 18, 2005 at 11:01 am
A use can see all the databases listed under Databases in EM even he has not access to them. But he can not see any contents of a database, such...
August 17, 2005 at 4:43 pm
Let me put my question in another way.
Suppose my SQL Server serves 1000 concurrent users and I were told it is slow. I would do the following to try to...
August 17, 2005 at 12:01 pm
Thanks Gabor.
Do you need to configure SQL Server in any special way, like change server and /or database options, to support over 1000 users, or just take the default...
August 17, 2005 at 9:33 am
Thanks.
This explains many things. Is it documented somewhere?
August 17, 2005 at 9:22 am
The commands
BACKUP LOG [DBName] WITH NO_LOG
and
DBCC SHRINKDATABASE ([DBName])
should work perfectly. You can also run...
August 16, 2005 at 1:24 pm
Viewing 15 posts - 1 through 15 (of 17 total)