/* ------------------------ My Meta Content Here SEO ------------------------ */

Pages

Main Menu

Thursday, January 8, 2015

New Logical Functions in SQL Server 2012 (IIF and CHOOSE)

Problem SQL Server 2012, has new features to perform Logical Functions such as CHOOSE and IIF that can be used to perform logical operations. In this tip we take a look at some basic examples of how this could be used. Solution In this tip we will discuss how to utilize the below mentioned newly introduced Logical Functions in SQL Server 2012. 1. CHOOSE Logical...
Read More »

My Blog List