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

Articles with tags Administering, Basic Querying Rss

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

SQL Server 7, 2000 (13)     DTS (2)     Best and Worst Practices (1)     Reviews (1)    
T-SQL (13)     Indexing (2)     Distributed Queries (1)     Service Packs (1)    
Miscellaneous (6)     Monitoring (2)     English Query (1)     UpdateGrams (1)    
Configuring (5)     Programming (2)     OpenXML (1)     Visual Basic 6 (1)    
Installation (4)     Security (2)     Performance Tuning (1)     Worst Practices (1)    
Stored Procedures (3)     Triggers (2)     Performance Tuning and Scaling (1)     XML (1)    
Backup and Recovery (2)     User-Defined functions (2)     Product Reviews (1)     XSL (1)    
Database Design (2)     Basics (1)     Replication (1)    

Search for any content tagged Administering & Basic Querying

   Items 1 to 13 of 13   
 

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,505 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,296 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,374 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,393 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,922 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,505 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 | 17,001 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,280 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,733 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,318 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,691 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,374 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

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,393 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,922 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,296 reads

Information Schema Views

SQL Server DBAs are often curious about the inner-workings of SQL Server. Indeed, it can save your job during disasters to know what's going on inside SQL Server. This article shows you how to use some of the SQL Server internal views to view some meta data about your servers.   Read more...
By Brian Kelley 2002/01/09 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 14,514 reads

Understanding the Implications of ANSI SQL92 SET Options

Have you ever experienced a T-SQL query, a stored procedure, view or a trigger returning unexpected results. In this article by Raj Gill, he shows you how ANSI DEFAULTS may be to blame.   Read more...
By Raj Gill 2001/10/18 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 8,446 reads
   Items 1 to 13 of 13   
 
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,505 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,280 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,374 reads