business-intelligence

SSIS Execute Process Task for Python script to API with OAuth2 - Access denied to the file with saved token

烂漫一生 提交于 2019-12-02 02:47:59
问题 I have strange problem and don't know what to check further. Summary of the situation: working on the Windows Server 2016 as administrator, so should not have any access problems developed some Python script for getting data from Google Analytics using , as basis took this example (but getting data only from one account and only for one time interval) script successfully works: withing the first time code of API execution opens GA Web Site in browser, requests for authorization and approves

SSIS version checkout

心已入冬 提交于 2019-12-02 01:36:44
It's my very first post on this forum. I have stuck with the Microsoft SSIS packages and I really don't knot how to beat it. I have mentioned SSIS package files and I tried to open it with Business Intelligence Development Studio on SQL Server 2005 - it resulted with an error which informs I need another version of it - I think it ment BIDS with SQL Server 2008. As I have read further it appeared there is no free version of BIDS with SQL Server 2008. If You have any idea how to handle it please let me know. Thanks for any ideas. Download the SQL Server Express 2008 with Advanced Services

SSIS Execute Process Task for Python script to API with OAuth2 - Access denied to the file with saved token

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-02 01:28:45
I have strange problem and don't know what to check further. Summary of the situation: working on the Windows Server 2016 as administrator, so should not have any access problems developed some Python script for getting data from Google Analytics using , as basis took this example (but getting data only from one account and only for one time interval) script successfully works: withing the first time code of API execution opens GA Web Site in browser, requests for authorization and approves API connection, creates analytics.dat file with store connection token inside right after that all the

How to remove duplicate rows from flat file using SSIS?

拜拜、爱过 提交于 2019-12-01 05:48:00
Let me first say that being able to take 17 million records from a flat file, pushing to a DB on a remote box and having it take 7 minutes is amazing. SSIS truly is fantastic. But now that I have that data up there, how do I remove duplicates? Better yet, I want to take the flat file, remove the duplicates from the flat file and put them back into another flat file. I am thinking about a: Data Flow Task File source (with an associated file connection) A for loop container A script container that contains some logic to tell if another row exists Thak you, and everyone on this site is incredibly

Is a fact table in normalized or de-normalized form?

删除回忆录丶 提交于 2019-12-01 03:42:34
I did a bit R&D on the fact tables, whether they are normalized or de-normalized. I came across some findings which make me confused. According to Kimball : Dimensional models combine normalized and denormalized table structures. The dimension tables of descriptive information are highly denormalized with detailed and hierarchical roll-up attributes in the same table. Meanwhile, the fact tables with performance metrics are typically normalized. While we advise against a fully normalized with snowflaked dimension attributes in separate tables (creating blizzard-like conditions for the business

Data warehousing principles and NoSQL

拟墨画扇 提交于 2019-12-01 00:44:38
with MongoDB, CouchDB and related technologies we can get faster querying so is this still valid? “A copy of transaction data, specially restructured for queries and analyses.” (R. Kimball The Data Warehouse Toolkit, 1996 I mean, do we really need to restructure our data to an OLAP scheme to query it for analysis purposes? More specifically can drill-down, slice and dice and other reporting for analysis purposes be achieved with NoSQL (NOT necessarily with OLAP modelling)? Also could we overcome the "data subset" querying limitation of OLAP and report on the whole data universe with NoSQL? In

Data warehousing principles and NoSQL

自闭症网瘾萝莉.ら 提交于 2019-11-30 19:17:06
问题 with MongoDB, CouchDB and related technologies we can get faster querying so is this still valid? “A copy of transaction data, specially restructured for queries and analyses.” (R. Kimball The Data Warehouse Toolkit, 1996 I mean, do we really need to restructure our data to an OLAP scheme to query it for analysis purposes? More specifically can drill-down, slice and dice and other reporting for analysis purposes be achieved with NoSQL (NOT necessarily with OLAP modelling)? Also could we

The best MDX references on the net [closed]

亡梦爱人 提交于 2019-11-30 11:06:35
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . What is the best references/links,cheatsheets for the MDX language? Here are a few starters that I have collected. Please share yours

Generating Reports - What works for you? [closed]

回眸只為那壹抹淺笑 提交于 2019-11-30 11:01:20
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 3 years ago . I'm looking for a templating tool that allows powerful manipulation of data and report building. JasperReports is powerful, but is it the best out there? I generally don't need the ability for fancy colors or gradients, but I do need the ability to position data accurately

How to use SQL Server stored procedures in Microsoft PowerBI?

时光怂恿深爱的人放手 提交于 2019-11-30 06:49:44
I want to generate reports from my SQL Server tables. I have some already made stored procedures that I would like to use to generate reports from. I haven't found a way to do so. Only by rewriting the queries. Thanks :) To execute your SP in Power BI--> 1.In SQL Server right click on your SP and select Execute. Your code is executed and a new query window opens up which was responsible for execution. Copy that Query. 2.In Power BI Query Editor, select New Source-->SQL Server. After giving the server and database, in the same window click on "Advanced Options", paste the query in the "SQL