Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Blogs
QotD
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Articles with tags
Administering
,
Strategies
,
SQL Server 7, 2000
Refine your search with one of the following additional tags (with number of items):
Miscellaneous
(20)
Naming Standards
(4)
Replication
(2)
DTS
(1)
Programming
(11)
Security
(4)
SQL Server 2005
(2)
Indexing
(1)
Configuring
(10)
Visual Basic 6
(4)
SQL-DMO
(2)
Performance Tuning
(1)
Disaster Recovery
(10)
.Net
(2)
Stored Procedures
(2)
Product Reviews
(1)
T-SQL
(10)
Administration
(2)
System Development Life Cycle
(2)
Reviews
(1)
Availability
(6)
Installation
(2)
Advanced Querying
(1)
State of the Business
(1)
Backup and Recovery
(5)
Monitoring
(2)
Best and Worst Practices
(1)
Worst Practices
(1)
Database Design
(5)
Performance Tuning and Scaling
(2)
Career
(1)
Search for
any
content tagged
Administering & Strategies & SQL Server 7, 2000
Items 1 to 20 of 35
Next 20 >>
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
|
145,709 reads
Citrix MetaFrame, SQL Server, and the DBA
In this article, Brian looks at how Citrix MetaFrame can use SQL Server for its internal data repository. The basic operation of SQL Server in a Citrix MetaFrame installation is covered. In addition, Brian looks at how a DBA is an integral part of the support team for a successful Citrix MetaFrame farm.
Read more...
By
Brian Kelley
2007/03/02 (first posted: 2002/05/13)
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
25,711 reads
Low-Cost High Availability: Simple Database Monitoring in a Windows En
The .NET Framework 2.0 and Visual Studio 2005 make it easy to create a basic but extensible database-monitoring solution without a lot of complexity or coding.
Read more...
By
Additional Articles
2006/10/18
|
Source:
DevX
|
Category:
Administering
Rating:
Rate this
|
Briefcase
|
2,971 reads
Copying Database Backups to an Alternative Location
Learn how to use ALERTs, a SQL Agent job and a stored procedure (SP) to create a copy of your critical database backups on another physical machine as soon as the database backups are created.
Read more...
By
Additional Articles
2006/09/08
|
Source:
Database Journal
|
Category:
Administering
Rating:
Rate this
|
Briefcase
|
3,278 reads
Analyzing Disk Capacity for SQL Server
Ensuring that your disk subsystem performs well and does not run out of space is a balancing act that many DBAs learn over time through trial and "out of space" errors. New author Arindam Banerjee takes a look at some of the things to consider when capacity planning.
Read more...
By
Arindam Banerjee
2006/07/04
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
11,756 reads
Conducting a SQL Server Operational Audit
Auditing, analyzing and documenting your SQL Server installation is becoming more important all the time, especially as more and more attention is being paid to the security of your environment. Chad Miller brings us a look at a framework and a sample document you can use in your environment to conduct an audit.
Read more...
By
Chad Miller
2005/10/24
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
10,906 reads
Running Out of Space
How many times have you run out of space in a database? What about on a file system? Andy Warren has had this happen a few times, especially when large imports take place. He brings us an article that describes some of the precautions he has taken to prevent this from happening.
Read more...
By
Andy Warren
2005/07/14
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
9,977 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
|
145,709 reads
Clustering SQL Server 2000 from 500 Feet
Clustering a SQL Server machine was one of the most frustrating tasks a DBA and Windows administrator had to accomplish in SQL Server 7.0 and Windows NT 4.0. With the maturity of both the OS and the DBMS in Windows 2000 and SQL Server 2000, this operation has been simplified tremendously. This first article in the series of article on clustering SQL Server will explain the general architecture of clustering.
Read more...
By
Brian Knight
2004/11/25 (first posted: 2001/07/02)
|
Source:
SQLServerCentral.com
|
Category:
Installation
Rating:
|
Discuss
|
Briefcase
|
64,898 reads
SQL Server Alerts
SQL Server Alerts provide a great way for the server to notify a DBA that some event has occurred, usually something bad that they need to fix. However alerts can also be used to drive business logic processes and enable some types of actions to be safely performed without requiring extraordinary rights by a user. Author Leo Peysakhovich brings us some ideas on how we can use alerts to implement business logic processing.
Read more...
By
Leo Peysakhovich
2004/08/10
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
12,889 reads
Using Different Techniques for SQL Server Automation
Automating SQL Server tasks is the sign of an experienced DBA. One who doesn't waste time on repetitive tasks that can be easily setup in a job, task, or some other scheduling process to run when they need to run. Haidong Ji has written a number of articles on how to perform automation and brings us yet another technique. This time he looks at managing your backup files, something that we all need to do, but all too often forget to do.
Read more...
By
Haidong Ji
2004/08/02
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
15,481 reads
Fixing broken logins and transferring passwords
When transferring a database to a new server, you are bound to experience a user problem. In this article by Neil Boyle, he shows you how to transfer passwords and accounts seamlessly to a new server.
Read more...
By
Neil Boyle
2004/07/05 (first posted: 2002/08/14)
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
22,222 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
|
11,008 reads
Custom Log Shipping
One of our favorite authors is back with a great how-to on log shipping. This isn't the baked in log shipping, this is a code your own solution that gives you a starting point for your situation. Even if you don't need it now, it's worth looking at to gain a better understanding of how shipping works.
Read more...
By
Chris Kempster
2003/11/26
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
17,831 reads
Managing Jobs - Part 4
Andy has been busy lately on a project you'll be hearing more about soon (!), but he did manage to get part four of his managing jobs series done. This article discusses ideas for patterns to follow when building jobs, including writing to the console, setting errorlevels, and how to get them installed on the server. DBA's, if you're not developers, look at this article - this is stuff you can take to your development team and get better/more manageable jobs.
Read more...
By
Andy Warren
2003/06/25
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
7,423 reads
Integrating SQL LiteSpeed in your existing Backup Infrastructure
This articles makes the case for using SQL LiteSpeed over other backup solutions and presents some notes about why the DBA should manage backups rather than offloading to network administration.
Read more...
By
Jeremy Kadlec
2003/05/12
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
4,760 reads
Economies of Speed Whitepaper
Seagate has a white paper out that discusses how faster (15k rpm) drives can lead to lower cost of ownership. Interesting, and worth looking into.
Read more...
By
Additional Articles
2003/05/08
|
Source:
Other
|
Category:
Administering
Rating:
Rate this
|
Briefcase
|
779 reads
An Automated Solution for Migrating Database Structures
This article by Simon Galbraith (from Red Gate software, maker of SQL Compare) discusses migrating changes from development to staging, QA, and on to production. If you've never seen the need for a schema compare tool (Steve Jones!), this is worth reading.
Read more...
By
Additional Articles
2003/05/06
|
Source:
DevX
|
Category:
Administering
Rating:
Rate this
|
Briefcase
|
1,461 reads
Using Query Analyzer Templates
Greg returns with an article based on some practical experience using QA templates to save time and work. Good examples, good work through, good idea!
Read more...
By
Gregory Larsen
2003/04/28
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
8,784 reads
Standards Are a Good Thing
This week we have another article from Andy that discusses some changes he made at work in conjunction with clustering all his database servers. Not a how-to, just comments about what was changed and why. Worth reading just for the reminder about the potential gotcha that @@ServerName can represent.
Read more...
By
Andy Warren
2003/04/09
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
5,876 reads
Items 1 to 20 of 35
Next 20 >>
Most popular
Analyzing Disk Capacity for SQL Server
Ensuring that your disk subsystem performs well and does not run out of space is a balancing act that many DBAs learn over time through trial and "out of space" errors. New author Arindam Banerjee takes a look at some of the things to consider when capacity planning.
Read more...
By
Arindam Banerjee
2006/07/04
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
11,756 reads
Copying Database Backups to an Alternative Location
Learn how to use ALERTs, a SQL Agent job and a stored procedure (SP) to create a copy of your critical database backups on another physical machine as soon as the database backups are created.
Read more...
By
Additional Articles
2006/09/08
|
Source:
Database Journal
|
Category:
Administering
Rating:
Rate this
|
Briefcase
|
3,278 reads
Conducting a SQL Server Operational Audit
Auditing, analyzing and documenting your SQL Server installation is becoming more important all the time, especially as more and more attention is being paid to the security of your environment. Chad Miller brings us a look at a framework and a sample document you can use in your environment to conduct an audit.
Read more...
By
Chad Miller
2005/10/24
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
10,906 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use