Viewing 11 posts - 16 through 26 (of 26 total)
I have adapted a style of "We don't use that (anymore)" when called by sales people.
One person called and talked about a new BI solution they had developed and how...
April 14, 2014 at 12:42 am
Richard Warr (11/19/2013)
But having done that, isn't it just
UPDATE #MyTable
SET ROUNDEDMEASURE = ROUND(MEASUREMENT,NOOFDECIMALS);
One of those moments before morning coffee, I guess....
Of course it is, thank you.
November 19, 2013 at 3:38 am
Sean Lange (5/29/2013)
dan-572483 (5/28/2013)
According the the Querying SQL2012 exam prep book, a SELECT * inside an EXISTS clause returns true or false only -...
May 30, 2013 at 1:22 am
sheetalsh (8/20/2008)
The query below is working fine for the date as 04/08/2008 and 08/08/2008, however it is not working for the date 11/08/2008 and 15/08/2008.
It is because it considering 15th...
May 30, 2013 at 1:14 am
Thank you for the tips.
Specifying the index as unique did shave off time in the overall processing from what I had tested previously.
But creating the index after the insert adds...
August 15, 2012 at 7:33 am
That works perfectly.
Thanks for pointing me in the right direction on these issues.
April 5, 2012 at 6:03 pm
What I'm doing is replacing a certain value CHAR(2) when it is present in a row under a certain heading, since the value becomes "illegal" in the eyes of our...
April 4, 2012 at 4:27 am
Hi Andy,
Thanks for making it crystal clear to me.
November 8, 2011 at 5:19 am
Andy, thanks for taking the time and effort to write something like this. It is a very interesting read for me, who are just coming into the BI-world.
As a side...
November 4, 2011 at 1:10 am
MERGE is what you want in SQL Server 2008. This piece of code is untested, in fact, I've never used the COALESCE command myself (being a self-taught SQL-novice).
This piece of...
July 13, 2011 at 1:02 am
Thanks for putting the effort into writing this complete guide. It's made a lot of things and issues a lot more clear to me.
July 13, 2011 at 12:21 am
Viewing 11 posts - 16 through 26 (of 26 total)