Viewing 13 posts - 1 through 13 (of 13 total)
Great, thanks guys.
Very interested to see the recursive CTE solution as that is what I've been trying to get going most of this morning! I wasn't far...
March 26, 2013 at 10:16 am
Henry B. Stinson (4/26/2012)
in a CTE WITH-clause in a stored proc, where the CASE...
April 27, 2012 at 5:26 am
Are you familiar with Scott Ambler's website, worth a look if you want to find out more about Agile data.
I ran an Agile BI project and it seemed...
September 30, 2011 at 3:58 am
Well, as a BI developer, I am used to using 3rd party products as a data source.
But generally we'll munge the data into a more useful form via...
August 24, 2010 at 2:03 am
unless you have millions of dabases to loop through... what's wrong with a cursor?
It's always better to understand why cursors aren't optimal and then you can decide if it...
July 28, 2010 at 2:17 am
It might prove cost effective to talk to an experienced designer as you might find this saves you much effort in the long run.
At the least have a read of...
July 28, 2010 at 2:14 am
I haven't done it myself, but I guess you could also dynamically configure the name if executing reports with rs.exe
March 22, 2010 at 3:25 am
I learnt the hard way that importing existing packages was no short cut. By the time it was all up and running I wished we had rebuilt everything from...
December 9, 2009 at 9:33 am
A good example of something that would be better solved through education. The cost in usability and complication just doesn't seem worth it. The time sorting out the...
November 5, 2009 at 6:16 am
Agreed, having worked on a system where someone decided to implement checksums to manage change control I know from bitter experience that it will bite you at some point. ...
December 19, 2008 at 8:34 am
I always like a query that gets down and dirty with system tables ;)! Nice. But I'm not sure occasionally cursoring through a few hundred tables is really...
August 12, 2008 at 4:57 am
ProClarity 6.3 too. Still seems on top but interested to see what MS do with it next!
boudewijn.lutgerink (8/12/2008)
August 12, 2008 at 4:51 am
Viewing 13 posts - 1 through 13 (of 13 total)