Viewing 15 posts - 1 through 15 (of 28 total)
Hi,
Can this be used, as implied by original post to deal with the following:
Select
sum(case when dd.BK_DepartmentTypeCode = '01' and dates.CalendarYearNumber = '2016' then 1 else 0 end) [2016Type1Att],
sum(case when dates.CalendarYearNumber...
November 25, 2016 at 1:25 am
Hi,
Can this be used, as implied by original post to deal with the following:
Select
sum(case when dd.BK_DepartmentTypeCode = '01' and dates.CalendarYearNumber = '2016' then 1 else 0 end) [2016Type1Att],
sum(case when dates.CalendarYearNumber...
November 25, 2016 at 1:19 am
Hi,
Can this be used before running a series of select queries against a table?
Or is this specifically about updates/deletes?
Q
November 25, 2016 at 12:53 am
@sean - Thanks for the swift response.
This worked when i put in into the query which selected the source data used for the table i presented (which was...
September 1, 2016 at 7:50 am
Thanks
August 12, 2016 at 12:53 am
Thanks.
I thought SSDT came with the developer edition, but if not i will download separately. I know that i need Visual Studio 2015 (at least) to go with the 2016...
August 11, 2016 at 1:15 am
Hi,
Thanks @happycat59
So would i do two installs in total then?
In one i would put as default ie localhost (SSIS, Queries and SSAS tabular) and the other a named...
August 10, 2016 at 1:09 am
:-D:-D
July 18, 2016 at 1:04 am
@thomas-2 - This was in reference to a linked article which states that:
"Users who have SHOWPLAN, ALTER TRACE, or VIEW SERVER STATE permission can view queries that are...
July 8, 2016 at 4:08 am
True. It is a difficult place to be as a developer not sitting within the DBA/BI team but interfacing with their DW.
It seems to be a life of workarounds................................................................
July 8, 2016 at 4:04 am
Thanks for your perseverance!
Select @test-2
July 8, 2016 at 4:00 am
Awesome. Though i will be seeing flying pigs before i think i will be allowed to do this as it seems it can show sensitive information such as passwords. 🙁
July 8, 2016 at 3:55 am
Ahhhhhhh.... so i can select the SQL code tag, then where it says "sql",
i insert my SQL between the "" and post?
July 8, 2016 at 3:50 am
Are there possibilities where they can extend rights within a specific database in the datawarehouse and/or is this all about how permissions are set up at the top level and...
July 8, 2016 at 3:44 am
Viewing 15 posts - 1 through 15 (of 28 total)