Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Blogs
QotD
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Content with tag
Basic Querying
Refine your search with one of the following additional tags (with number of items):
T-SQL
(68)
Performance Tuning and Scaling
(5)
Triggers
(2)
Replication
(1)
SQL Server 7, 2000
(21)
Basics
(4)
ADO
(1)
Reviews
(1)
Miscellaneous
(14)
Installation
(4)
Analysis Services
(1)
Service Packs
(1)
Administering
(13)
Security
(4)
Best and Worst Practices
(1)
SQL Puzzles
(1)
Performance Tuning
(10)
Visual Basic 6
(4)
Data Warehousing
(1)
Strategies
(1)
Programming
(10)
User-Defined functions
(3)
Distributed Queries
(1)
UpdateGrams
(1)
Stored Procedures
(9)
Backup and Recovery
(2)
English Query
(1)
Worst Practices
(1)
Configuring
(8)
DTS
(2)
OpenXML
(1)
XML
(1)
Advanced Querying
(7)
Indexing
(2)
Product Reviews
(1)
XSL
(1)
Database Design
(5)
Monitoring
(2)
Items 1 to 20 of 68
Next 20 >>
Is a Temporary Table Really Necessary?
In this article Randy Dyness shows you how to avoid temp tables whenever to maximize the performance of your queries.
Read more...
By
Randy Dyess
2008/05/30 (first posted: 2002/04/09)
|
Source:
SQLServerCentral.com
|
Category:
Performance Tuning
Rating:
|
Discuss
|
Briefcase
|
38,506 reads
A Refresher on Joins
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.
Read more...
By
Jambu Krishnamurthy
2007/04/24
|
Source:
SQLServerCentral.com
|
Category:
Basic Querying
Rating:
|
Discuss
|
Briefcase
|
16,507 reads
Understanding the difference between IS NULL and = NULL
This article by James Travis details the differences between IS NULL and = NULL. He also discusses the ANSI_NULLS setting.
Read more...
By
James Travis
2008/02/22 (first posted: 2003/06/17)
|
Source:
SQLServerCentral.com
|
Category:
Basic Querying
Rating:
|
Discuss
|
Briefcase
|
116,669 reads
Introduction to Bitmasking in SQL Server 2005
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.
Read more...
By
Lee Everest
2006/12/13
|
Source:
SQLServerCentral.com
|
Category:
Miscellaneous
Rating:
|
Discuss
|
Briefcase
|
10,358 reads
How to Insert Values into an Identity Column in SQL Server
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's actually very easy to do.
Read more...
By
Additional Articles
2007/08/21
|
Source:
SQLTeam.com
|
Category:
Basic Querying
Rating:
Rate this
|
Briefcase
|
3,781 reads
10 tips for sorting, grouping, and summarizing SQL data
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.
Read more...
By
Additional Articles
2007/07/27
|
Source:
Builder.com
|
Category:
Basic Querying
Rating:
Rate this
|
Briefcase
|
4,875 reads
Nesting Stored Procedures
We'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'd like to see covered, add a comment to the article or email us at articles@sqlservercentral.com
Read more...
By
Robert Marda
2007/05/18 (first posted: 2003/05/23)
|
Source:
SQLServerCentral.com
|
Category:
Basic Querying
Rating:
|
Discuss
|
Briefcase
|
30,033 reads
A Refresher on Joins
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.
Read more...
By
Jambu Krishnamurthy
2007/04/24
|
Source:
SQLServerCentral.com
|
Category:
Basic Querying
Rating:
|
Discuss
|
Briefcase
|
16,507 reads
Introduction to Bitmasking in SQL Server 2005
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.
Read more...
By
Lee Everest
2006/12/13
|
Source:
SQLServerCentral.com
|
Category:
Miscellaneous
Rating:
|
Discuss
|
Briefcase
|
10,358 reads
Writing Simple Select Statements - Part 3
In this video, Kathi continues her T-SQL series and exands how to use the WHERE clause.
Read more...
By
Kathi Kellenberger
2006/10/26
|
Source:
JumpStartTV
|
Category:
Basic Querying
Rating:
Rate this
|
Briefcase
|
2,954 reads
Writing Simple Select Statements - Part 2
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.
Read more...
By
Kathi Kellenberger
2006/10/12
|
Source:
JumpStartTV
|
Category:
Basic Querying
Rating:
Rate this
|
Briefcase
|
2,430 reads
Writing Simple Select Statements
In this video, you'll learn how to write basic select statements. This beginner video takes you from the ground up writing T-SQL.
Read more...
By
Kathi Kellenberger
2006/10/04
|
Source:
JumpStartTV
|
Category:
Basic Querying
Rating:
Rate this
|
Briefcase
|
2,964 reads
Temp Tables in SQL Server
This is an entry level look at how temp tables work in SQL along with some tips about how to use them effectively.
Read more...
By
Dinesh Asanka
2006/07/14 (first posted: 2004/02/11)
|
Source:
SQLServerCentral.com
|
Category:
Basic Querying
Rating:
|
Discuss
|
Briefcase
|
64,216 reads
Is a Temporary Table Really Necessary?
In this article Randy Dyness shows you how to avoid temp tables whenever to maximize the performance of your queries.
Read more...
By
Randy Dyess
2008/05/30 (first posted: 2002/04/09)
|
Source:
SQLServerCentral.com
|
Category:
Performance Tuning
Rating:
|
Discuss
|
Briefcase
|
38,506 reads
Beginning SQL Server - Limit Your Queries
Part 2 of Steve Jones' series on beginning SQL Server from the perspective of a system administrator or someone not used to working with SQL Server. If you've been designated the new administrator, take a look at this series for some help in coming up to speed on this product.
Read more...
By
Steve Jones
2006/04/14 (first posted: 2004/08/19)
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
34,485 reads
Views in SQL Server
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.
Read more...
By
Additional Articles
2005/11/24
|
Source:
SQL Server Performance
|
Category:
Basic Querying
Rating:
Rate this
|
Briefcase
|
3,862 reads
Dynamic SQL or Stored Procedure
We'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't.
Read more...
By
Andy Warren
2005/08/26 (first posted: 2003/04/23)
|
Source:
SQLServerCentral.com
|
Category:
Performance Tuning
Rating:
|
Discuss
|
Briefcase
|
40,993 reads
Understanding the difference between IS NULL and = NULL
This article by James Travis details the differences between IS NULL and = NULL. He also discusses the ANSI_NULLS setting.
Read more...
By
James Travis
2008/02/22 (first posted: 2003/06/17)
|
Source:
SQLServerCentral.com
|
Category:
Basic Querying
Rating:
|
Discuss
|
Briefcase
|
116,669 reads
You Want To Do What, with MY Database?
SQL Server 2000 is an extremely powerful and flexible development platform, but if the users mess up the data, there'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.
Read more...
By
Roy Carlson
2005/05/17
|
Source:
SQLServerCentral.com
|
Category:
Miscellaneous
Rating:
|
Discuss
|
Briefcase
|
14,312 reads
Using Exotic Joins in SQL Part 1
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.
Read more...
By
Chris Cubley
2005/04/29 (first posted: 2003/01/22)
|
Source:
SQLServerCentral.com
|
Category:
Basic Querying
Rating:
|
Discuss
|
Briefcase
|
35,396 reads
Items 1 to 20 of 68
Next 20 >>
Most popular
A Refresher on Joins
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.
Read more...
By
Jambu Krishnamurthy
2007/04/24
|
Source:
SQLServerCentral.com
|
Category:
Basic Querying
Rating:
|
Discuss
|
Briefcase
|
16,507 reads
Introduction to Bitmasking in SQL Server 2005
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.
Read more...
By
Lee Everest
2006/12/13
|
Source:
SQLServerCentral.com
|
Category:
Miscellaneous
Rating:
|
Discuss
|
Briefcase
|
10,358 reads
How to Insert Values into an Identity Column in SQL Server
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's actually very easy to do.
Read more...
By
Additional Articles
2007/08/21
|
Source:
SQLTeam.com
|
Category:
Basic Querying
Rating:
Rate this
|
Briefcase
|
3,781 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use