Monthly Archives: May 2013

How to Delete Duplicate Records in SQL Server

How to Delete Duplicate Records in SQL Server Usually on daily basis we usually need to perform removing duplicate records from a table. This post can help you to understand “How to Delete Duplicate Records in SQL Server”. Here consider … Continue reading

Posted in SQL Development, SQL Scripts | Tagged , , , , , , , , | Leave a comment

How to split a string in sql server

 How to split a string in sql server We have a requirement to capture the list of key words in the given list of statements. In the below example will see How to split a string in sql server There … Continue reading

Posted in SQL Development | Tagged , , , , , , , , , , | Leave a comment

Drill Down Reports in SSRS with examples

Drill Down Reports in SSRS with examples We will see how to deal with drill down reports in SSRS with examples. For this report you can create a table and populate data from the post. Let’s create a report using … Continue reading

Posted in MSBI, SQL Development, SQL Server DBA, SSRS | Tagged , , , , , , , , , , , | 5 Comments