Viewing 15 posts - 1 through 15 (of 48 total)
Ness (4/26/2016)
April 29, 2016 at 8:15 am
Good idea to check on orphaned files!
You could also correlate the two tables by joining them, and simplify the script:
SELECT MF.physical_name, FL.Filepath
FROM #FileList FL
LEFT OUTER...
December 9, 2015 at 3:51 am
yech61813 (11/24/2015)
There are times you need more than 7 log files, for example, SOX may require to retain a year data.
This parameter...
November 25, 2015 at 12:40 am
Update Nov 4:
Although the text in this article does not mention it, the scripts in the re-published article now support SQL 2012.
The (updated) scripts will also allow you...
November 2, 2015 at 2:15 am
tan 17146 (5/5/2015)
Excellent article. Works well with SQL2008R2, but does not appear working with SQL2012 and\or SQL2014. Wondering if you have any updates. Thanks.
Yes, I have an updated version...
May 8, 2015 at 7:36 am
My issue now is I'm receiving an error in two sections that I didn't modify at all (at least I don't see where I did, if I did)
The changed code,...
April 14, 2015 at 8:36 am
bdmelvil (4/10/2015)
The edit to the PS script is giving an error now. I edited the section you specified like this (the bolded...
April 10, 2015 at 2:34 pm
bdmelvil (4/9/2015)
April 10, 2015 at 8:56 am
Thank you for a very useful article!
Small addition: make sure you choose the time specified in your FIRST 'restore log with stopat' command early enough, i.e. well before the...
February 20, 2015 at 7:06 am
Willem G (1/23/2015)
quackhandle1975 (1/18/2015)
Hi Wilem,I like your script and plan to test it on a few VM SQL instances but how different is your script to say Data Collector?
Rgds,
qh
SQL Data...
February 10, 2015 at 6:06 am
SeaTiger (2/9/2015)
I get something like this on the log...
February 10, 2015 at 1:39 am
SeaTiger (2/3/2015)
I followed all the steps and the job runs...
February 6, 2015 at 5:36 am
quackhandle1975 (1/18/2015)
Hi Wilem,I like your script and plan to test it on a few VM SQL instances but how different is your script to say Data Collector?
Rgds,
qh
Hi qh,
Good question! I...
January 23, 2015 at 3:24 am
Hommer (12/5/2014)
I like the script but...
I like it as it replaced my broken ps which was fine with sql2008R2 but failed on sql2012. Also it runs flawlessly when my servers...
December 5, 2014 at 2:12 pm
Viewing 15 posts - 1 through 15 (of 48 total)