﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Content tagged T-SQL, Basic Querying</title><link>http://www.sqlservercentral.com/</link><description>Content tagged T-SQL, Basic Querying posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Is a Temporary Table Really Necessary?</title><description>In this article Randy Dyness shows you how to avoid temp tables whenever to maximize the performance of your queries.


</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/temptabl/662/</guid><pubDate>2006/06/02</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/temptabl/662/</link></item><item><title>A Refresher on Joins</title><description>Knowing the various types of joins can greatly expand your T-SQL skills. Jambu Krishnamurthy brings us a refresher article on the various types of joins and how to write them.
</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/2937/</guid><pubDate>2008/03/26</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/2937/</link></item><item><title>Understanding the difference between IS NULL and = NULL</title><description>This article by James Travis details the differences between IS NULL and = NULL. He also discusses the ANSI_NULLS setting.


</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/understandingthedifferencebetweenisnull/871/</guid><pubDate>2008/02/22</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/understandingthedifferencebetweenisnull/871/</link></item><item><title>Introduction to Bitmasking in SQL Server 2005</title><description>The use of bitmasking is usually limited to decoding values in the system views, but it can be useful in other places when you want to save space. New author Lee Everest brings us an introduction to bitmasking and its use in SQL Server 2005.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/2748/</guid><pubDate>2007/12/05</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/2748/</link></item><item><title>How to Insert Values into an Identity Column in SQL Server</title><description>Identity columns are commonly used as primary keys in database tables.  These columns automatically assign a value for each new row inserted.  But what if you want to insert your own value into the column?  It&amp;#39;s actually very easy to do.</description><guid>http://www.sqlservercentral.com/redirect/articles/3156/</guid><pubDate>2007/08/21</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3156/</link></item><item><title>10 tips for sorting, grouping, and summarizing SQL data</title><description>Arranging SQL data that you can effectively analyse requires an understanding of how to use certain SQL clauses and operators. These tips will help you figure out how to build statements that will give you the results you want.</description><guid>http://www.sqlservercentral.com/redirect/articles/3112/</guid><pubDate>2007/07/27</pubDate><link>http://www.sqlservercentral.com/redirect/articles/3112/</link></item><item><title>Nesting Stored Procedures</title><description>We&amp;#39;re pleased to announce that Robert will be writing for us each month - generally on stored procedures, but occasionally on a different topic. This article discusses how nesting stored procedures works and how to use @@NextLevel. Good reading! If there is a stored procedure topic you&amp;#39;d like to see covered, add a comment to the article or email us at articles@sqlservercentral.com


</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/nestingstoredprocedures/998/</guid><pubDate>2007/05/18</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/nestingstoredprocedures/998/</link></item><item><title>A Refresher on Joins</title><description>Knowing the various types of joins can greatly expand your T-SQL skills. Jambu Krishnamurthy brings us a refresher article on the various types of joins and how to write them.
</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/2937/</guid><pubDate>2008/03/26</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/2937/</link></item><item><title>Introduction to Bitmasking in SQL Server 2005</title><description>The use of bitmasking is usually limited to decoding values in the system views, but it can be useful in other places when you want to save space. New author Lee Everest brings us an introduction to bitmasking and its use in SQL Server 2005.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/2748/</guid><pubDate>2007/12/05</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/2748/</link></item><item><title>Writing Simple Select Statements - Part 3</title><description>In this video, Kathi continues her T-SQL series and exands how to use the WHERE clause. 
</description><guid>http://www.sqlservercentral.com/redirect/articles/2675/</guid><pubDate>2006/10/26</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2675/</link></item><item><title>Writing Simple Select Statements - Part 2 </title><description>In this second part video from Kathi, she covers how to write T-SQL in much more indepth. She covers how to handle NULLs and many more items in this video. </description><guid>http://www.sqlservercentral.com/redirect/articles/2642/</guid><pubDate>2006/10/12</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2642/</link></item><item><title>Writing Simple Select Statements</title><description>In this video, you&amp;#39;ll learn how to write basic select statements. This beginner video takes you from the ground up writing T-SQL. 
</description><guid>http://www.sqlservercentral.com/redirect/articles/2636/</guid><pubDate>2006/10/04</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2636/</link></item><item><title>Temp Tables in SQL Server</title><description>This is an entry level look at how temp tables work in SQL along with some tips about how to use them effectively.


