SQLAuthority News – SQL Server 2008 Release Candidate 0
SQL SERVER – Order of Conditions in WHERE Clause
Sr. Developer in my organization asked me the following question about WHERE clause.Â
Question: Does the order of conditions matter in WHERE clause?
SQL SERVER – PIVOT and UNPIVOT Table Examples
SQLAuthority News – Subscribe to the Newsletter for 3 Important Scripts
Lots of people ask me how to stay in touch with SQLAuthority.com. Well, the answer is very simple, you can subscribe to the newsletter of SQLAuthority.com by going to URL here: https://go.sqlauthority.com.Â
SQL SERVER – Compound Assignment Operators – A Simple Example
SQL SERVER 2008 has introduced new concept of Compound Assignment Operators. Compound Assignment Operators are available in many other programming languages for quite some time. Compound Assignment Operators is operator where variables are operated upon and assigned on the same line.
SQL SERVER – Create a Comma Delimited List Using SELECT Clause From Table Column
I received following question in email : How to create a comma delimited list using SELECT clause from table column?




