Viewing 15 posts - 17,446 through 17,460 (of 26,484 total)
crookj (1/13/2010)
CirquedeSQLeil (1/13/2010)
Party CrasherStill laughing! Perfectly Correct! 😛
Joe
AWESOME! :w00t:
January 13, 2010 at 1:03 pm
What is the isolation level you are using?
Can you show me the code you used for batch deletes?
January 13, 2010 at 12:43 pm
Megistal (1/13/2010)
However, my issue is not with the log file (this is handle separately), it is the tempDB mdf file size.
If I'm deleting half the...
January 13, 2010 at 12:38 pm
You can save the plans graphiclly as a .sqlplan files and upload those. It would be easier to read.
January 13, 2010 at 11:50 am
Play it safe, use VS2005.
January 13, 2010 at 11:49 am
Could you post the two actual execution plans?
January 13, 2010 at 11:46 am
You may want to read this article, http://www.sqlservercentral.com/articles/T-SQL/67898/. It is meant to manage the growth of a databases log file, but it may also help you with the growth...
January 13, 2010 at 11:43 am
No.
January 13, 2010 at 11:09 am
Yes, I am recommending the the Primary Key be changed to a nonclustered index and that currentdateout be made the clustered index.
If you look at your actual execution plan, you...
January 13, 2010 at 10:51 am
Thank you for the feedback. I'm glad I could help.
January 13, 2010 at 10:40 am
I'm not PC (political correct), I'm PC (politically comfortable).
January 13, 2010 at 10:38 am
Run the following substituting your database name where indicated.
select
database_name,
is_copy_only,
type as BackupType
from
msdb.dbo.backupset
where
...
January 13, 2010 at 10:08 am
Gatekeeper (1/13/2010)
January 13, 2010 at 10:02 am
Gatekeeper (1/13/2010)
January 13, 2010 at 9:46 am
A count of unique email addresses, I am assuming as well. Does the user have the option to restrict the date range on the search?
If so, I would also...
January 13, 2010 at 9:33 am
Viewing 15 posts - 17,446 through 17,460 (of 26,484 total)