</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/temptablesinsqlserver/1279/</guid><pubDate>2006/07/14</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/temptablesinsqlserver/1279/</link></item><item><title>Is a Temporary Table Really Necessary?</title><description>In this article Randy Dyness shows you how to avoid temp tables whenever to maximize the performance of your queries.


</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/temptabl/662/</guid><pubDate>2006/06/02</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/temptabl/662/</link></item><item><title>Beginning SQL Server - Limit Your Queries</title><description>Part 2 of Steve Jones&amp;#39; series on beginning SQL Server from the perspective of a system administrator or someone not used to working with SQL Server. If you&amp;#39;ve been designated the new administrator, take a look at this series for some help in coming up to speed on this product.



</description><guid>http://www.sqlservercentral.com/articles/Administering/beginningsqlserverlimityourqueries/1458/</guid><pubDate>2006/04/14</pubDate><link>http://www.sqlservercentral.com/articles/Administering/beginningsqlserverlimityourqueries/1458/</link></item><item><title>Views in SQL Server</title><description>A view is a virtual table that consists of columns from one or more tables. Though it is similar to a table, it is stored in the database. It is a query stored as an object. Hence, a view is an object that derives its data from one or more tables. These tables are referred to as base or underlying tables.
</description><guid>http://www.sqlservercentral.com/redirect/articles/2169/</guid><pubDate>2005/11/24</pubDate><link>http://www.sqlservercentral.com/redirect/articles/2169/</link></item><item><title>Dynamic SQL or Stored Procedure</title><description>We&amp;#39;ve had a lot of coverage of dynamic sql (including another great one from Robert Marda later this week) but this one is a little different. Done in a question/answer format, Andy tries to explain to junior developers why dynamic sql is to be avoided, how to do so, what to do when you can&amp;#39;t.


</description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/dynamicsqlorstoredprocedure/969/</guid><pubDate>2005/08/26</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/dynamicsqlorstoredprocedure/969/</link></item><item><title>Understanding the difference between IS NULL and = NULL</title><description>This article by James Travis details the differences between IS NULL and = NULL. He also discusses the ANSI_NULLS setting.


</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/understandingthedifferencebetweenisnull/871/</guid><pubDate>2008/02/22</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/understandingthedifferencebetweenisnull/871/</link></item><item><title>You Want To Do What, with MY Database?</title><description>SQL Server 2000 is an extremely powerful and flexible development platform, but if the users mess up the data, there&amp;#39;s nothing you can do. Protecting the integrity sometimes means severely limiting access to users. Roy Carlson brings us a technique using sp_makewebtask that you can easily use to provide users with some data without giving them query access.
</description><guid>http://www.sqlservercentral.com/articles/Miscellaneous/youwanttodowhatwithmydatabase/1882/</guid><pubDate>2005/05/17</pubDate><link>http://www.sqlservercentral.com/articles/Miscellaneous/youwanttodowhatwithmydatabase/1882/</link></item><item><title>Using Exotic Joins in SQL Part 1</title><description>When most developers think of joins, they think of a.SomethingID = b.SomethingID. This type of join, the equijoin, is vitally important to SQL programming; however, it only scratches the surface of the power of the SQL join. This is the first in a series of articles that will look at several different types of exotic joins in SQL. This article will focus on using the BETWEEN operator in joins when dealing with range-based data.

</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/usingexoticjoinsinsql/899/</guid><pubDate>2005/04/29</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/usingexoticjoinsinsql/899/</link></item><item><title>Data Dictionary from within SQL Server 2000</title><description>Mindy explores the metadata stored in SQL 2000 to show you how to produce a simple and useful data dictionary!

</description><guid>http://www.sqlservercentral.com/articles/Installation/datadictionaryfromwithinsqlserver2000/607/</guid><pubDate>2005/02/04</pubDate><link>http://www.sqlservercentral.com/articles/Installation/datadictionaryfromwithinsqlserver2000/607/</link></item><item><title>Getting the Most Out of SQL Server 2000's Query Analyzer, Part III</title><description>In this article, Brian Kelley continues his series on Query Analyzer for SQL Server 2000. Query Analyzer offers a highly configurable integrated development environment (IDE). Some of the areas Brian looks at are how to modify the fonts and colors, set connection settings, choose scripting options, and customizing file and result set options. Learn how to make the most of the IDE and make it work for you.

