SQLAuthority News – Presenting Two Technology Sessions at TechEd India 2013 – Today and Tomorrow
Every year I am looking forward to TechEd India as it presents a wonderful opportunity to meet community in first hand. Community is my passion and I love to get involved with it at every single opportunity it presents. This year once again I am presenting a technology session at TechEd India. I will be presenting two Technology Sessions on the following subject.
Here is something I promise – if you attend my session – when you walk out of my session you will immediate action items which you can use it for your production server and improve the performance of the database. Additionally, I will have some goodies with me for everyone. I will have a few of my books, free subscription access to Pluralsight’s library as well something totally interesting as a giveaway.
SQLAuthority News – Excellent Learning Experience at SQLskills Immersion Events
SQL SERVER – Weekly Series – Memory Lane – #020
SQLAuthority News – Presenting Two Session at TechEd India 2013 on March 18-19, 2013 at Bangalore
SQLAuthority News – Truly Amazing Experience at Pluralsight Author Summit February 2013
SQL SERVER – Shortcut to SELECT Single Row from Table – SQL in Sixty Seconds #046 – Video
SQL SERVER – Avoid Using Function in WHERE Clause – Scan to Seek
SQL SERVER – How to Add Column at Specific Location in Table
Recently I noticed a very interesting question on Stackoverflow. A user wanted to add a particular column between two of the rows. He had an experience with MySQL so he was attempting following syntax. Following syntax will throw an error. Let us explore more about how to add column at specific locations in the table.