This article is a part 9 of series of article on SQL Server Reporting Services. This will help you to get started with SQL Server Reporting Services (SSRS). Getting…
Friends, I got a chance to present my first session after getting the Microsoft MVP award. Yes yesterday i presented on Microsoft Mondays to Mahindra Satyam and it was…
Recently after the SQL Server 2012 release Microsoft team has shipped the much enhanced and updated training kit for the SQL Server 2012 development. It includes a huge list…
Question 351 – What is a Web Service? It is an application that is designed to interact directly with other applications over the internet. In simple sense, Web Services are…
This article is a part 7 of series of article on SQL Server Reporting Services. This will help you to get started with SQL Server Reporting Services (SSRS). Getting…
Microsoft has recently released the SQL Azure Q4 2011 changes, later in October at PASS conference we heard about the SQL Azure Q4 release for 2011 and now the…
This article is a part 7 of series of article on SQL Server Reporting Services. This will help you to get started with SQL Server Reporting Services (SSRS). Getting…
Question 341 – What is the use of CUBE Operator in SQL? The CUBE Operator is useful in generating reports that contain subtotals and totals. There are extensions of…
Question 331 – What is the use of RESTRICT Keyword in SQL? It specifies that table should not be dropped if any dependencies (i.e. triggers, stored procedure, primary key,…