Viewing 15 posts - 61 through 75 (of 302 total)
Lack of index on FK column has bitten me when the parent table was one where the data was occasionally deleted. Deletion of rows in the parent table necessitated...
April 25, 2016 at 1:14 pm
Thanks for this article. Good stuff! I like your solution.
January 14, 2016 at 11:02 am
I haven't encountered this before, but quick internet search indicates your problem is mismatch of disk physical sector size between your nodes. Check . Might not be trivial...
November 16, 2015 at 10:12 am
Guess I was wrong! Sorry. Well, I think that's a good test case anyway, takes any special ATTACH considerations out of the picture.
Weird error. Using...
November 12, 2015 at 9:08 am
I think this question needs clarification. SSMS can "see" your Z: drive, can't it? Use File | Open file and check if you can't browse your Z: drive. You...
November 11, 2015 at 10:52 am
FWIW - We have successfully used same method proposed by Kristen-173977 for many years, for both batched DELETEs and UPDATEs. The only difference is we explicitly CREATE the #keys...
October 16, 2015 at 8:45 am
All--thanks for the kind words. Mister.magoo--point well taken. I will preface with a summary if I ever write another one of these.
August 28, 2015 at 9:45 am
Over 3 yrs ago we replaced most of our replication with a readable AG secondary replica. We have never regretted this. Replication worked ok, but was much more...
August 7, 2015 at 9:57 am
Interesting and well written, but I disagree with your slant.
Much of this article is based on assumption that your DR instance is providing HA. In my experience, with...
July 1, 2015 at 10:30 am
Very good article, great solution! Thank you.
June 25, 2015 at 10:26 am
Great idea, thanks for writing this up.
June 8, 2015 at 8:03 am
I concur. Nice job! Thank you for this.
January 29, 2015 at 10:16 am
Viewing 15 posts - 61 through 75 (of 302 total)