Viewing 15 posts - 16 through 30 (of 100 total)
The disk io associated with this script is almost exclusively writes. It clears down data at the start of each call, inserts a starting dataset then generates new patterns. This...
February 4, 2016 at 12:27 pm
That's a really good idea, I should have considered cost too instead of focusing completely on the performance perspective. Factoring in cost would added a dimension the articles lacking, trying...
February 4, 2016 at 7:44 am
You might need this installed on the server you are running powershell from - http://www.microsoft.com/en-gb/download/details.aspx?id=11829
Regards
January 8, 2016 at 9:42 am
Are there any login failures in the SQL server error log on the primary?
Is the tcp-ip protocol enabled on the primary?
Regards
January 8, 2016 at 9:01 am
Yes, to start the process off you supply '1' for the initialize parameter, it then uses the full backup and all logs.
Subsequently, later after more log backups were taken, you...
January 8, 2016 at 7:43 am
After putting the database in full recovery, did you take a full and a log backup?
January 8, 2016 at 7:37 am
That's good news, pleased you got to the bottom of it. I'll add an error trap to the posh script on the next release. To be honest it wasn't a...
January 8, 2016 at 7:23 am
It should do, I'm not sure to be honest and need to retest. The most recent version was developed on Windows server 2012, PS V3. The error might be a...
December 29, 2015 at 3:34 pm
Hi,
There is some documentation here - https://paulbrewer.wordpress.com/2014/08/15/restore-gene-version-3-free-public-framework-technical-article/
Which version of powershell are you using?
Thanks
December 29, 2015 at 7:37 am
Could you try version 4 (the latest) https://paulbrewer.wordpress.com/ps_restoregene/
Thanks
December 29, 2015 at 6:57 am
Withmovedatafiles appears twice, also needs to terminate with '\'
Regards
December 29, 2015 at 5:29 am
Hi,
I'm not familiar with the Idera backup process to be honest but suspect they use volume shadow copy technology the same as DPM. You'll probably need to use their management...
October 26, 2015 at 1:48 pm
Thanks Kiran,
This is the latest version of the procedure - https://paulbrewer.wordpress.com/sp_restoregene/
It includes support for backup forking and various other mod's.
Best wishes
Paul
October 5, 2015 at 4:11 am
This article has 3 possible solutions, 1 that uses geometry, 1 that uses set based queries and 1 that uses Hekaton in-memory tables and procedures. It also has a nice...
September 22, 2015 at 2:13 am
Hi,
If you are interested in how quick Hekaton is, run the SQLServer2014 setup script attached to the article then the script below in 1 or more Query Analyser sessions. It...
June 25, 2015 at 11:44 am
Viewing 15 posts - 16 through 30 (of 100 total)