Viewing 15 posts - 196 through 210 (of 650 total)
You'd expect BI people to have a proper grounding in statistics but they haven't. It is very rare for someone who gives themselves a fancy title like this to be...
January 26, 2013 at 7:48 am
I have to agree that anything to do with SQL Server is entirely unsafe in the hands of the VS team, considering that the culture there is so foreign to...
January 26, 2013 at 5:18 am
@david-2.Poole
I reckon that it varies enormously with the product, and with a single product over time. In some cases, the data consistency problems haven't been exactly subtle. Did you see...
November 21, 2012 at 2:59 am
Search is tough but can be made to work well in an RDBMS. I was once tasked with doing a database that took every major news story from around the...
November 20, 2012 at 4:42 am
Sorry to boringly point out an article vI once wrote where I explain how to format cells according to content without needing to alter the SQL at all.
Making HTML...
November 16, 2012 at 9:59 am
I must admit chuckling a bit whilst writing that article, thinking of the reaction of some DBAs I knew. I was, at the time, writing a website that used a...
November 16, 2012 at 8:23 am
It is now much easier to make HTML tables in SQL than it was in those far-off days. I regularly do wicked things like this.
[font="Courier New"]DECLARE @query NVARCHAR(MAX)
SET @query =...
November 16, 2012 at 5:21 am
@john-2 Neville
Oh so true. Yes, a similar thing happened to me once with a different company. In my case, the rival system used an olap cube whereas mine used more...
November 1, 2012 at 1:39 pm
Oops I don't even remember what I meant to write
October 29, 2012 at 3:05 am
If we're discussing personal homophones that bug us, I HATE and DESPISE the people who misuse "lose" and "loose".
I don't think you do. What you mean is that you hate...
October 19, 2012 at 3:35 am
[p]Yup. It is the Grammarly bit that I choked on. From the first two pages of a google search....[/p]
"$140 will get you a year's worth of Grammarly, but you...
October 18, 2012 at 7:13 am
Beware. Neither the author nor the Grammarly site tells you the price. The Grammarly site requires you to create an 'account' before it reveals that it is going to...
October 18, 2012 at 3:59 am
Hi Phil,
I'm curious as to the source of the password list that you utilize. Is it something that you can share a link with?
I started out with a list of...
October 8, 2012 at 2:54 pm
@david-2 Cuthill,
Punctuation is not everything, as your post illustrates perfectly. Bob Shelton is a good, well-respected author with many publications to his credit, and this is an excellent article.
October 1, 2012 at 9:52 am
Nobody in this thread seems to have mentioned this alternative technique. It is not as fast as the XML technique but it is very simple, and can be elaborated for...
September 28, 2012 at 2:22 am
Viewing 15 posts - 196 through 210 (of 650 total)