Wednesday, June 25, 2014
Column Level Encryption in SQL Server
Transparent Data Encryption (TDE) in SQL Server
Tuesday, June 24, 2014
Getting Starting with Change Data Capture (CDC) in SQL Server
Sunday, May 19, 2013
Extending SSIS Capabilities by Creating Custom SSIS Components for SharePoint
Sunday, October 21, 2012
Let's Explore Excel add-in of Master Data Services of SQL Server 2012 - Part 2
Excel add-in for SQL Server 2012 Master Data Services - Part 1
Monday, July 23, 2012
Getting Started with Master Data Services (MDS) In SQL Server 2012
Creating a Custom Report Template in SSRS
Fortunately, SQL Server Reporting Services (SSRS) allows us to create standard/custom report templates with the desired report layout and use the same custom template every time when creating a new report. With this, you can ensure consistent report layout across departments of the organization, for more information click here.
Snapshot Isolation Level in SQL Server - What, Why and How Part 2
Snapshot Isolation Level in SQL Server - What, Why and How - Part 1
Sunday, July 22, 2012
Creating Indicator and Gauge Report in SSRS - SQL Server 2008 R2 - Part 2
Creating Indicator and Gauge Report in SSRS - SQL Server 2008 R2 - Part 1
Saturday, July 21, 2012
Creating Chart Reports in SSRS SQL Server 2008 R2
Creating Map Drill Down Reports in SSRS - SQL Server 2008 R2
- Main report based on SQL Server Spatial data for showing countries wide sales
- Drill down map report based on ESRI shapfile for showing statewise sales for the selected country
Tuesday, March 27, 2012
Creating a Map Report in SSRS - SQL Server 2008 R2
SQL Server 2008 R2 brought several new features into the SSRS (SQL Server Reporting Services) arena. In the data visualization category, we now have three additional ways to display and visualize/analyze data in the reports:
- Sparkline and data bars – Sparkline and data bars are normally used inside tables and matrices to analyze the trend and series and compare them with each other.
- Indicators – If you are aware of KPIs, the concept of indicators is not new to you. As the name implies, indicators have icons to represent trends (up, down or flat), progress state, conditions.
- Maps – It allows you to create maps or maps layers to let you visualize data against a geographic background.
In this article, I am going to demonstrate how you can create map reports to analyze your data against a geographical background and then in the next article I will be talking about creating a map report with drill down functionality, click here for more information.
Monday, February 13, 2012
Data Driven Report Subscription in SSRS 2008 R2
In data-driven subscription the data or parameter values required during execution of the report can come from a query from a database including recipient list, delivery method and parameter values needed for each recipient's report execution, which makes it a dynamic subscription that gets required data during run time from the external data source, click here fore more information.
Thursday, January 19, 2012
Standard Report Subscription in SSRS 2008 R2
Tuesday, January 10, 2012
Report Snapshots in SSRS 2008 R2
An SSRS report snapshot represents a report that contains data retrieved at a specific point of time along with layout information in the form of intermediate rendering format. SSRS allows you to create report snapshots on defined schedule or on demand whenever you need to; a report snapshot is stored in the ReportServer database, for more information click here.
Report Caching in SQL Server Reporting Services 2008 R2
SQL Server Reporting Services (SSRS) is a server based scalable and extensible platform for authoring, deploying, executing and managing reports based on a variety of data sources. SSRS allows us to create interactive, tabular, graphical (using data visualization controls) or free form reports from relational, multidimensional (using MDX or DMX) or XML data sources. Furthermore it allows you to view/export your reports in a variety of formats. You can specify to create report snapshots, which show data at a point of time or you can even subscribe to your published reports.
To improve the performance of report processing, SSRS lets you enable caching for the report so that if the same report request comes again, the stored copy can be rendered in the desired format and served instead of processing it from scratch, for more information click here.
Creating and using Report Parts in Report Builder 3.0
Report Builder 3.0, which comes with SQL Server 2008 R2, is a new enhanced report development and report authoring tool intended to be used by business users for ad-hoc reporting. Report Builder 3.0 has numerous new features and one of them is Report Part Gallery, which allows you to create and publish report parts and reuse them in other reports. In other words, you can publish different report parts on the report server and reuse them in different reports when required, without recreating them from scratch, for more information click here.
