SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tags T-SQL, Basic Querying, SQL Server 7, 2000 Rss

Refine your search with one of the following additional tags (with number of items):

Administering (13)     Security (3)     Visual Basic 6 (2)     Replication (1)    
Configuring (8)     Backup and Recovery (2)     Advanced Querying (1)     Reviews (1)    
Miscellaneous (7)     Database Design (2)     Basics (1)     Service Packs (1)    
Performance Tuning and Scaling (5)     DTS (2)     Best and Worst Practices (1)     UpdateGrams (1)    
Stored Procedures (5)     Indexing (2)     Distributed Queries (1)     Worst Practices (1)    
Installation (4)     Monitoring (2)     English Query (1)     XML (1)    
Performance Tuning (3)     Triggers (2)     OpenXML (1)     XSL (1)    
Programming (3)     User-Defined functions (2)     Product Reviews (1)    
   Items 1 to 20 of 21    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,567 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,567 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,499 reads

Data Dictionary from within SQL Server 2000

Mindy explores the metadata stored in SQL 2000 to show you how to produce a simple and useful data dictionary!   Read more...
By Mindy Curnutt 2005/02/04 (first posted: 2002/02/11) | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 32,290 reads

Getting the Most Out of SQL Server 2000's Query Analyzer, Part III

In this article, Brian Kelley continues his series on Query Analyzer for SQL Server 2000. Query Analyzer offers a highly configurable integrated development environment (IDE). Some of the areas Brian looks at are how to modify the fonts and colors, set connection settings, choose scripting options, and customizing file and result set options. Learn how to make the most of the IDE and make it work for you.   Read more...
By Brian Kelley 2005/01/07 (first posted: 2002/08/01) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 37,366 reads

Getting the Most Out of SQL Server 2000's Query Analyzer, Part II

Brian Kelley continues his series on getting the most out of SQL Server 2000's Query Analyzer. In this article he looks at the Object Browser and the Transact-SQL Debugger, new features in the 2000 Edition which can reduce development and troubleshooting time for DBAs and database developers.   Read more...
By Brian Kelley 2004/12/31 (first posted: 2002/03/05) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 38,390 reads

Getting the Most out of SQL Server 2000's Query Analyzer, Part I

So you open up the tool a hundred times a day. In this article by Brian Kelley, he shows you how to get the most out of some of the known and unknown features.   Read more...
By Brian Kelley 2004/12/23 (first posted: 2002/02/21) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 36,916 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,499 reads

Review of SQL 2000 Fast Answers

A monster book at 980 pages, it's written in 'how-to' format and has a ton of good material. Andy gave it the once over for us and reports back - see what he thinks!   Read more...
By Andy Warren 2003/04/18 | Source: SQLServerCentral.com | Category: Installation
Rating: (not yet rated) |  Discuss |  Briefcase | 16,998 reads

Managing Jobs Using TSQL

We've had a good run of jobs about job management lately, Randy sent us another one that looks at the job of job management and shows us how he tackled the problem.   Read more...
By Randy Dyess 2003/04/02 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 17,275 reads

Ways to Determine the Version and SP of SQL Server

There may be more ways than you realize to determine the version and service pack of SQL Server. This quick article by Dinesh Priyankara will show you 3 of those methods.   Read more...
By Dinesh Priyankara 2003/02/28 | Source: SQLServerCentral.com | Category: Service Packs
Rating: |  Discuss |  Briefcase | 19,732 reads

What is the search order for Procedures prefixed sp_?

In this article, James Travis covers a common performance topic of prefixing stored procedures sp_. Does it really slow down performance?   Read more...
By James Travis 2002/11/14 | Source: SQLServerCentral.com | Category: Performance Tuning
Rating: |  Discuss |  Briefcase | 6,022 reads

Manage Multiple SQL Server Installations and Databases with OSQL

This article explains how to use a simple batch file and script file to manage multiple databases on multiple servers.   Read more...
By Randy Dyess 2002/10/24 | Source: SQLServerCentral.com | Category: Configuring
Rating: |  Discuss |  Briefcase | 8,320 reads

Using Check Constraints

Check constraints can be added to a table to enforce specific rules on one or more columns. This article shows you how to use them to enforce simple and more complex rules.   Read more...
By Robert Marda 2002/10/03 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 7,310 reads

Worst Practice - Sorting by Ordinal

If you've been with us for a while you know that Andy started a series last year on worst practices. As he says, maybe you can't always do best practices, but at least dont do the worst ones. Read the article and add a comment, participate!   Read more...
By Andy Warren 2002/10/01 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 6,688 reads

Ansi Options Part 3 - ANSI_NULL_DFLT_ON

The behavior of SQL Server is influenced in many ways by the various settings and options available. This series will examine some of the ANSI options that can be set and changed in SQL Server.   Read more...
By Steve Jones 2002/08/07 | Source: SQLServerCentral.com | Category: Configuring
Rating: |  Discuss |  Briefcase | 3,511 reads

Getting the Most Out of SQL Server 2000's Query Analyzer, Part III

In this article, Brian Kelley continues his series on Query Analyzer for SQL Server 2000. Query Analyzer offers a highly configurable integrated development environment (IDE). Some of the areas Brian looks at are how to modify the fonts and colors, set connection settings, choose scripting options, and customizing file and result set options. Learn how to make the most of the IDE and make it work for you.   Read more...
By Brian Kelley 2005/01/07 (first posted: 2002/08/01) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 37,366 reads

Using Interface-Based Programming Techniques in SQL Server

Programmers can most commonly relate to interface-based programming in their programming language. This is harder to accomplish in SQL Server though. In this article by Chris Cubley, he shows you how to build interfaced-based SQL.   Read more...
Rating: |  Discuss |  Briefcase | 6,142 reads

Ansi Options Part 1 - ANSI_PADDING

The behavior of SQL Server is influenced in many ways by the various settings and options available. This series will examine some of the ANSI options that can be set and changed in SQL Server.   Read more...
By Steve Jones 2002/07/08 | Source: SQLServerCentral.com | Category: Configuring
Rating: |  Discuss |  Briefcase | 5,138 reads

Review of SQL Server 2000 Programming (MSPress)

Andy sits down with an entry level book to see if he should use it at work as a teaching aid. Did he like it? Should you buy it? Read the review now!   Read more...
By Andy Warren 2002/06/04 | Source: SQLServerCentral.com | Category: Installation
Rating: (not yet rated) |  Discuss |  Briefcase | 6,234 reads
   Items 1 to 20 of 21    Next 20 >>
 
Most popular

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,499 reads

Managing Jobs Using TSQL

We've had a good run of jobs about job management lately, Randy sent us another one that looks at the job of job management and shows us how he tackled the problem.   Read more...
By Randy Dyess 2003/04/02 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 17,275 reads

Getting the Most Out of SQL Server 2000's Query Analyzer, Part III

In this article, Brian Kelley continues his series on Query Analyzer for SQL Server 2000. Query Analyzer offers a highly configurable integrated development environment (IDE). Some of the areas Brian looks at are how to modify the fonts and colors, set connection settings, choose scripting options, and customizing file and result set options. Learn how to make the most of the IDE and make it work for you.   Read more...
By Brian Kelley 2005/01/07 (first posted: 2002/08/01) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 37,366 reads