Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Blogs
QotD
Books
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Choose a tag below, or browse popular content:
Administration
Editorial - MP3
Programming
SQL Server 7, 2000
Career
Editorial - WMV
Security
Strategies
Editorial
Miscellaneous
SQL Server 2005
T-SQL
Editorial - iPod
Other
SQL Server 2008
Popular Articles
Free Tools for the SQL Server DBA Part 2
After a very popular first article on tools for the DBA, David Bird is back with a list of some utilities you might find very handy for working with SQL Server.
Read more...
By
David Bird
2008/12/04
|
Source:
SQLServerCentral.com
|
Category:
Tools
Rating:
|
Discuss
|
Briefcase
|
44,058 reads
ROW_NUMBER(): An Efficient Alternative to Subqueries
The ROW_NUMBER function has drastically changed the way we can write a number of queries in T-SQL. New author Francis Rodrigues brings us a few places where this function can improve the efficiency of your code.
Read more...
By
Francis Rodrigues
2009/05/12
|
Source:
SQLServerCentral.com
|
Category:
T-SQL
Rating:
|
Discuss
|
Briefcase
|
28,345 reads
9 Things to Do When You Inherit a Database
Some tips on what to do when you inherit a database that you've never worked on before
Read more...
By
Sylvia Moestl Vasilik
2009/06/22
|
Source:
SQLServerCentral.com
|
Category:
Best Practices
Rating:
|
Discuss
|
Briefcase
|
17,302 reads
Comparing Table Variables with Temporary Tables
This articles brings a comparison of temporary tables with table variables from SQL Server author, Wayne Sheffield. In includes an in-depth look at the differences between them.
Read more...
By
Wayne Sheffield
2009/06/10
|
Source:
SQLServerCentral.com
|
Category:
Temporary Tables
Rating:
|
Discuss
|
Briefcase
|
12,204 reads
Help, my database is corrupt. Now what?
Read more...
By
Gail Shaw
2009/02/16
|
Source:
SQLServerCentral.com
Rating:
|
Discuss
|
Briefcase
|
15,390 reads
Tips for New DBAs
New and old DBAs alike can benefit from going back to the roots of the profession. This series of articles highlight the skills needed to move to the next level of Database Administration.
Read more...
By
Craig Outcalt
2008/11/18
|
Source:
SQLServerCentral.com
|
Category:
career growth
Rating:
|
Discuss
|
Briefcase
|
27,696 reads
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns
An "old" subject is revisted where "newbies" can learn the methods and veteran users can get more performance out of the code.
Read more...
By
Jeff Moden
2008/08/19
|
Source:
SQLServerCentral.com
|
Category:
T-SQL
Rating:
|
Discuss
|
Briefcase
|
31,017 reads
Generating Insert Statements
This article from new author Oleg Netchaev describes the cursor-less script used to generate insert statements. This allows you to efficiently and easily add data generation statements to your project deployments.
Read more...
By
Oleg Netchaev
2009/07/01
|
Source:
SQLServerCentral.com
|
Category:
T-SQL
Rating:
|
Discuss
|
Briefcase
|
10,724 reads
A Google-like Full Text Search
Implementing searching in your database is always a challenge and MVP Michael Coles brings us a method of building a Google-like search for SQL Server.
Read more...
By
Michael Coles
2008/10/07
|
Source:
SQLServerCentral.com
|
Category:
Full-Text Search (2008)
Rating:
|
Discuss
|
Briefcase
|
27,459 reads
SSIS 101: Object Variables, ResultSets, and Foreach Loop Containers
SQL Server MVP and SSIS guru, Andy Leonard, discusses Integration Services and some of the tasks and containers that he uses quite often.
Read more...
By
Andy Leonard
2009/02/06 (first published: 2008/08/21)
|
Source:
SQLServerCentral.com
|
Category:
SSIS
Rating:
|
Discuss
|
Briefcase
|
29,056 reads
Creating a recycle bin for SQL Server 2005\2008
Using a DDL trigger, two schemas and a stored procedure recycle bin functionality can be create in SQL Server.
Read more...
By
Chris Kinley
2009/05/20
|
Source:
SQLServerCentral.com
|
Category:
DDL trigger
Rating:
|
Discuss
|
Briefcase
|
9,743 reads
Automating Excel from SQL Server
How to have SQL Server drive Excel spreadsheets
Read more...
By
Wayne Sheffield
2008/12/05
|
Source:
SQLServerCentral.com
|
Category:
Excel Automation
Rating:
|
Discuss
|
Briefcase
|
21,529 reads
SQL Server 2005 Paging – The Holy Grail
Handling the paging of results in T-SQL has been a challenge for a long time. Robert Cary presents an interesting technique in this article.
Read more...
By
Robert Cary
2009/03/11
|
Source:
SQLServerCentral.com
|
Category:
T-SQL
Rating:
|
Discuss
|
Briefcase
|
13,549 reads
Get Performance Tips Directly From SQL Server
This article describes a utility that allows you to inspect cached plans and extract information that can be useful in improving the performance of your SQL.
Read more...
By
Ian Stirk
2009/06/11
|
Source:
SQLServerCentral.com
|
Category:
Performance
Rating:
|
Discuss
|
Briefcase
|
10,598 reads
Blocking Users by IP
SQL Server MVP Brian Kelley brings us a great new article that solves a problem that might help your security. In this short piece, we learn how we can use logon triggers to block users based on their IP address.
Read more...
By
Brian Kelley
2009/03/09
|
Source:
SQLServerCentral.com
|
Category:
Security
Rating:
|
Discuss
|
Briefcase
|
11,543 reads
What SQL Statements Are Currently Executing?
This article describes a utility that allows you to identify what SQL statements are currently executing.
Read more...
By
Ian Stirk
2008/10/28
|
Source:
SQLServerCentral.com
|
Category:
DMV
Rating:
|
Discuss
|
Briefcase
|
23,499 reads
Five Free Hours of Training
We're sponsoring over 5 hours over 5 days of training on SSIS and Business Intelligence with Brian Knight, SQL Server MVP and founder of Pragmatic Works.
Read more...
By
Press Release
2008/07/14 (first published: 2008/07/01)
|
Source:
SQLServerCentral.com
|
Category:
Training
Rating:
|
Discuss
|
Briefcase
|
23,435 reads
Split string using XML
Learn how you can split a delimited string in a single query using XML with Divya Agrawal.
Read more...
By
Divya Agrawal
2009/06/25
|
Source:
SQLServerCentral.com
|
Category:
XML
Rating:
|
Discuss
|
Briefcase
|
7,578 reads
SQL Server 2008 T-SQL Enhancements Part - I
SQL Server 2008 has a number of enhancements over 2005 that make it a more capable platform. New author Arshad Ali brings us an overview and some code about a few T-SQL changes.
Read more...
By
Arshad Ali
2009/01/22
|
Source:
SQLServerCentral.com
|
Category:
SQL Server 2008
Rating:
|
Discuss
|
Briefcase
|
12,097 reads
Deploying Scripts with SQLCMD
Deploying changes to your SQL Servers can be a challenge. Longtime SQL Server expert David Poole brings us a new article looking at a solution using SQLCMD.
Read more...
By
David Poole
2009/03/24
|
Source:
SQLServerCentral.com
|
Category:
SQLCMD
Rating:
|
Discuss
|
Briefcase
|
8,870 reads
Copyright © 2002-2009 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use