Question 271 – What are the Cursor Alternatives? Set based logic SQL Server Integration Services (SSIS) or Data Transformation Services (DTS) WHILE loop COALSCE sp_MSforeachdb – Run The Same…
Question 261 – What are the Types of VIEW? Standard Views – Combining data from one or more tables through a standard view. Focus on specific data and simplifying…
Question 251 – What are the Advantages of User Defined Functions? UDF can be used in a Select, Where, or Case statement. UDF can be used in join T-SQL Statements…
Question 241 – What is Normalization in SQL Server? In relational database design, the process of organizing data to minimize redundancy is called normalization. It usually involves dividing a…
Question 231 – What is the use of <compilation> tag in ASP.Net Web.Config File? Compilation tag configure the settings of the compiler. debug and defaultLanguage are the common attributes…
Question 221 – What are the Event available in Global.asax? Events Description Application_Init Fired when an application initializes or is first called. It’s invoked for all HttpApplication object instances. Application_Start…
Question 211 – What are the Disadvantages of SQL Server modes? Processing is very slow in nature. Object serialization and de-serialization creates overhead for application. As the session data…
Question 201 – What are the Advantages of Session? It helps to maintain user states and data to all over the application. It can easily be implemented and we…
Question 181 – What is a State Management in ASP.Net? State management is the process by which you maintain state and page information over multiple requests for the same…