Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Content with tag
advanced querying
<< Previous 20
Items 21 to 40 of 221
Next 20 >>
Why Read-only Table Parameters is Not Enough
In this article I discuss a new feature in SQL 2008, table-valued parameters and particularly the restriction that they have to be read-only. I argue that this makes this feature considerably less useful that it could be, and that in order to build scalable applications be able to pass read-write table parameters between stored procedures is essential.
Read more...
By
Additional Articles
2008/04/02
|
Source:
Erland Sommarskog's SQL Page
|
Category:
advanced querying
Rating:
Rate this
|
Briefcase
|
1,868 reads
Four Rules for NULLs
In SQL Server 2000 or any relational database, the concept of NULL can be both confusing and hazardess to your employment. Not understanding how to work with NULLs can lead to incorrect responses to queries and poor business decisions being made. New author Michael Coles brings us four rules that can help you work with NULL values in your tables.
Read more...
By
Michael Coles
2008/03/28 (first published: 2005/06/27)
|
Source:
SQLServerCentral.com
|
Category:
advanced querying
Rating:
|
Discuss
|
Briefcase
|
88,115 reads
The Truth Table
Truth tables are an important part of working with logical values in SQL Server. Yousef Ekhtiari brings us some T-SQL that can help you construct those many variable truth tables and ensure you are getting the results you expect.
Read more...
By
Yousef Ekhtiari
2007/04/19
|
Source:
SQLServerCentral.com
|
Category:
advanced querying
Rating:
|
Discuss
|
Briefcase
|
10,559 reads
Keyword Searching in SQL Server
Have you ever wanted to ensure that keywords in your data are easily searchable? Have you struggled with full-text search? New author Michael Ahmadi brings us an interesting idea for a keyword tracking and searching subsystem based on T-SQL and triggers.
Read more...
By
Michael Ahmadi
2007/04/09
|
Source:
SQLServerCentral.com
|
Category:
miscellaneous
Rating:
|
Discuss
|
Briefcase
|
10,290 reads
Storing IPs in SQL Server
An IP address is something we all recognize and is a piece of data that is quite prevalent in many systems. However it is a piece of data tha presents some challenges in its storage and retrieval. SQL Server guru David Poole presents us with a look at how you can work with this strange formatting.
Read more...
By
David Poole
2007/04/02
|
Source:
SQLServerCentral.com
|
Category:
advanced querying
Rating:
|
Discuss
|
Briefcase
|
13,908 reads
The ARRAY In SQL Server 2000
SQL Server 2000 and Transact-SQL have many features, but one of the most often asked for features has been the implementation of some sort of array data type. This basic programming concept is notably absent from the development platform and results in many headaches and frustrations for DBAs. New author Alex Grinberg brings us his techniques for simulating arrays in SQL Server 2000.
Read more...
By
Alex Grinberg
2008/02/15 (first published: 2005/05/16)
|
Source:
SQLServerCentral.com
|
Category:
advanced querying
Rating:
|
Discuss
|
Briefcase
|
141,372 reads
Generating Missing Dates and Numbers
Finding missing data in a sequence of numbers or dates is a common request of DBAs. Regular author Jacob Sebastian brings us a new article that shows just how you can do this.
Read more...
By
Jacob Sebastian
2008/02/06
|
Category:
datetime manipulation
Rating:
|
Discuss
|
Briefcase
|
8,026 reads
Tame Those Strings - Finding Carriage Returns
Expanding on his series of string manipulation in T-SQL, Steve Jones takes a look at how you go about removing those unseen characters from your strings.
Read more...
By
Steve Jones
2007/02/13
|
Source:
SQLServerCentral.com
|
Category:
advanced querying
Rating:
|
Discuss
|
Briefcase
|
12,371 reads
Solving the "Running Total" & "Ordinal Rank" Problems in SS 2k/2k5
Learn how to solve a couple of common T-SQL issues with MVP Jeff Moden.
Read more...
By
Jeff Moden
2008/01/31
|
Source:
SQLServerCentral.com
|
Category:
advanced querying
Rating:
|
Discuss
|
Briefcase
|
14,828 reads
NULL Versus NULL?
Dealing with NULL data is something that often confuses new SQL Server developers, but even experienced DBAs might not understand all the intricacies of NULL operations. In a follow up to his highly acclaimed Four Rules of Null article, Michael Coles brings us a few new tricks with NULLs.
Read more...
By
Michael Coles
2007/10/05 (first published: 2007/02/26)
|
Source:
SQLServerCentral.com
|
Category:
advanced querying
Rating:
|
Discuss
|
Briefcase
|
37,371 reads
When To Use Cursors
Most SQL Server DBAs have been taught that cursors are bad and should not be used. However there are some cases and places where they might be useful. SQL Server guru Andy Warren brings us an example of where they may be handy.
Read more...
By
Andy Warren
2007/01/15
|
Source:
SQLServerCentral.com
|
Category:
advanced querying
Rating:
|
Discuss
|
Briefcase
|
16,622 reads
Performance Tuning: Concatenation Functions and Some Tuning Myths
Rumor has it that Concatenation functions have gotten the nasty reputation of being "performance hogs". Here's why that's not true.
Read more...
By
Jeff Moden
2008/01/01
|
Source:
SQLServerCentral.com
|
Category:
test data
Rating:
|
Discuss
|
Briefcase
|
14,670 reads
Creative Ways to Use the TOP Clause
Gregory Larsen discusses how to use the TOP clause to help solve requests where you want to restrict the number of records returned based on a record count.
Read more...
By
Additional Articles
2007/01/05
|
Source:
Database Journal
|
Category:
advanced querying
Rating:
Rate this
|
Briefcase
|
7,747 reads
Hidden RBAR: Triangular Joins
Just because it looks set based, doesn't mean it is. T-SQL Crackerjack Jeff Moden takes a look at a mistake that many query writers make.
Read more...
By
Jeff Moden
2009/01/16 (first published: 2007/12/06)
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
48,979 reads
Running totals in SQL Server queries
How often do you need to keep a total of all previous rows values when you run a query? This article shows you how you can achieve this.
Read more...
By
Additional Articles
2006/11/23
|
Source:
Builder.com
|
Category:
advanced querying
Rating:
Rate this
|
Briefcase
|
6,581 reads
NULL Versus NULL?
Dealing with NULL data is something that often confuses new SQL Server developers, but even experienced DBAs might not understand all the intricacies of NULL operations. In a follow up to his highly acclaimed Four Rules of Null article, Michael Coles brings us a few new tricks with NULLs.
Read more...
By
Michael Coles
2007/10/05 (first published: 2007/02/26)
|
Source:
SQLServerCentral.com
|
Category:
advanced querying
Rating:
|
Discuss
|
Briefcase
|
37,371 reads
The Puzzle of 'Rating Decomposition'
When reading rating information, how do you you knew how many points each separate voter gave if you only know the average rating and the number of votes? Well, you might be surprised to learn that you can figure it out using SQL
Read more...
By
Additional Articles
2007/10/01
|
Source:
SimpleTalk
|
Category:
advanced querying
Rating:
Rate this
|
Briefcase
|
1,389 reads
Conditional Statements in WHERE Clauses
T-SQL is a powerful language, enabling you to handle many different types of set based operations. But having flexible WHERE clauses isn't something that many DBAs deal with on a daily basis. New Author Sotiris Filippidis brings us an article on how you can structure a WHERE clause to handle all types of strange business logic without using dynamic SQL. Read on to learn more about his technique.
Read more...
By
Sotiris Filippidis
2007/09/28 (first published: 2004/07/26)
|
Source:
SQLServerCentral.com
|
Category:
advanced querying
Rating:
|
Discuss
|
Briefcase
|
34,190 reads
Avoid enclosing Indexed Columns in a Function in the WHERE clause
When a function is wrapped around an indexed column in the WHERE clause it will usually prevent the proper usage of that index. This article gives an example and discusses what other options are available.
Read more...
By
Additional Articles
2007/09/27
|
Source:
SQLTeam.com
|
Category:
advanced querying
Rating:
(not yet rated)
Rate this
|
Briefcase
|
4,426 reads
Working with Datetime
Datetime data in SQL Server can be a little confusing to work with, especially as many front end languages do not combine the date and time into a single datatype. As a result, T-SQL is sometimes used to manipulate and convert datetime data into more useable formats. Author Leo Peysakhovich has written about some tricks that he uses to reformat and work with datetime data.
Read more...
By
Leo Peysakhovich
2007/09/21 (first published: 2004/12/22)
|
Source:
SQLServerCentral.com
|
Category:
advanced querying
Rating:
|
Discuss
|
Briefcase
|
28,977 reads
<< Previous 20
Items 21 to 40 of 221
Next 20 >>
Tags
t-sql
(180)
sql server 7
(25)
administration
(15)
sql server 2005
(12)
miscellaneous
(11)
stored procedures
(9)
development
(8)
nums
(8)
performance tuning
(8)
sqlinsider scripts
(8)
table of numbers
(8)
tally
(8)
counter
(7)
programming
(7)
arrays
(5)
delimited strings
(5)
parse
(5)
security
(5)
strategies
(5)
string manipulation
(5)
monitoring
(4)
sql puzzles
(3)
system development life cycle
(3)
2-dimensional arrays
(2)
table
(2)
user defined function (udf)
(2)
visual basic 6
(2)
ado
(1)
advanced
(1)
analysis services (ssas)
(1)
backup / restore
(1)
basics
(1)
common table expression (cte)
(1)
configuring
(1)
data warehousing
(1)
database design
(1)
datetime manipulation
(1)
dba
(1)
dts
(1)
extract, transform, load (etl)
(1)
games
(1)
maintenance and management
(1)
openxml
(1)
prime
(1)
prime number
(1)
puzzle
(1)
scripts
(1)
sieve
(1)
sql server 2008
(1)
sql server 6.5
(1)
table valued parameters
(1)
test data
(1)
triangular joins
(1)
triggers
(1)
xml
(1)
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.