Wiki Article Template

From SQLServerPedia

Jump to: navigation, search

Contents

My Section Header 1

Replace that "My Section Header 1" above with your section headers, and put your paragraphs of text in here.

My Section Header 2

Replace that "My Section Header 2" above with your section headers, and put your paragraphs of text in here.

Try to include at least 2 paragraphs per section header

How to Add Images

Use this wiki code to specify an image name and a caption. The image name should include the article name and a brief description, and use hyphens instead of spaces. After the pipe symbol (|), type a brief caption for the image.

Query Without SELECT DISTINCT

After you've saved the page, you'll be able to click on that link and upload the image.

How to Add T-SQL Code

Use this "pre class" snippet below to add lines of T-SQL code:

SELECT CustomerId, CustomerName
  FROM dbo.Customers
  WHERE State = "TX"

Related Reading

Include at least 3 links to other SQLServerPedia wiki articles or blog posts that talk more about the subject, like this:

Author Credits

Joe Webb

This wiki article was adapted from a blog post about SELECT DISTINCT by Joe Webb.

Joe Webb, a Microsoft SQL Server MVP, serves as Chief Operating Manager for WebbTech Solutions, a Nashville-based consulting company. He has over 13 years of industry experience and has earned the Microsoft Certified Database Administrator (MCDBA), Microsoft Certified Systems Engineer (MCSE), and the Microsoft Certified Trainer (MCT) accreditations. Joe served for six years on the Board of Directors for the Professional Association for SQL Server (PASS), culminating his tenure as Executive Vice President of Finance. He has authored two books: “The Rational Guide To: SQL Server Notification Services” and “The Rational Guide To: IT Consulting”. Joe can be reached at: joew@webbtechsolutions.com.

His online presence includes: