Who is online?  86 guests and 0 members
home  »  blogs  »  Raunak Jhawar

SQLServerGeeks.com Blogs

Blogs RSS Feed

Raunak Jhawar : Most Recent postings

Raunak Jhawar

SQL Server Integration Service – File Properties Task

3/22/2012 10:10:39 AM by Raunak Jhawar  -  Comments: 0  -  Views: [11645]

SQL Server Integration Service – File Properties Task Hi. Let’s try to explore more Integration Services, again, and this time I am going to walk you through a custom task. The name of the task is “ File Properties Task ”. The download is free for the community and you can download the task executable from CodePlex. Often many are of the opinion that the Script Task is the ideal place where one can compose a programming logic to suit the project need, of course this is ju...

Read More

Raunak Jhawar

SQL Server Integration Services – Missing Package Configuration Option

2/7/2012 7:01:57 AM by Raunak Jhawar  -  Comments: 1  -  Views: [5656]

SQL Server Integration Services – Missing Package Configuration Option Hi, Let’s dig more into SQL Server Integration Service and this time it is the package deployment model. With the plethora of changes that the SSIS team has come up with in the new release of SQL Server 2012, the package deployment is the one which is significant and requires more understanding. For the first time when you open the SQL Server Business Intelligence Development Studio, you will notice many changes i...

Read More

Raunak Jhawar

SQL SERVER INTEGRATION SERVICES – FLAT FILE DATA LOAD, POTENTIAL ISSUES AND WORK AROUNDS PART 1

1/25/2012 1:39:54 PM by Raunak Jhawar  -  Comments: 0  -  Views: [8532]

SQL SERVER INTEGRATION SERVICES – FLAT FILE DATA LOAD, POTENTIAL ISSUES AND WORK AROUNDS Hi, ETL projects are usually classified on the basis of the complexity of designing the packages used for data loading, data transformation and finally storing the data in a manner which can be retrieved comfortable for end user reporting requirements. Majority of disparate source systems in an enterprise generate flat files (text files) which can be consumed for all data processing initiatives. Few ob...

Read More

Raunak Jhawar

SQL SERVER 2012 BI SEMANTIC MODEL – LIMIT AMOUNT OF DATA ON FIRST IMPORT

1/10/2012 8:24:47 AM by Raunak Jhawar  -  Comments: 2  -  Views: [16113]

SQL SERVER 2012 BI SEMANTIC MODEL – LIMIT AMOUNT OF DATA ON FIRST IMPORT Hello! This blog is on BI Semantic Model and I assume that you are aware what BI Semantic model is. I plan to take you through a brief introduction on data import or precisely selective data import. Please see below for the steps. This is fairly significant as this description showcases an important feature of “Editing an existing connection”. Create a new analysis services tabular project. This opens up a...

Read More

Raunak Jhawar

SQL Server Integration Services - Delay Validation Property

1/9/2012 5:31:48 AM by Raunak Jhawar  -  Comments: 0  -  Views: [3886]

SQL Server Integration Services – Delay Validation Property Hello! ETL can be very time consuming and also complicated process. In order that the business does not stands at cross roads when any critical and time consuming ETL process counters a failure, the package is validated during design time and also during execution time. In this post let’s have a brief understanding of what Delay Validation is Integration Services is and how this property can be manipulated to favor the busin...

Read More

Raunak Jhawar

SQL Server 2012 SSIS: Sending files using FTP Task

12/22/2011 7:53:12 AM by Raunak Jhawar  -  Comments: 2  -  Views: [18004]

SQL Server 2012 Denali CTP3 SSIS – Sending files using FTP Task Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. In the last post, we had a short walkthrough for receiving files from an SFTP server using SSIS Execute Process Task. You can find the published content here In this post, we shall send files or upload files to a remote server using FTP. ...

Read More

Raunak Jhawar

SQL Server 2012 Denali CTP3 SSIS – Project Connection Bug and Resolution

12/19/2011 9:41:00 AM by Raunak Jhawar  -  Comments: 0  -  Views: [4876]

SQL Server 2012 Denali CTP3 SSIS – Project Connection Bug and Resolution Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. If you have worked with SQL Server Integration Service in Denali CTP3, there is a potential bug in the code. This post will showcase a workaround to avoid this bug. I have decided to divide this post in two parts: Replicate the b...

Read More

Raunak Jhawar

SQL Server: SFTP with SSIS Execute Process Task

2/21/2012 4:56:24 AM by Raunak Jhawar  -  Comments: 1  -  Views: [56191]

SFTP with SSIS Execute Process Task Hello, SFTP, or secure FTP, is a program that uses SSH to transfer files. Unlike standard FTP, it encrypts both commands and data, preventing passwords and sensitive information from being transmitted in the clear over the network. It is functionally similar to FTP, but because it uses a different protocol, you can't use a standard FTP client to talk to an SFTP server, nor can you connect to an FTP server with a client that supports only SFTP ( Source: Knowled...

Read More

Raunak Jhawar

SQL Server 2012 Denali CTP3 Known Bug and Resolution

12/12/2011 6:46:06 AM by Raunak Jhawar  -  Comments: 0  -  Views: [24083]

SQL Server 2012 Denali CTP3 Known Bug and Resolution Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. If you have worked with tabular projects in Denali CTP3, there is a potential bug in the code. This post will showcase a workaround to avoid this bug. If you wish to see any feature like how to create a tabular structure and additional details, I suggest ...

Read More

Raunak Jhawar

SQL Server: BI Semantic Model and Reporting Part 2

2/21/2012 4:57:55 AM by Raunak Jhawar  -  Comments: 0  -  Views: [17624]

BI Semantic Model and Reporting Part 2 Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. In this post, let’s create couple of Roles using the Role Manager If you wish to see any feature like how to create a tabular structure and additional details, I suggest you follow this link here and also here . This should help you kick start on Tabular Models. ...

Read More

Raunak Jhawar

SQL Server 2012 - Create BI Reports from Tabular Project

12/12/2011 2:43:59 AM by Raunak Jhawar  -  Comments: 0  -  Views: [14181]

BI Semantic Model and Reporting Part 1 Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. In this post, let’s create a simple no frills, no fancy excel report. Down the series, I shall introduce you to Perspectives, Roles and many associated features for an elegant Self Service BI experience. If you wish to see any feature like how to create a tabular...

Read More

Raunak Jhawar

SQL Server 2012 - Generate, Filter and Sumx DAX Functions in BISM

12/12/2011 11:53:12 AM by Raunak Jhawar  -  Comments: 0  -  Views: [10419]

DAX Query for BISM Tabular Model Part 2 Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. This post comes as a supplementary addition to the earlier post which describes the DAX Query for BISM Let’s write some more DAX queries. Please note that I am using the AdventureWorksDWDenali as my database. And the outcome of the query would be Now, let’...

Read More

Raunak Jhawar

SQL Server: Understanding DAX for BI Semantic Model

2/21/2012 5:03:51 AM by Raunak Jhawar  -  Comments: 0  -  Views: [5581]

DAX Query Part 1 Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. This post comes as a supplementary addition to the earlier post which describes the COUNT Function . In this post let us write out first DAX query. Fairly easy! Please note that I am using the AdventureWorksDWDenali as my database. EVALUATE() : Evaluate the context which is passed as an arg...

Read More

Raunak Jhawar

SQL Server 2012 - COUNT Functions in DAX for BI Semantic Model

12/12/2011 11:55:51 AM by Raunak Jhawar  -  Comments: 0  -  Views: [15127]

COUNT Function in BISM Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. This post comes as a supplementary addition to the earlier post which describes the RELATED FUNCTION . In this post I plan to showcase examples for COUNT and related functions in DAX. We have 5 different COUNT related functions available for data manipulations. Let us have a small wal...

Read More

Raunak Jhawar

SQL Server 2012 - Perspectives In Tabular Data Model

12/12/2011 11:50:12 AM by Raunak Jhawar  -  Comments: 0  -  Views: [3357]

SSAS Tabular Project Part 2 Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. This post comes as a supplementary addition to the earlier post which can be found here . In this post we shall have a walkthrough on how to create perspectives in a tabular project. A perspective can be literally resolved to a common term – VIEW as in the SQL terminology. ...

Read More

Raunak Jhawar

SQL Server: EOMONTH() function in SQL Server 2012 and in DAX

2/21/2012 5:06:59 AM by Raunak Jhawar  -  Comments: 0  -  Views: [15262]

EOMONTH() and BOMONTH? Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. This post comes as a supplementary addition to the earlier post which describes the RELATED FUNCTION . Consider the syntax as stated below using which one can calculate the last day of the month SQL syntax to calculate last day of month for SQL Server 2008R2 SELECT CONVERT(VARCHAR(10)...

Read More

Raunak Jhawar

SQL Server: Understanding the RELATED function in DAX

2/21/2012 5:09:32 AM by Raunak Jhawar  -  Comments: 0  -  Views: [10273]

DAX Functions for Querying BISM tabular models Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. This post comes as a supplementary addition to the earlier post which describes how to configure SSAS Tabular Project . Consider the SQL as stated below: select DimProduct.EnglishProductName ,DimProductCategory.EnglishProductCategoryName ,DimProductSubcategory....

Read More

Raunak Jhawar

Creating your first project in BI Semantic Model for SQL Server 2012

12/12/2011 2:36:57 AM by Raunak Jhawar  -  Comments: 0  -  Views: [15332]

SSAS Tabular Project Part 1 Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. This post comes as a supplementary addition to the earlier post which describes how to configure SSAS in Tabular Mode and create tabular model. In this post we shall have a walkthrough on how to create a tabular project which later can be used for data analysis. The first task af...

Read More

Raunak Jhawar

Configuring SQL Server 2012 Denali SSAS Engine in tabular mode

11/22/2011 10:00:02 AM by Raunak Jhawar  -  Comments: 0  -  Views: [37403]

Configuring SQL Server 2012 Denali SSAS Engine in tabular mode Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. This post comes as a supplementary addition to the earlier post which described one of the enhanced features of SSIS in Denali In this post we shall preview configuration of SSAS engine in tabular mode There already has been a lot of buzz about ...

Read More

Raunak Jhawar

SQL Server 2012 - Denali SSIS Enhancement Part 2

12/12/2011 3:09:06 AM by Raunak Jhawar  -  Comments: 0  -  Views: [66169]

SQL Server 2012 - Denali SSIS Enhancement Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. This post comes as a supplementary addition to the earlier post which can be found here In this post, we shall have a walk through on the changes made in Annotation Annotation: A note by way of explanation or comment added to a text or diagram Before I begin I would...

Read More

Raunak Jhawar

SQL Server 2012 Denali SSIS Enhancement - Group and Connection Managers

12/12/2011 2:33:40 AM by Raunak Jhawar  -  Comments: 7  -  Views: [43144]

SQL Server 2012 - Denali SSIS Enhancement Hello! We at SQLServerGeeks.com are committed to spread the knowledge as we gain in the process of evaluating the newly released SQL Server 2012 CTP 3 release code named “Denali”. This post comes as a supplementary addition to the earlier post which described one of the SQL Server T-SQL Enhancement In this post we shall preview Group and Connection Managers Group This is one of many new features added to the latest community release of SSIS. ...

Read More

Raunak Jhawar

SQL Server 2012 DENALI T-SQL Enhancements: FETCH & OFFSET

11/16/2011 9:59:56 AM by Raunak Jhawar  -  Comments: 7  -  Views: [29071]

T-SQL New feature for OFFSET and FETCH Please note the table is completely fictitious and all data is just for presentation purpose Consider a scenario below: English Product Name Reorder Point Dealer price Item 1 100 1000 Item 2 200 2000 Item 3 150 3000 Item 4 250 4000 Item 5 190 5000 Item 6 200 6000 Item 7 300 7000 Item 8 190 8000 Item 9 300 9000 Item 10 200 10000 This represents a limited data set. Assume you have a wide array of data with you. Now what if you were to list the rows from Row 1...

Read More

Raunak Jhawar

SQL Server: Find 4,5 and 6 ranked entity

2/21/2012 5:24:51 AM by Raunak Jhawar  -  Comments: 0  -  Views: [3244]

Find 4 th , 5 th and 6 th ranked entity Let me first confess. This blog was never a planned effort. It just happened. How it happened…that’s equally interesting. Most of the time you might find questions to determine “Nth highest/lowest salary” of an employee. I was thinking on the similar lines but to determine the 4 th , 5 th and 6 th highest/lowest ranked employee on the basis of their salary. The first idea that followed was to create a CTE (Common Table Expression) ...

Read More

Raunak Jhawar

SQL Server: Role Playing Dimension

2/21/2012 5:27:10 AM by Raunak Jhawar  -  Comments: 5  -  Views: [1159]

Role Playing Dimension Yet another very important and rather very interesting feature of any successful implementation of an enterprise DW. As a matter of fact, the decision of using should be ideally be decided when in early stages of data modelling. The benefits are supreme, but again, it like every great feature there are short comings. In this following article, let us have a walk-through of Role Playing Dimension. In this article, we will try to have a brief understanding of Role Playing Di...

Read More

Raunak Jhawar

SQL Server: Analytic database market segmentation

2/21/2012 5:31:39 AM by Raunak Jhawar  -  Comments: 0  -  Views: [982]

Of late I was asked to prepare a case study for 'Vertica' and therein the picture for ' analytic database ' and ' Big Data ' made me do more and even more study and explore opportunities. Perhaps, if you are still mesmerized like I am, the manner in which the ' Big Data ' has now become the talk of town, I am sure you will find the below mentioned links useful. Rainstor: http://rainstor.com/ Parstream: http://www.parstream.com/en/home/index.html and a wonderful post describing the market segment...

Read More

Email Subscriptions

   Get the Most Recent Blogs in your inbox