SQL Sever 2014 Installation Videos
Below are the links that provide video learning on You Tube our channel " Tech Brothers" - These videos walk you through step by step of SQL Server features installation Package 2014. Video Tutorials...
View ArticleSSIS Videos
Here are the links for SSIS Videos those explain the real time scenariosHow to convert blank values to Null in Flat File Source in SSIS PackageHow to filter Rows with Null values in Data Flow Task in...
View ArticleMsg 15404, Level 16, State 19, Procedure sp_replcmds, Line 1
Today when I was trying to drop publisher for replication that I had set up for one of the SQL Server database by using below script, got error.use [YourDataBaseName]exec sp_droppublication...
View ArticleHow to find users with sysadmin role in SQL Server
The below script can be used to find out the users with sysadmin role in SQL Server.SELECT SP.name AS LoginName, type_desc AS LoginType,Cast(create_date ASDATE) DateCreatedFROM sys.server_principals...
View ArticleWhat are Different ways to Execute SSIS Package
This is short post to answer one of the interview questions " What are different ways to execute SSIS Package"?SSIS Package can be executed by multiple ways, here are some of them.1) By using BIDS/...
View ArticleHow to store file names in SQL Server Table by using SSIS Package
Scenario:In this blog post we are going to learn how to read the file name from a Folder and Sub Folders and insert into a SQL Server Table. This can be helpful for Audit and to know how many files we...
View ArticleFunny SQL Server Interview
Tired of studies ;( and SQL Server interview preparation. Take a break and laugh for few minutes and get back to work again. All the best with Interview!Funny SQL Server Interview Part 1Funny SQL...
View ArticleWhat are the best practices for SSIS Configuration
By watching video you will be able to find the answer "What are the best practices for SSIS Configuration". The video discuss following below pointsMaking a decision about type of SSIS configuration...
View ArticleHow to create tables for multiple pipe delimited files and load them...
Scenario:Let's say that we get 100 pipe delimited files and we want to load all of them to different sql server tables. Each of the file has different meta data or column information. We want to build...
View ArticleHow to create flat files per partition from a SQL Server Partitioned Table in...
Scenario:I created a youtube video in which I was showing how to create multiple files from a single SQL Server table depending upon RegionCD. In the comment I got this request how to create multiple...
View ArticleMicrosoft Dynamics AX Videos
Here is the list of videos those cover different topics for Microsoft Dynamics AX.1.Compile Application in Microsoft Dynamics AX 2012 R22.How to compile into Net Framework CIL in Microsoft Dynamics AX...
View ArticleWindows Server 2012 R2 Installation Videos
This play list contains videos to help you learn all about Windows Server 2012 R2 from basic to advance level such as How to install Active directroy, how to install Domain services, how to setup MS...
View ArticleMS Dynamics AX 2012 R2 Video Tutorial
Video Tutorial of Microsoft Dynamics AX 2012 R2In this tutorial, you will learn Microsoft Dynamics AX 2012 R2 step by step from installation and configuration to implementation. It also provides...
View ArticleSSIS - How to Enable SQL Server Logging Type for SSIS Package
In this video, we will learn how to enable SQL Server Logging for an SSIS Package. The video will walk you through each step for enabling SQL Server Logging Type in SQL Server Integration Services...
View ArticleSSIS - How to create Folders as Month Name in SSIS Package
It is common practice to archive files to folder/s after loading into our destinations in ETL process. The files are archived so we can take a look anytime if we need to.In this video post, you will...
View ArticleSSIS - How to Perform Cross Join in SSIS Package by using Merge Join...
In this video post, we will learn the technique how to perform Cross Join in SSIS Package. The built in Transformations does not provide Cross Join operation by default. we will learn a trick how to...
View ArticleSSIS - How to use Bulk Insert Task To Load Text File to SQL server Table in...
In this video post, we will learn how to use Bulk Insert Task in SSIS Package to load text file to SQL Server table.Bulk Insert Task in SSIS Package
View ArticleSSIS Package Annotation
In this video post you will learn What is Annotation in SSIS Package and how to use it. What are limitations in old versions such as SSIS 2005, SSIS 2008. You will also learn that when it comes to Auto...
View ArticleSSIS Precedence Constraints
In this video post you will learn What are SSIS Precedence Constraints in SSIS Package? and How to use different values of Precedence Constraints according to your requirement. You will also learn how...
View ArticleData Viewers In SSIS
In this video post you will learn how to use Data Viewer in Data Flow Task to see data while debugging/troubleshooting your SSIS Package.The video also explains what is the difference between Data...
View Article