</description><guid>http://www.sqlservercentral.com/articles/Administering/qa2k_3/740/</guid><pubDate>2005/01/07</pubDate><link>http://www.sqlservercentral.com/articles/Administering/qa2k_3/740/</link></item><item><title>Getting the Most Out of SQL Server 2000's Query Analyzer, Part II</title><description>Brian Kelley continues his series on getting the most out of SQL Server 2000's Query Analyzer. In this article he looks at the Object Browser and the Transact-SQL Debugger, new features in the 2000 Edition which can reduce development and troubleshooting time for DBAs and database developers.



</description><guid>http://www.sqlservercentral.com/articles/Administering/qa2k_2/622/</guid><pubDate>2004/12/31</pubDate><link>http://www.sqlservercentral.com/articles/Administering/qa2k_2/622/</link></item><item><title>Getting the Most out of SQL Server 2000's Query Analyzer, Part I</title><description>So you open up the tool a hundred times a day. In this article by Brian Kelley, he shows you how to get the most out of some of the known and unknown features.


</description><guid>http://www.sqlservercentral.com/articles/Administering/qa2k_1/614/</guid><pubDate>2004/12/23</pubDate><link>http://www.sqlservercentral.com/articles/Administering/qa2k_1/614/</link></item><item><title>Manipulating And Using DateTime Data</title><description>Working with date and time data in SQL Server can be a bit cumersome using just T-SQL. With the separate datatypes being pulled from SQL Server 2005 for the time being, however, it is something that a DBA needs to get used to. Robert Marda brings us an instructional look at the different datetime data types and some things you should be aware of when developing with them.
</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/manipulatingandusingdatetimedata/1544/</guid><pubDate>2004/10/27</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/manipulatingandusingdatetimedata/1544/</link></item><item><title>Cursors with SQL 2000 Part 1</title><description>This series of articles will examine the purposes, uses, and optimization of cursors in SQL 2000.</description><guid>http://www.sqlservercentral.com/redirect/articles/1541/</guid><pubDate>2004/10/14</pubDate><link>http://www.sqlservercentral.com/redirect/articles/1541/</link></item><item><title>Beginning SQL Server - Limit Your Queries</title><description>Part 2 of Steve Jones&amp;#39; series on beginning SQL Server from the perspective of a system administrator or someone not used to working with SQL Server. If you&amp;#39;ve been designated the new administrator, take a look at this series for some help in coming up to speed on this product.



</description><guid>http://www.sqlservercentral.com/articles/Administering/beginningsqlserverlimityourqueries/1458/</guid><pubDate>2006/04/14</pubDate><link>http://www.sqlservercentral.com/articles/Administering/beginningsqlserverlimityourqueries/1458/</link></item><item><title>When To Use the Order By Clause</title><description>The ORDER BY clause is one of the basic keywords that defines the SQL Language. And it can help prevent strange results from being returned to the average user. Read on to see how and why this addition to your queries can help ensure more &amp;#34;ordered&amp;#34; results :)
</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/whentousetheorderbyclause/1357/</guid><pubDate>2004/05/19</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/whentousetheorderbyclause/1357/</link></item><item><title>Building Joins the Easy Way</title><description>Have you ever built a join graphically using Access or Visual Studio? Did you know that you can do this with the native SQL Server tools? And it&amp;#39;s easy! Follow along as Dale Corey shows you how.
</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/buildingjoinstheeasyway/1341/</guid><pubDate>2004/04/26</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/buildingjoinstheeasyway/1341/</link></item><item><title>Tame Those Strings - Part 8</title><description>Continuing Steve Jones&amp;#39; series on string manipulation in T-SQL, this article examines how quotations are handled in T-SQL.

</description><guid>http://www.sqlservercentral.com/articles/Basic+Querying/tamethosestringspart8/627/</guid><pubDate>2004/03/25</pubDate><link>http://www.sqlservercentral.com/articles/Basic+Querying/tamethosestringspart8/627/</link></item></channel></rss>