• SSIS Package implementation programmatically

    It’s Simple to develop SSIS package using BIDS, but in this blog I am concentrating on how to develop SSIS package programmatically.   Here is the background of SSIS package that I will be implementing in C# code.   SSIS Packageto transfer the ...read more
  • Kerberos Configuration Manager updated for Reporting Services

    Back in may, we released the Kerberos Configuration Manager tool to help with diagnosing and correcting Kerberos related issues for SQL Server.  Today, I’m happy to announce that version 2 of this tool has been released and has been updated for Reporting ...read more
  • How to configure Always On for a TDE database

          Before you configure Always On for a TDE database make sure the following pre requisites are followed. 1.  Always On endpoint port is opened in all node (5022 is default port, which can be changed). 2.  Startup account of ...read more
  • How to compare the rows of two tables and fetch the differential data.

    In this blog I would like to demonstrate a scenario where users want to move the changes between the tables in two different databases. Let’s say we would like to compare and move the changes between the databases for some tables using T-SQL The below ...read more
  • SQL Diagnostics Project Part 1 – Configuring Custom SQL Data Collections

    This blog post will be part 1 in a multi-post series where I show you how to create your own custom SQL Server troubleshooting data collections, how to load the data into a SQL Server database, and how to create your own custom reports based on the data ...read more