Viewing 15 posts - 721 through 735 (of 5,685 total)
Grant Fritchey (4/26/2013)
TheGreenShepherd (4/26/2013)
April 26, 2013 at 2:50 pm
ChrisM@Work (4/26/2013)
- how can it fail?
That can't. My apologies. I rushed myself and didn't really think it through. Thanks for taking the time to show me in a...
April 26, 2013 at 1:32 pm
Jimbofoxman (4/26/2013)
April 26, 2013 at 1:20 pm
Short answer is yes, it will fix the immediate concerns. However, I'd recommend using Snapshot Isolation instead as your repair to this concern. It's a powerful tool and...
April 26, 2013 at 1:11 pm
When you say update (old values), I assume you mean setting a field to the exact same value via UPDATE still ending up in CDC2?
And just confirming, you're using the...
April 25, 2013 at 5:46 pm
Nice article, Stefan. Thanks for getting it organized. 🙂
April 25, 2013 at 5:44 pm
Heya Ty,
First, let me add another voice to lament the situation you find yourself in. I'm also a major proponent of a separate ETL server, although the size of...
April 25, 2013 at 5:42 pm
I believe this gets you where you need to be. It's untested obviously as I don't have equivalent schema/test data in my system.
the use of the DRv is just...
April 25, 2013 at 2:43 pm
Chris, as far as I know that's not bombproof. While under most circumstances the predicate will be filtered prior to the activation of the cross apply, but I don't...
April 25, 2013 at 1:57 pm
Jimbofoxman (4/25/2013)
April 25, 2013 at 1:50 pm
Dird (4/23/2013)
sys.dm_exec_cursors shows nothing =((( how do I view the underlying DDL for the dm_functions?Dird
dm exec cursors, if I remember right, only displays explicitly called cursors.
What you're calling a cursor...
April 23, 2013 at 6:23 pm
Jan Van der Eecken (4/22/2013)
...Don't mind the goldfish...
Now we eventually know what that avatar of yours represents 🙂
LOL, actually it was the closest I could get to a dust bunny...
April 22, 2013 at 3:46 pm
Dird (4/22/2013)
ScottPletcher (4/22/2013)
unless you use cursors, and nobody wants thatAnd you think that solution isn't implicitly using cursors?
Edit: But yeah, it's a better way of doing it 😛
Dird
There's no cursor...
April 22, 2013 at 3:41 pm
Easiest way is to use the REVERSE function to trim the ends off each side, in case there are .'s in the middle. Otherwise you use a nested set...
April 22, 2013 at 2:30 pm
I have no idea, honestly. At that point, I'd seriously look into calling Microsoft and having them examine the design. If anyone can find root cause, it's them.
There's...
April 22, 2013 at 12:45 pm
Viewing 15 posts - 721 through 735 (of 5,685 total)