SET vs SELECT in SQL Server
SET vs SELECT is a common topic of discussion among SQL geeks and one of the most asked interview question. SET is used to assign a value to a variable and …
SET vs SELECT in SQL Server Read MoreSQL Server Education (by the geeks, for the geeks)
SET vs SELECT is a common topic of discussion among SQL geeks and one of the most asked interview question. SET is used to assign a value to a variable and …
SET vs SELECT in SQL Server Read MoreA cursor is a way to iterate each row one by one in a SQL Server table. Although, T-SQL is a set based language however, many a times need arises to …
Simple cursor in SQL Server Read More