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
Articles with tags
Advanced Querying
,
Basic Querying
Refine your search with one of the following additional tags (with number of items):
T-SQL
(7)
Stored Procedures
(2)
Data Warehousing
(1)
SQL Server 7, 2000
(1)
Miscellaneous
(2)
ADO
(1)
Performance Tuning and Scaling
(1)
Visual Basic 6
(1)
Programming
(2)
Analysis Services
(1)
Search for
any
content tagged
Advanced Querying & Basic Querying
Items 1 to 8 of 8
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,645 reads
New MDX Book Published
Fast Track to MDX gives readers all the necessary background information needed to write useful, powerful MDX expressions and introduces the most frequently used MDX functions and constructs. No prior knowledge is assumed and examples are used throughout the book to rapidly develop MDX skills to the point where a reader can solve real business problems. A CD containing examples from within the book, and a time-limited version of ProClarity, is included
Read more...
By
Additional Articles
2003/05/01
|
Source:
Other
|
Category:
Miscellaneous
Rating:
Rate this
|
Briefcase
|
1,482 reads
Gathering Random Data
Brian Knight recently had the basic need to retrieve a record from the database at random. What seemed to be an easy task quickly became a complex one. This case showed an interesting quirk with T-SQL that was resolved in an equally quirky way. This quick article shows you a method to retrieve random data or randomize the display of data.
Read more...
By
Brian Knight
2003/03/26
|
Source:
SQLServerCentral.com
|
Category:
Basic Querying
Rating:
|
Discuss
|
Briefcase
|
8,648 reads
Reusing Identities
Ever wanted to know how to reuse identity values after they're deleted? In this example by Dinesh, he shows you two methods to reuse the wholes in identity rows.
Read more...
By
Dinesh Priyankara
2003/02/18
|
Source:
SQLServerCentral.com
|
Category:
Basic Querying
Rating:
|
Discuss
|
Briefcase
|
7,338 reads
Using Exotic Joins in SQL - Part 2
In the previous article, you saw how the BETWEEN operator could be used in joins to solve problems dealing with range-based data. In this article, Chris Cubley will show you how to take joins even further by using multiple criteria in joins as well as using the greater than, less than, and not equals operators in joins.
Read more...
By
Chris Cubley
2003/02/05
|
Source:
SQLServerCentral.com
|
Category:
Basic Querying
Rating:
|
Discuss
|
Briefcase
|
12,199 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,645 reads
Default Values and Named Parameters for Stored Procs
Are you using default values for your parameters? Using named parameters when you call the proc or passing the values by ordinal? Should you be? Andy thinks 6 out of 10 of our readers will agree with his point of view, we'll be a little more conservative and guess that 5 of out 10 will be closer.
Read more...
By
Andy Warren
2003/01/08
|
Source:
SQLServerCentral.com
|
Category:
Miscellaneous
Rating:
|
Discuss
|
Briefcase
|
7,183 reads
Making Dynamic Queries Static
Building and executing dynamic sql in a stored procedure - is it the only way to solve problems like supporting a simple search function? Leon offers a couple alternatives that let you continue to provide the functionality in a stored procedure without using dynamic sql. Interesting ideas worth exploring!
Read more...
By
Leon Platt
2002/05/02
|
Source:
SQLServerCentral.com
|
Category:
Performance Tuning and Scaling
Rating:
|
Discuss
|
Briefcase
|
11,645 reads
Items 1 to 8 of 8
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use