Published On: 10/13/2022

Top 5 Features of Windows 11 OS that must to know !

Top 5 Features of Windows 11 OS that must to know !

Feature 1. Windows New Look and SettingsAfter sign in, this is the landing place of Windows 11 Desktop, seems interface looks quite different compare to previous versions. The Taskbar icons are now centered and similar to MacOS, but the start button is still to the left of the other app icons. 
In Windows 11, you get wide taskbar buttons for running…

Read More »

Published On: 7/01/2022

SQL DBA Interview: Master Top 30 Questions for Success

SQL DBA Interview: Master Top 30 Questions for Success

Point in Time Recovery in SQL Server:Question 1: What is point-in-time recovery in SQL Server?
Answer: Point-in-time recovery enables the restoration of a database backup at any specific time, applicable to databases under the full or bulk-logged recovery model. Point-in-time recovery is not possible if the database uses the bulk-logged recovery mo…

Read More »

Published On: 6/30/2022

Monitoring and Performance Tuning Tips for SQL Server database

Monitoring and Performance Tuning Tips for SQL Server database

Performance tuning in SQL Server is essential topic and Microsoft defined set of process in back end to bring the data from database. This is interest chapter for developers and those should follow the Microsoft evolved rules to access the data from the database.
There are so many ways to achieve the performance tuning in SQL server and below topic…

Read More »

Extract the data from XML using OPENXML and XQuery in SQL Server

Extract the data from XML using OPENXML and XQuery in SQL Server

This post describes to read the data content from different XML elements and attributes by using OPENXML and XQuery methods. The XML file format is one of the best way to handle the large volume of data as single file.

T-SQL exclusively provides OPENXML and XQuery methods to extract or read the data content from XML file or XML text format.Below XM…

Read More »

Published On: 6/29/2022

Different Types of SCD (Slowly Changing Dimensions) with example

Different Types of SCD (Slowly Changing Dimensions) with example

What is SCD (Slowly Changing Dimension) and types in Data WarehouseSlowly Changing Dimensions (SCD) are actual dimensions in data warehouse database and mainly used to maintaining or tracking different level of slowly changeable data from source.

Data warehouse is mainly focused to analyse the business statistics by reports which holds multiple sub…

Read More »

Solved: Exception from HRESULT: 0x80070005 Access Denied in SSIS

Solved: Exception from HRESULT: 0x80070005 Access Denied in SSIS

Error Message: Exception from HRESULT: 0x80070005 Access Denied
This problem is occurring while executing the SSIS package in SQL job using file system package source method. There are multiple reason may have possibilities for this issue that listed as below.


Insufficient Privilege to UserThe user may have limited permission to execute the SSIS pac…

Read More »

Top 20 SSIS Interview Questions with detailed answers

Top 20 SSIS Interview Questions with detailed answers

1. What is delay validation in SSIS Package?SSIS package validates the tasks, connections and container properties value in design mode and run time. The default property value is false which means to validate all the object properties while opening and developing the SSIS package.

If we change the property value as true then the package will not …

Read More »