0
kicks
Whats New in SQL Server Denali: IIF Logical Function
If you have developed some sort of applications using
Microsoft Access, then you are definitely familiar with “IIF” logical function.In SQL Server, prior to SQL Server Denali we can use “CASE” instead of “IIF” as this logical function was not available. But in SQL Server Denali CTP3, “IIF” is available with same ease and functionality.