Viewing 15 posts - 1 through 15 (of 16 total)
We just started migrating from 2008 to 2014 this past summer and we're still working on getting everyone moved over. I can't imagine how well we'd do if we had...
January 20, 2017 at 12:40 pm
This would be interesting to plenty of people. If you had a particular table or two and are interested, we'd love an article or two on your experiences.
I'd be happy...
August 1, 2014 at 11:50 am
We're in the middle of a huge project that's migrating an old legacy database into the current model, and we're using this strategy heavily, along with instead of triggers on...
August 1, 2014 at 9:49 am
I'm particularly curious about the use of the date escape sequence (e.g. {d '2012-11-15'}).
Is it good practice to use those if you're having to hard code dates in procedures, etc.?
March 13, 2013 at 8:58 am
Ah good, gives another small bit of ammunition to maybe upgrade to 2012. 🙂
The actual behavior isn't matching the ON SET NULL either, unfortunately. I looked a little more closely...
September 19, 2012 at 1:57 pm
opc.three (4/10/2012)
No problem, happy to assist. Curious, any plans on how to provide for the scenario in your environment since you cannot change what we're calling "the inner proc"?
Well, while...
April 10, 2012 at 3:20 pm
opc.three (4/9/2012)
April 9, 2012 at 5:23 pm
I found it interesting that the execution plan for the union in the question was the same as if I had done a distinct from the union all
select distinct a...
September 23, 2011 at 11:15 am
I'm often amazed at what our users manage to figure out how to do (or more often, don't remember how they managed to do it).
We run into the trouble where...
May 20, 2011 at 8:56 am
Well, I wound up doing some unit testing yesterday with both the XML version I'd written and a slightly altered version of yours (really the only change that I wound...
September 29, 2009 at 2:09 pm
Wow, thank you, Jeff. I'd been trying to think how to use your Tally example, but hadn't quite wrapped my head around how to do it in a case...
September 27, 2009 at 12:52 pm
Thank you for the help; I look forward to seeing it.
I decided to see what would happen if I converted the concept in the original proc to be XML. ...
September 26, 2009 at 4:01 pm
Yes, the Note_ID is just the @NoteID value. According to the notes I have, it's because of how the report uses it as a parameter, so it needs to...
September 26, 2009 at 3:08 pm
That temp table at the end of the original code is actually the only table it gets inserted into. The proc is used by an SSRS report, the results...
September 26, 2009 at 2:38 pm
The attached text file is the text of the long example I've been using that I think should give you a better idea of the overall formatting.
September 26, 2009 at 2:02 pm
Viewing 15 posts - 1 through 15 (of 16 total)