Viewing 15 posts - 1 through 15 (of 102 total)
June 5, 2017 at 1:42 pm
Average number of years per opinion is interesting - link
March 29, 2016 at 10:28 am
It looks as if I am able to share the report publicly (for free while the feature is in preview), but not the dashboard as I thought I could.
The report...
March 29, 2016 at 5:49 am
TomThomson (3/28/2016)
Eric M Russell (3/28/2016)
The stored procedure I'm currently tasked with refactoring reads like a 20 page short story by Clive Barker.
You have my deepest sympathy.
I wrote some of that...
March 29, 2016 at 12:29 am
Sorry about that guys - I've not shared items outside our organisation and was not sure how Power BI would behave; it is a new feature.
You should be able to...
March 27, 2016 at 12:11 pm
diamondgm (3/26/2016)
If the BI gods do their thing, the report should update hourly
You should also be able to download the data by clicking on the...
March 26, 2016 at 11:52 pm
The results should be visible here
If the BI gods do their thing, the report should update hourly
You should also be able to download the data by clicking on the ellipsis...
March 26, 2016 at 9:40 am
JBrosch (3/26/2016)
March 26, 2016 at 9:11 am
code formatting and structure is a must it's very difficult getting in to someone's code and having to try see the world as they see it so standardisation is important...
March 26, 2016 at 8:56 am
Stefaans (5/30/2012)
If you install IIS after .NET 4, you may encounter this error. To fix this issue, open a command prompt and go to the .NET...
January 24, 2014 at 4:51 am
My 2c...
Was having the same problem and found that:
FINDSTRING([Input],"\t",1)
...worked just fine
December 21, 2013 at 1:45 am
drew.allen (8/19/2013)
;WITH CTE0 AS
(
SELECT Section
,NAME
,RowOrdering = ROW_NUMBER() OVER (ORDER BY...
August 20, 2013 at 9:21 am
nicholasdoyle (8/8/2013)
Thanks for showing me a better way diamondgm, I haven't really used WITH ROLLUP before.
I'm not suggesting it's better, though without indexing, it does seem slightly cheaper 🙂
Its a...
August 8, 2013 at 6:33 am
While I couldn't agree more with Phil; this sort of operation doesn't belong in the database, I had to try find a way to do it without the UNION -...
August 8, 2013 at 6:16 am
Viewing 15 posts - 1 through 15 (of 102 total)