Category: Sql Server

Convert date from dd/mm/yyyy and get last date of month

For selecting converting var char to date. and replace with last date of the month of […]

Case when in where clause in sql server

In below example case when used for multiple condition in sql server USE [PCCAS] GO /****** […]

Visible Column depent on group by SSRS

=IIF((Fields!Audience.IsMissing) Or (Parameters!GroupBy.Value = "Audience"),true,false)

Dynamic Grouping in SSRS

Dynamic grouping some time requires where grouping field can be send through parameter field , in […]

Hide table column dynamically in SSRS sql server

For hiding column in ssrs there is a feature of hidecolumn , in rdlc file. for […]

Data merging Sql in Sql server

Below is the stored procedure of data maintenance sql server   USE [PCCAS] GO /****** Object: […]

case when statement for order by clause in sql server

It is great feature where can when can be used in order by clause in sql […]

New feature in sql server 2012

Lots of New feature has been introduced with sql server 20012, it is the latest version […]