Viewing 15 posts - 91 through 105 (of 129 total)
Thanks for the clarification. I did not paste the actual log command of my script.
-- Sets the backup running by executing the @sql string.
set @sql = 'BACKUP...
May 5, 2011 at 10:53 am
Just stumbled into a VERY similar thread on this site:
http://www.sqlservercentral.com/Forums/Topic355924-5-1.aspx#bm482958
May 4, 2011 at 3:02 pm
Yes, SAN storage. Just found out the tempdb partition and translog partition share the same physical drive. I can move the tempdb file to the larger database drive...
May 4, 2011 at 2:54 pm
I finally stopped SQL and it ended the "orphaned" rollback process. When SQL started back up, I did not see the rollback continue and finish.
All is well now - So...
March 21, 2011 at 1:34 pm
Thanks for all the good advice. I had been cleaning the db's and rebuilding indexes gradually all week and weekend while the system had less volume. My databases...
March 15, 2011 at 5:36 pm
SkyBox (3/10/2011)
The exact counter average is 30.00. The max right now showing 69.00. My SAN guy is going to dig into the drives tonight.....hopefully he can some up...
March 11, 2011 at 8:22 am
My guy didn't come up with anything - except that the the I/O's are crazy high even when we don't have heavy volume on the system.
March 11, 2011 at 5:26 am
Steve Jones - SSC Editor (3/10/2011)
March 10, 2011 at 4:50 pm
Steve Jones - SSC Editor (3/10/2011)
March 10, 2011 at 2:49 pm
This query runs in 10 seconds on my SQL 2008 server, but is returning 0 results on my 2005 box. The 2005 box is at compat. level 80.
Should I...
March 10, 2011 at 12:13 pm
Steve Jones - SSC Editor (3/10/2011)
March 10, 2011 at 12:06 pm
I shrunk the entire db and it took about 6 hours. However, it did not release any drive space on the database (.mdf) file. I also restarted sql...
March 10, 2011 at 11:38 am
I am downloading the 14 day trial of SQL Diagnostic Manager as I type. Redgate will be second on my list once the trial expires.
Thanks!
January 5, 2011 at 12:09 pm
Perry Whittle (10/21/2010)
use the extended stored procedure XP_Delete_File to remove old backup files, it deletes based on the file date.
Yeah - I noticed that the maint. plan cleanup uses the...
October 22, 2010 at 6:46 am
Viewing 15 posts - 91 through 105 (of 129 total)