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

Articles with tags Administering, SQL Server 7, 2000, Configuring Rss

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

Miscellaneous (20)     Database Design (6)     Naming Standards (3)     English Query (1)    
Programming (14)     Monitoring (6)     Basics (2)     News (1)    
T-SQL (13)     Basic Querying (5)     Disaster Recovery (2)     OpenXML (1)    
Strategies (10)     Indexing (5)     Performance Tuning (2)     Product Reviews (1)    
Replication (9)     ADO (4)     Service Packs (2)     Reviews (1)    
Security (9)     DTS (4)     Triggers (2)     SQL Server 6.5 (1)    
Backup and Recovery (8)     SQL-DMO (4)     User-Defined functions (2)     UpdateGrams (1)    
Performance Tuning and Scaling (8)     Stored Procedures (4)     Advanced (1)     Worst Practices (1)    
Visual Basic 6 (8)     Availability (3)     Advanced Querying (1)     XML (1)    
Installation (7)     Distributed Queries (3)     Best and Worst Practices (1)     XSL (1)    

Search for any content tagged Administering & SQL Server 7, 2000 & Configuring

   Items 1 to 20 of 75    Next 20 >>
 

The Basics of Sizing a SQL Server Database

Sizing a database can be one of the most arduous tasks a DBA, analyst or developer must attend to. It?s time consuming and more hours go into analyzing the database than actually sizing it. This article focuses on how to monitor the database?s growth after its deployed and contains some tips on how to size it before deployment. We will also dive a little into how to benchmark your database against a robust data load.   Read more...
By Brian Knight 2008/08/01 (first posted: 2001/07/25) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 24,919 reads

Twiddling the knobs: The Default Backup directory

What's the best way to change the default backup directory for a server, using SSMS or Enterprise Manager, without changing all the default directories at the same time? What is the TSQL to do it? A prize for the best correct solution.  Read more...
By Additional Articles 2007/04/06 | Source: SimpleTalk | Category: Administering
Rating:  Rate this |  Briefcase | 1,906 reads

Exploring SQL Server 2000 Configuration Properties

The SQL Server tools are top notch and often other platforms attempt to duplicate their handiness. Enterprise Manager is one that every DBA uses and it can perform a myriad of functions to configure your server. Read this new article by Dale Elizabeth Corey that looks that the wide range of items in the Configuration Properties of this tool.   Read more...
By Dale Elizabeth Corey 2006/09/29 (first posted: 2004/09/28) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 32,645 reads

The Basics of Sizing a SQL Server Database

Sizing a database can be one of the most arduous tasks a DBA, analyst or developer must attend to. It?s time consuming and more hours go into analyzing the database than actually sizing it. This article focuses on how to monitor the database?s growth after its deployed and contains some tips on how to size it before deployment. We will also dive a little into how to benchmark your database against a robust data load.   Read more...
By Brian Knight 2008/08/01 (first posted: 2001/07/25) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 24,919 reads

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

Copying DTS Packages To a Different Server

How do you easily copy DTS packages from one server to another? DTS, BCP, T-SQL? Are there advantages to using one method over another? Andy did some research - read the article and see what works and what doesn't!   Read more...
By Andy Warren 2006/05/05 (first posted: 2002/03/19) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 33,623 reads

SQL Server 2000 SP 3: What's New in Security

Service Pack 3 for SQL Server 2000 is huge. There are significant changes in it and they apply to all three products: the core SQL Server, MSDE, and Analysis Services. Because there are so many changes, this first article in the series will only focus on the security changes.   Read more...
By Brian Kelley 2005/12/09 (first posted: 2003/06/05) | Source: SQLServerCentral.com | Category: Service Packs
Rating: |  Discuss |  Briefcase | 28,981 reads

SQL Server Security Part 2

In part one Chris Kempster covered a variety of security recommendations primarily for production systems. In Part two of this series he continues to explore security at a variety of levels where you may not realize you are vulnerable.   Read more...
By Chris Kempster 2005/11/04 (first posted: 2004/01/30) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 31,684 reads

Troubleshooting Cannot Generate SSPI Context Errors

