SQLAuthority.com

Best Articles
Best Articles Of SQLAuthority
Favorite Articles
Pinal Dave's Preference
Readers' Selections
Readers' Finest Choice
SQL Script Bank
Useful SQL Server Scripts
Search SQLAuthority
Hunt using SQLAuthority
Job SQLAuthority.com
Let your dream come true
All - Articles
All Articles at one instance
MVP Profile
Exceptional Technical Community Leader
IP Address
Find your IP Address
Sitemap
List of Links from the site

Tip of the Minute

Place all DECLARE statements before any other code in the procedure.
--Pinal Dave

pinaldave.com

Pinal Dave is a common man who enjoys listening music, reading books, travelling places, watching movies and writing blogs. Pinal has over 5 years industrial experience gained through his work within the IT industry and SQL Server Community.

He is a highly respected and leading figure in Indian IT field. He is recognized through his work as founder of the highly useful SQL Server Site SQLAuthority.com. Microsoft has presented him SQL - MVP award for his extraordinary contribution as a SQL Server Expert.

Latest Articles From SQLAuthority.com

FeedFEED

SQL SERVER - 2008 - Introduction to Merge Statement - One Statement for INSERT, UPDATE, DELETE
MERGE is a new feature that provides an efficient way to perform multiple DML operations. In previous versions of SQL Server, we had to write separate statements to INSERT, UPDATE, or DELETE data based ...
SQLAuthority News - Download SQL Server 2008 Report Builder 2.0 RC1
Microsoft SQL Server 2008 Reporting Services Report Builder 2.0 supports the full capabilities of SQL Server 2008 Reporting Services including flexible report layout, data visualizations and richly formatted ...
SQLAuthority News - SQL Server Express 2008 Downloads
Microsoft SQL Server 2008 Express with Tools Microsoft SQL Server 2008 Express with Tools (SQL Server 2008 Express) is a free, easy-to-use version of SQL Server Express that includes graphical management ...
SQL SERVER - How to Rename a Column Name or Table Name
I often get request from blog reader for T-SQL script to rename database table column name or rename table itself. The script for renaming any column : SP_RENAME 'TableName.[OldColumnName]' , '[NewColumnName]',  ...
SQLAuthority News - Ahmedabad SQL Server User Group Meeting - August 2008
I will be attending Ahmedabad SQL Server Usergroup Meeting on August 30, 2008. I will be taking session about ?SQL Server CTE and Recursive CTE?. The most important part of August Meeting is there will ...