Tableau from a SQL Server guy – Part 2
As I mentioned in my previous post, I have been playing with Tableau Desktop in my spare time. I am just experimenting with it and there are no structured instructions that I am following. In this...
View ArticleHide a specific attribute hierarchy in role playing dimension – SSAS...
Role playing dimension is a dimension which plays different roles in a fact table. In SSAS multidimensional, a role playing dimension can be used across different cubes and measure groups. Date...
View ArticleSieve of Eratosthenes in R and SQL
I just completed Computing for Data Analysis on Coursera. The course is brief introduction to R programming language. R has been around for years but is gaining much attention recently due to Big Data...
View ArticleMicrosoft BI ranks highest in ability to execute by Gartner
Reblogged from business intelligist: Microsoft once again is ranked the highest in its ability to execute by Gartner in its magic quadrant for Business Intelligence. The report is pretty long and...
View ArticleSQL Server Logical Query Processing summary
Reblogged from Alessandro Alpi's Blog: Usually I found some questions on the forums about that topic. For instance: "WHERE or HAVING?" "Is the ON clause more efficient than the WHERE clause?" "Why the...
View ArticleRun SQL scripts from a folder using sqlcmd
This is a very short post about a very useful tip. I came across here on stackoverflow and it certainly deserves a post. Many thanks to the answerer and I think this is his blog. I already follow it...
View ArticleMicrosoft Data Explorer for Excel 2010/2013
Chris Webb posted about Data Explorer being available for public preview and I thought I will give it a quick spin. You can download it here . The installation is pretty straightforward. After the...
View ArticleSAP Visual Intelligence vs. Microsoft PowerPivot and PowerView
Reblogged from business intelligist: In this post I will review the latest version of SAP Visual Intelligence – 1.08 – and see how it stacks up against the Microsoft self-service BI tools, Excel,...
View ArticleOLE DB data source in SSIS returning no records when using table variable
The other day I stumbled across a strange situation while working on a SSIS package. The package contained OLE DB datasource task using ‘SQL Command’ data access mode. This SQL command contained a...
View ArticleGeoFlow Public Preview Available
Reblogged from Chris Webb's BI Blog: First big news from the PASS BA Conference: the public preview for GeoFlow is now available. You can download it here:...
View ArticleSSAS on Windows Azure Virtual Machines
Reblogged from Chris Webb's BI Blog: You may have already seen the announcement about Windows Azure Virtual Machines today; what isn’t immediately clear (thanks to Teo Lachev for the link) is that...
View ArticleBuilding data model for SSAS Tabular
I have started preparing for Microsoft Certifications on SQL Server 2012 and I am spending a fair amount of time with SSAS Tabular since it’s the newest addition to MS BI stack and the one which I am...
View ArticleWelcome SQL Server 2014!!
I have been away from my blog for a while. Although, I try to write something every now and then, I just couldn’t bring my self to write anything this past month. I am hoping I will get into regular...
View ArticleTo Truncate/Reload or Not to Truncate/Reload, that is the question.
I have seen many a data warehouses which are completely emptied very night and reloaded again. This is a perfectly fine ETL strategy. Many would argue that those are not data warehouses in strict sense...
View ArticleWhy I don't buy the Big Data "Red Hat of Hadoop" Story
Reblogged from Emergent Business Networks: It's official. As of 19 August 2013, Big Data has officially past the "peak of inflated expectations" and is hurtling down the rollercoaster ride to the...
View ArticleSelect distinct values from multiple columns in same table
Selecting a distinct value from a column is no rocket science, but what if you want distinct values from two, three or more columns from a table. I don’t want a distinct combination of values from...
View ArticleLarge date dimensions in SSAS
I would like to share two simple tips on date dimension if the date range in your date dimension is large and uncertain. A brief background I was recently working on a project where I was faced with...
View ArticleIntroduction to R
In this post, I would like to give a brief intro to R. R has gained tremendous popularity in recent past and many people want to know just what R is without getting into too many details. So here it...
View ArticleDisplaying last cube processed time in SSAS
Recently, while browsing a cube excel, an end-user asked me when was it last processed? I had no quick answer and so had to connect to the SSAS server in management studio and check the properties of...
View ArticleTable variables are fast but #Temp tables are faster!!
This blog is sort of note to myself. Use-temp-tables-instead-of-table-variables-when-the-number-of-records-is-large. There it is and I promise to remember that every time I write DECLARE @something...
View Article