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

Content with tags T-SQL, Administering Rss

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

SQL Server 7, 2000 (52)     Performance Tuning (6)     Naming Standards (2)     Reviews (1)    
Miscellaneous (26)     Performance Tuning and Scaling (6)     User-Defined functions (2)     Service Packs (1)    
Advanced Querying (13)     Backup and Recovery (4)     .Net (1)     SQL Puzzles (1)    
Basic Querying (13)     Indexing (4)     Basics (1)     SQL Server 6.5 (1)    
Configuring (13)     Installation (4)     Best and Worst Practices (1)     System Development Life Cycle (1)    
Programming (11)     Security (4)     Distributed Queries (1)     UpdateGrams (1)    
Stored Procedures (11)     Visual Basic 6 (4)     English Query (1)     Worst Practices (1)    
Strategies (10)     DTS (3)     OpenXML (1)     XML (1)    
Monitoring (9)     SQL-DMO (3)     Product Reviews (1)     XSL (1)    
Database Design (6)     Triggers (3)     Replication (1)    
   Items 1 to 20 of 53    Next 20 >>
 

Attach and Detach..Again

Attaching and detaching databases is old hat these days right? Do you know how to reattach a database that has more than 16 files? Or do you know what happens if you try to reattach a database that had two log files but one is missing/deleted? And even if you know the answer to that - do you know how to fix it without restoring from backup? Maybe it's not ALL old hat just yet!   Read more...
By Andy Warren 2006/06/23 (first posted: 2002/04/05) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 22,512 reads

SQL 2000 DBA Toolkit Part 4

In the final installment of his series, Michael Coles examines a few other functions in his SQL Server 2000 toolkit to help you with other functions, like reading a directory on your server. Read the series and send some feedback to make this THE premier toolset for SQL Server 2000 DBAs.   Read more...
By Michael Coles 2006/05/04 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 12,224 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

Execution Plans

How many of you use Execution Plans to tune your queries? Do you understand the impact of different indexes? Mr. Vijayakumar looks at his experiments with different types of indexes and their effects on the execution plan use. A great article for those of you that want to learn more about how you can tune your server for better performance.   Read more...
By G Vijayakumar 2005/10/07 (first posted: 2004/05/06) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 38,856 reads

Logins, Users, and Roles - Getting Started

Do you know the difference between a login and a user? What's the best way to add them; Enterprise Manager, T-SQL, or SQL-DMO? In this beginner level article Andy demonstrates how to use all three methods to add logins and users and offers his view of which is the best technique.   Read more...
By Andy Warren 2005/09/30 (first posted: 2003/02/19) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 31,791 reads

Push FTP with SQL Server

DTS is an incredible package for moving data in the SQL Server world. One feature that is missing, however, is the ability to send files using FTP to a remote server. This article looks at a technique for sending files via FTP.   Read more...
By Steve Jones 2005/07/01 (first posted: 2001/11/01) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 32,504 reads

Using the Table Data Type in SQL Server 2000

Performing routine database maintenance such as reindexing is important for keeping your databases running at peak performance. When you use INSERT, UPDATE, and DELETE statements to modify table data, indexes can become fragmented. Index fragmentation can happen when the logical sequence of pages is disrupted or when an index page contains less than its maximum amount of data, creating a gap in the data page or index. As indexes become fragmented, you get inefficient data reads when accessing tables and slower database performance.   Read more...
By Additional Articles 2005/03/10 | Source: developer.com | Category: Administering
Rating:  Rate this |  Briefcase | 2,819 reads

SQL Maintenance Plans

Do you use the maintenance plans or hate them? Wish they would do more? Curious about how they work under the hood? Cmon, you gotta read this one! Trust us, it's not another "how-to" article! Well, maybe just a little bit!   Read more...
By Andy Warren 2005/03/04 (first posted: 2002/04/11) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 28,610 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,924 reads

Stored Procedures and Caching

One of the biggest performance gains built into SQL Server is the stored procedure. In this article by Brian Kelley, he shows you how to fully utilize, debug and monitor the caching of such objects.   Read more...
By Brian Kelley 2004/11/19 (first posted: 2002/01/28) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 32,628 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

Case Sensitivity in Selects - Part 2

In this follow up Andy looks into some of the options available when you're dealing with situations where you're joining a case sensitive column to a case insensitive column. We think after reading this you'll be ready to just say no!   Read more...
By Andy Warren 2004/06/22 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 7,804 reads

Case Sensitivity in Selects - Part 3

See what a reader had to say about Part 1, make sure you've read Part 2, then feel the pain as the author describes a lookup table that should have had unique values and doesn't.   Read more...
By Andy Warren 2004/06/15 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 6,952 reads

Making Good Use of Sysforeignkeys Table - Part 1: Display table relati

Sysforeignkeys is a valuable SQL Server resource. How many times have you had to "pick up the pieces" from a database developed by someone else and dropped on your desk? Ever get a database diagram with that? A data dictionary? Probably not too often. Jeffrey Yao has developed a system of finding those parent-child relationships automatically and displaying them so he can get up to speed quickly on these inherited databases. Read on to find out more.   Read more...
By Jeffrey Yao 2004/06/01 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 10,940 reads

Creating a System Stored Procedure

Creating a system stored procedure isn't hard. You're always cautioned from making changes to the system, depending on the system for a particular functionality, etc., and you should be cautious. However adding system stored procedures to your servers can be beneficial and make your administration much more convenient. Read on the see how easy this can be to do.   Read more...
By Robert Marda 2004/05/20 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 9,735 reads

Execution Plans

How many of you use Execution Plans to tune your queries? Do you understand the impact of different indexes? Mr. Vijayakumar looks at his experiments with different types of indexes and their effects on the execution plan use. A great article for those of you that want to learn more about how you can tune your server for better performance.   Read more...
By G Vijayakumar 2005/10/07 (first posted: 2004/05/06) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 38,856 reads

Debugging MSDTC Issues

For the most part the DTC (Distributed Transaction Coordinator) just works. What happens when it doesn't? Chris had to resolve an issue with it recently and documented some of the steps he used.   Read more...
By Chris Kempster 2004/01/19 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 17,595 reads
   Items 1 to 20 of 53    Next 20 >>
 
Most popular

SQL 2000 DBA Toolkit Part 4

In the final installment of his series, Michael Coles examines a few other functions in his SQL Server 2000 toolkit to help you with other functions, like reading a directory on your server. Read the series and send some feedback to make this THE premier toolset for SQL Server 2000 DBAs.   Read more...
By Michael Coles 2006/05/04 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 12,224 reads

Execution Plans

How many of you use Execution Plans to tune your queries? Do you understand the impact of different indexes? Mr. Vijayakumar looks at his experiments with different types of indexes and their effects on the execution plan use. A great article for those of you that want to learn more about how you can tune your server for better performance.   Read more...
By G Vijayakumar 2005/10/07 (first posted: 2004/05/06) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 38,856 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