Dinesh's Blog :::: Being Compiled ::::
Showing posts with label
SELECT
.
Show all posts
Showing posts with label
SELECT
.
Show all posts
Saturday, December 17, 2016
Locking selected records until the transaction is completed
›
SQL Server handles locks efficiently and it places relevant locks based on the way we access records. If you perform an action such as INS...
Tuesday, August 2, 2016
SQL Server Variable Assignment - SET or SELECT?
›
Declaration variables and assigning values in different ways is something we see as a very common code in modules like stored procedures a...
Tuesday, January 14, 2014
Why column aliases are not recognized by all clauses?
›
Column aliases are commonly used for relabeling columns for increasing the readability of SQL statements. However aliases cannot be referred...
›
Home
View web version