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

Content with tags Administering, SQL Server 7, 2000 Rss

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

Configuring (63)     Database Design (12)     News (5)     Advanced (1)    
Miscellaneous (52)     Visual Basic 6 (12)     .Net (4)     Analysis Services (1)    
T-SQL (52)     Installation (11)     Basics (4)     Best Practices (1)    
Strategies (35)     Disaster Recovery (10)     Naming Standards (4)     Bugs (1)    
Programming (30)     Replication (10)     Career (3)     Data Types (1)    
Security (30)     Stored Procedures (10)     Distributed Queries (3)     English Query (1)    
Monitoring (24)     DTS (9)     Service Packs (3)     OLAP Server (1)    
Performance Tuning and Scaling (19)     SQL-DMO (8)     State of the Business (3)     OpenXML (1)    
SQL Server 2005 (19)     Best and Worst Practices (7)     Triggers (3)     Other (1)    
Administration (18)     Availability (6)     Data Warehousing (2)     Rants (1)    
Backup and Recovery (16)     Indexing (6)     Product Reviews (2)     SQL Puzzles (1)    
SQL Server 6.5 (16)     Performance Tuning (6)     Reviews (2)     UpdateGrams (1)    
Advanced Querying (13)     Worst Practices (6)     System Development Life Cycle (2)     XML (1)    
Basic Querying (13)     ADO (5)     User-Defined functions (2)     XSL (1)    
   Items 1 to 20 of 319    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,198 reads

Starting SQL Server in Minimal Configuration

Have you ever misconfigured your SQL Server's memory and been unable to start it? That happened to new author Jay Dave, who has the Data Center edition of SQL Server 2000 with a whopping 36GB of RAM. Here's how to get your instance back up and running.   Read more...
By Jay Dave 2007/05/10 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 5,310 reads

Using VBScript to Automate Tasks

This article discusses why VBScript should be one of the tools you use to manage your server. Sample scripts show how to remove files over x days old and how to FTP files.   Read more...
By Haidong Ji 2008/03/07 (first posted: 2003/11/04) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 93,460 reads

Open Source SQL DDL Scripting Tool

Keeping track of your DDL is something that is critical and some sort of VCS system should be used. However pulling out your scripts from SQL Server sometimes entails a bit more than the standard scripting. New author Richard Sutherland brings us an open source project that can help you get this done. Complete with code.   Read more...
By Richard Sutherland 2007/03/06 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 7,501 reads

Quickly Moving Databases

This article by Chris Kempster shows you how to quickly move a database by detaching or taking a database offline.   Read more...
By Chris Kempster 2008/02/08 (first posted: 2004/05/18) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 141,859 reads

Step-by-Step Guide to Clustering Windows 2000 and SQL Server 2000

In this next article of the SQL Server in the Enterprise Series, we'll explore how to cluster Windows 2000 and SQL Server 2000 in a step-by-step manner. After this article, you should be able to cluster a SQL Server 2000 machine for failover availability in an Active/Active cluster.   Read more...
By Brian Knight 2008/01/18 (first posted: 2002/07/12) | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 144,876 reads

Searching Syscomments Accurately

As a SQL Server DBA you should know that your code is stored in syscomments by default. While most DBAs use version control systems, there are times you might want to look through the code on the server for comparison purposes. Robert Cary brings us an article on how you can do this in 2000 and 2005.   Read more...
By Robert Cary 2007/01/22 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 6,118 reads

Customizable Error Log Scanning

Monitoring your servers for issues and alerts is something every DBA should be doing on a regular basis. However even with a small number of servers, a DBA can easily be overwhelmed if some level of automation is not implemented. Thomas LaRock brings us a method of scanning your error logs automatically and notifying the DBA of problems.   Read more...
By Thomas LaRock 2006/12/27 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 6,967 reads

SQL Server Job Scheduling

The scheduling system in SQL Server is quite flexible and powerful, but can be confusing at times. Peter He looks at some of the advanced options you have in automating the various jobs on your server.   Read more...
By Peter He 2007/11/16 (first posted: 2006/03/08) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 24,984 reads

