Viewing 15 posts - 17,446 through 17,460 (of 26,489 total)
Choices are to use a third party tool; Quest's LiteSpeed, RedGate's SQL Backup, Ideara's SQL Safe, HyperBac's HyperBac. Each have their pro and cons. Personally, we use HyperBac...
January 14, 2010 at 7:03 am
ifila (1/13/2010)
Lynn Pettis (1/13/2010)
Again, I have to ask, can the user specify the data range used in the query?
Apologies i missed you question - yes they can
Selection Criteria can be:...
January 13, 2010 at 2:01 pm
Again, I have to ask, can the user specify the data range used in the query?
January 13, 2010 at 1:43 pm
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
Viewing 15 posts - 17,446 through 17,460 (of 26,489 total)