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
Articles with tag
T-SQL
Search for
any
content tagged
t-sql
Items 1 to 20 of 1064
Next 20 >>
Custom Sequence Numbering
This article shows how to implement low cost custom sequence numbering logic via a cunning use of the the ROW_NUMBER() function
Read more...
By
James Skipwith
2013/06/14 (first published: 2011/02/07)
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
16,742 reads
Paging Data with TSQL
Greg Larsen shares a number of different TSQL methods to provide paging functionality, for when your application requires that you display only one page of data at a time.
Read more...
By
Additional Articles
2013/06/05
|
Source:
Database Journal
|
Category:
t-sql
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,598 reads
Paging Data with T-SQL
Greg Larsen shares a number of different TSQL methods to provide paging functionality, for when your application requires that you display only one page of data at a time.
Read more...
By
Additional Articles
2013/05/22
|
Source:
Database Journal
|
Category:
paging data
Rating:
Rate this
|
Briefcase
|
4,430 reads
Rendering PDFs Natively in SQL
How to render PDF documents using SQL CLR. Also a good introduction on creating SQL CLR functions.
Read more...
By
David Rueter
2013/05/08
|
Source:
SQLServerCentral.com
|
Category:
pdf
Rating:
|
Discuss
|
Briefcase
|
14,340 reads
Solving Complex T-SQL Problems, Step-By-Step
What should you do if your first, most intuitive solution to a problem ends up scanning the data more than is necessary, resulting in poor performance? Have you missed a new SQL Server feature that can remove inefficiency from your technique? Alternatively, do you need a little help, and some lateral thinking, to open the path to a different approach? Sometimes, the answer is "both".
Read more...
By
Additional Articles
2013/04/25
|
Source:
SimpleTalk
|
Category:
t-sql
Rating:
(not yet rated)
Rate this
|
Briefcase
|
6,049 reads
Using FULL JOINs to Compare Datasets
This article describes a technique of using FULL JOINs to compare two datasets within a numerical tolerance.
Read more...
By
Mark Murphy
2013/04/23 (first published: 2010/09/27)
|
Source:
SQLServerCentral.com
|
Category:
full join
Rating:
|
Discuss
|
Briefcase
|
27,375 reads
Using Regular Expressions to Convert PL/SQL code to T-SQL
When converting Oracle PL/SQL to T-SQL, there are a number of ways to do this, but this article shows us how this can be done with regular expressions in Management Studio.
Read more...
By
P. Praveena
2013/04/19 (first published: 2011/10/11)
|
Source:
SQLServerCentral.com
|
Category:
regular expressions
Rating:
|
Discuss
|
Briefcase
|
9,301 reads
Comparison of Queries Written in T-SQL and SQL Server MDX
Beginning to learn and comprehend SQL Server Analysis Services (SSAS) MDX queries can be difficult after one has spent years writing queries in T-SQL. When trying to write SQL Server MDX queries, it's worth considering "How would I write this query in T-SQL?"
Read more...
By
Additional Articles
2013/04/19
|
Source:
MSSQLTips.com
|
Category:
t-sql
Rating:
Rate this
|
Briefcase
|
3,571 reads
The Elusive Conditional WHERE Clause
What's this, a conditional WHERE clause that doesn't use dynamic SQL?
Read more...
By
John Hick
2013/04/18
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
18,796 reads
The Cascading (CROSS) APPLY
An old trick nowadays but one which is still underused here on SSC is the cascading CROSS APPLY – where output from one CROSS APPLY is used as input for another.
Read more...
By
Chris Morris
2013/04/16
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
12,651 reads
T-SQL Coding Style
When you write T-SQL code what kind of coding style do you use? Do you have a consistent way to comment and format your code? Does your organization provide standards for how you must code your T-SQL? Join Greg Larsen as he discusses some of the coding styles you should consider when writing your T-SQL scripts and stored procedures.
Read more...
By
Additional Articles
2013/04/16
|
Source:
Database Journal
|
Category:
t-sql
Rating:
Rate this
|
Briefcase
|
5,638 reads
New and Basic Result-set Paging functionality in SQL 2012 Version.
Overview of 2 very important clauses added to SELECT statement in SQL2012 to allow paging on result sets.
Read more...
By
Eli Leiba
2013/04/10
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
534 reads
A Simple Formula to Calculate the ISO Week Number
He admits it wasn't his idea but his head sure wishes it was. SQL Server MVP Jeff Moden explains a wonderful, super simple, very high performance formula that will calculate ISO Week Numbers. If you're "stuck" with SQL Server 2005 or less, you're going to like this a whole lot!
Read more...
By
Jeff Moden
2013/04/08
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
7,315 reads
A Hazard of Using the SQL Merge Statement
The SQL MERGE statement can make your DML querying more efficient but you need to take care or you may get burned
Read more...
By
Dwain Camps
2013/04/03
|
Source:
SQLServerCentral.com
|
Category:
merge
Rating:
|
Discuss
|
Briefcase
|
11,294 reads
Low Profile Architecture
The goal of this article to show how to get unique transactions per client per month from the data set containing multiple transactions per client per month.
Read more...
By
Igor Zaychik
2013/04/02
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
2,986 reads
TSQL Pivot Rotations using only REPLACE
Pivoting SQL Server tables is always awkward, even with the PIVOT and UNPIVOT operators. If you want to get the job done without GROUP BY or PIVOT, here is a way to do it using only REPLACE.
Read more...
By
Additional Articles
2013/04/01
|
Source:
SimpleTalk
|
Category:
t-sql
Rating:
(not yet rated)
Rate this
|
Briefcase
|
5,295 reads
Re-throw Errors with Logging
This article brings you a technique and framework to use in your stored procedures that can allow you to re-throw and log errors.
Read more...
By
Harsha Majety
2013/03/28
|
Source:
SQLServerCentral.com
|
Category:
error handling
Rating:
|
Discuss
|
Briefcase
|
5,061 reads
HASHBYTES: Is CHECKSUM really required?
When compared with HASHBYTES, CHECKSUM, has a number of drawbacks. Hence, a question that comes up is: Is Checksum really required? In this article, I attempt to answer that question.
Read more...
By
Nakul Vachhrajani
2013/03/27
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
6,423 reads
Search for a Value Throughout Your Database
Learn how to search for a value throughout all database tables.
Read more...
By
Gaurav Goel
2013/03/14
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
6,393 reads
Deleting large number of rows from a table in a VLDB
For enterprise systems, purging data is a reality. Today, we will see some strategies that I recently implemented to make this process work efficiently.
Read more...
By
Nakul Vachhrajani
2013/03/08 (first published: 2011/03/24)
|
Source:
SQLServerCentral.com
|
Category:
t-sql
Rating:
|
Discuss
|
Briefcase
|
22,475 reads
Items 1 to 20 of 1064
Next 20 >>
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.