As a DBA you do not need to know how to setup an Active Directory domain or a DNS server, but you still need to know how Kerberos, Service Principle Names, and hostnames are used to perform integrated authentication to a SQL Server. This article by new columnist Chad Miller shows you some of the more integral parts of troubleshooting running Windows Authentication security in a SQL Server environmnet.   Read more...
By Chad Miller 2005/08/19 (first posted: 2003/02/27) | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 53,751 reads

Worst Practices - Making Databases Case Sensitive (Or Anything Else)

Article number four in this popular series continues exposing Worst Practices! This week Andy continues his tirade by talking about why case sensitive databases should be BANNED from the planet. Is he right or just OUT OF CONTROL? Read the article and join the discussion - your comment may lead to an article, that's what generated this one!   Read more...
By Andy Warren 2005/07/08 (first posted: 2001/10/29) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 27,062 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 | 29,112 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,763 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,626 reads

Exploring SQL Server 2000 Configuration Properties

The SQL Server tools are top notch and often other platforms attempt to duplicate their handiness. Enterprise Manager is one that every DBA uses and it can perform a myriad of functions to configure your server. Read this new article by Dale Elizabeth Corey that looks that the wide range of items in the Configuration Properties of this tool.   Read more...
By Dale Elizabeth Corey 2006/09/29 (first posted: 2004/09/28) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 32,645 reads

Review of SQL2K Resource Kit

Good enough for your bookshelf? This one meets that requirement for Brian, click the link to find out why.   Read more...
By Brian Kelley 2004/04/13 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 8,585 reads

The Need For Speed - Upgrading Your Servers

Do you have the need for more speed on your servers? How do you go about squeezing more speed out of the database when faced with an upgrade? Steve Jones walks through some of his thought process when looking at ugprade for one of his servers.   Read more...
By Steve Jones 2004/03/30 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 6,341 reads

SQL Server Security Part 2

In part one Chris Kempster covered a variety of security recommendations primarily for production systems. In Part two of this series he continues to explore security at a variety of levels where you may not realize you are vulnerable.   Read more...
By Chris Kempster 2005/11/04 (first posted: 2004/01/30) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 31,684 reads

Snapshot Replication for the Beginner

Andy continues writing about replication, this week discussing the many options available when creating a snapshot publication. As we noted on his last article, this one may take longer than usual to load due the large number of images but we think the readability of having it all one page is worth while.   Read more...
By Andy Warren 2004/01/27 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 11,394 reads

Getting Ready to Replicate

We've asked Andy to put together some articles that tackle replication from a beginner perspective, a tutorial type approach PLUS comments on what you should or should not do. This week he covers the steps needed to set up a server for replication. More images than usual so the page may take a little longer to load, but we think worthwhile so that you can see every step along the way. Let us know what you think.   Read more...
By Andy Warren 2004/01/20 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 12,375 reads

Building a Demo Server

Everyone does demos. Selling software relies upon people viewing your software in action and being confident it will work. Managing a demo server can be a challenge and this series will look at different problems and options you have.   Read more...
By Steve Jones 2004/01/14 | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 6,431 reads
   Items 1 to 20 of 75    Next 20 >>
 
Most popular

Twiddling the knobs: The Default Backup directory

What's the best way to change the default backup directory for a server, using SSMS or Enterprise Manager, without changing all the default directories at the same time? What is the TSQL to do it? A prize for the best correct solution.  Read more...
By Additional Articles 2007/04/06 | Source: SimpleTalk | Category: Administering
Rating:  Rate this |  Briefcase | 1,906 reads

Exploring SQL Server 2000 Configuration Properties

The SQL Server tools are top notch and often other platforms attempt to duplicate their handiness. Enterprise Manager is one that every DBA uses and it can perform a myriad of functions to configure your server. Read this new article by Dale Elizabeth Corey that looks that the wide range of items in the Configuration Properties of this tool.   Read more...
By Dale Elizabeth Corey 2006/09/29 (first posted: 2004/09/28) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 32,645 reads

Troubleshooting Cannot Generate SSPI Context Errors

As a DBA you do not need to know how to setup an Active Directory domain or a DNS server, but you still need to know how Kerberos, Service Principle Names, and hostnames are used to perform integrated authentication to a SQL Server. This article by new columnist Chad Miller shows you some of the more integral parts of troubleshooting running Windows Authentication security in a SQL Server environmnet.   Read more...
By Chad Miller 2005/08/19 (first posted: 2003/02/27) | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 53,751 reads