Viewing 15 posts - 16 through 30 (of 174 total)
I think in the first example (of loading relatively small fact table and switching tables from schema to schema) one step is missing: Step 6 - DROP swap.table. Otherwise, you...
January 22, 2017 at 9:53 am
Thank you for the article! I do have a question though. In the last section of the article, it looks like "user::filename" variable is used twice. First...
December 9, 2016 at 2:02 pm
This is great! I've been procrastinating on switching from SQL Trace to Extended Events. Now I have no excuse! (well, maybe until this stairway series is finished :Whistling:...
December 28, 2015 at 3:56 pm
Thank you for the article!
Do I understand correctly that the entire table marked with REMOTE_DATA_ARCHIVE = ON will be migrated into the cloud (storage-wise)? If so, it...
November 16, 2015 at 9:39 am
One of a very few times I found myself smiling while reading technical article. Good information. Thank you!
November 5, 2015 at 1:27 pm
Thank you for the article! For those of us powershell-challenged, can you explain this part in the RESTORE stetment: $($tlog.name) ? I understand the...
September 18, 2015 at 8:59 am
Thank you for the article!
Has anybody trying using this on SQL Server 2014? I did and it returns no records.
September 11, 2015 at 5:17 pm
Great work, thank you! One suggestion: it doesn't seem to play well in cases when there are complex multi-line expressions used for various properties. Maybe convert CR/LF into...
September 2, 2015 at 5:16 pm
Neat trick! I can see myself using it very soon. Thank you for sharing!
August 7, 2015 at 8:57 pm
Great article! Thank you for sharing.
June 25, 2015 at 11:27 am
Awesome explanation! Thank you again!
February 25, 2015 at 10:52 am
This is a great article! Thank you very much! I just recently started leveraging powershell in my work and find it very powerful and useful. There is...
February 24, 2015 at 10:36 pm
I was facing the same challenge. I am pasting abbreviated version of the code I use. It does seem to avoid generating full snapshot.
--1. Declare some variables
DECLARE @found_out...
January 5, 2015 at 2:41 pm
Thank you for sharing your approach! Am I correct in saying that this would not work if multiple users happen to run this simultaneously? (because of the global...
December 3, 2014 at 11:22 am
Viewing 15 posts - 16 through 30 (of 174 total)