SP_WHO and SP_WHO2
SP_WHO and SP_WHO2 – Brief description about Microsoft system stored procedures SP_WHO and SP_WHO2. SP_WHO vs SP_WHO2 which one to use when.
Articles related to SQL Server, SQL Queries, Stored procedures, databases, etc..
SP_WHO and SP_WHO2 – Brief description about Microsoft system stored procedures SP_WHO and SP_WHO2. SP_WHO vs SP_WHO2 which one to use when.
What is DBMS? What is RDBMS? This article will give you a basic idea about SQL DBMS & RDBMS as wells as the difference between DBMS and RDBMS in tabular form.
Do you want to know about SQL Server and how to get it. Here is a brief article about SQL server. This article will provide you a basic understanding about SQL Server.
ASP.NET caching technology has various technique for specific caching requirements. SqlCacheDependency class is one among them.
Using isnull in where clause is expensive in SQL Server. How to avoid useing isnull? Simple way to use case instead of isnull in where clause.