Changing Service Credentials

One day, you may need to change those service credentials under which your SQL Server services normally run. If you have a number of servers, then you'll really want to read about Rodney's solution.   Read more...
By Additional Articles 2007/09/21 | Source: SimpleTalk | Category: Administering
Rating:  Rate this |  Briefcase | 1,455 reads

Monitoring Disk Space and Sending Alerts with TSQL

Haidong discusses the importance of monitoring disk usage over a period of time and has some great TSQL code to help you do the monitoring!   Read more...
By Haidong Ji 2007/09/14 (first posted: 2003/08/13) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 31,507 reads

Server Farm Reporting - Part 2

Building on his first article examining management of a large server farm, Mark Tierney brings us part 2 in which he examines the data gathering process.   Read more...
By Mark Tierney 2007/08/06 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 2,363 reads

Using Non-Standard Port for SQL Server

Greg Larsen examines setting up SQL Server to listen on a different port number than 1433.   Read more...
By Additional Articles 2007/08/03 | Source: Database Journal | Category: Administering
Rating:  Rate this |  Briefcase | 1,875 reads

Beginning SQL Server - Logins and Users

Part 3 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. This article looks at logins and basic security.   Read more...
By Steve Jones 2007/08/03 (first posted: 2004/09/02) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 31,072 reads

Pop Rivett and the Expanding Log

When your database transaction log is out of control, there is only one man who can tame it.   Read more...
By Additional Articles 2007/07/06 | Source: SimpleTalk | Category: Administering
Rating:  Rate this |  Briefcase | 1,643 reads

How to use trace flags in SQL Server 2000

SQL Server 2000 trace flags can dramatically alter the behavior and functionality of the server. There are a number of ways that they can be enabled and Chris Hedgate brings us a tutorial on their use and benefits.   Read more...
By Christoffer Hedgate 2007/06/21 (first posted: 2005/05/04) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 19,862 reads

Starting SQL Server in Minimal Configuration

Have you ever misconfigured your SQL Server's memory and been unable to start it? That happened to new author Jay Dave, who has the Data Center edition of SQL Server 2000 with a whopping 36GB of RAM. Here's how to get your instance back up and running.   Read more...
By Jay Dave 2007/05/10 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 5,310 reads

Auditing with SQL Profiler

SQL Server includes a great auditing tool: Profiler. It's not the easiest tool to use, however, and it's one that takes some getting used to. Our resident security export, Brian Kelley looks at a simple example of using this tool to audit logins.   Read more...
By Brian Kelley 2007/04/20 (first posted: 2004/09/01) | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 27,082 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,798 reads

Open Source SQL DDL Scripting Tool

Keeping track of your DDL is something that is critical and some sort of VCS system should be used. However pulling out your scripts from SQL Server sometimes entails a bit more than the standard scripting. New author Richard Sutherland brings us an open source project that can help you get this done. Complete with code.   Read more...
By Richard Sutherland 2007/03/06 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 7,501 reads
   Items 1 to 20 of 319    Next 20 >>
 
Most popular

Open Source SQL DDL Scripting Tool

Keeping track of your DDL is something that is critical and some sort of VCS system should be used. However pulling out your scripts from SQL Server sometimes entails a bit more than the standard scripting. New author Richard Sutherland brings us an open source project that can help you get this done. Complete with code.   Read more...
By Richard Sutherland 2007/03/06 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 7,501 reads

Identifying Unused Objects in a Database

Longtime author Leo Peysakhovich answers one of the most common questions seen in discussion areas around the world: how do you identify unused objects?   Read more...
By Leo Peysakhovich 2006/09/11 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 15,713 reads

Monitoring File Sizes in SQL Server Part 1

Monitoring the file sizes and free space on your SQL Server can be done in a number of ways, but it needs to be done or you will get a phone call when you least expect it. In an interesting read, Roy Carlson brings us a great way with code and reporting to setup your own monitoring system.   Read more...
By Roy Carlson 2006/11/06 | Source: SQLServerCentral.com | Category: Administering
Rating: |  Discuss |  Briefcase | 10,005 reads