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
Content with tag
Administering
Refine your search with one of the following additional tags (with number of items):
SQL Server 7, 2000
(319)
Database Design
(12)
.Net
(4)
Analysis Services
(1)
Configuring
(63)
Visual Basic 6
(12)
Basics
(4)
Best Practices
(1)
Miscellaneous
(53)
Installation
(11)
Naming Standards
(4)
Bugs
(1)
T-SQL
(53)
Stored Procedures
(11)
Career
(3)
Data Types
(1)
Strategies
(35)
Disaster Recovery
(10)
Distributed Queries
(3)
English Query
(1)
Programming
(31)
Replication
(10)
Service Packs
(3)
OLAP Server
(1)
Security
(31)
DTS
(9)
State of the Business
(3)
OpenXML
(1)
SQL Server 6.5
(25)
Performance Tuning
(8)
Triggers
(3)
Other
(1)
Monitoring
(24)
SQL-DMO
(8)
Data Warehousing
(2)
Rants
(1)
Performance Tuning and Scaling
(19)
Best and Worst Practices
(7)
Miscellaneous
(2)
SQL Puzzles
(1)
SQL Server 2005
(19)
Availability
(6)
Product Reviews
(2)
Storage Management
(1)
Administration
(18)
Indexing
(6)
Reviews
(2)
UpdateGrams
(1)
Backup and Recovery
(16)
Worst Practices
(6)
System Development Life Cycle
(2)
XML
(1)
Advanced Querying
(13)
ADO
(5)
User-Defined functions
(2)
XSL
(1)
Basic Querying
(13)
News
(5)
Advanced
(1)
Items 1 to 20 of 330
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,459 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,857 reads
Determining SQL Server database storage requirements
Determine accurate storage requirements for a SQL Server database with these methods. Calculate how to set storage requirements for a database application.
Read more...
By
Additional Articles
2008/02/04
|
Source:
SearchSQLServer
|
Category:
Administering
Rating:
Rate this
|
Briefcase
|
2,686 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
Moving the tempdb database
Moving the tempdb database in SQL Server is a simple process but does require the service to be restarted.
Read more...
By
Additional Articles
2007/12/06
|
Source:
SQLTeam.com
|
Category:
Administering
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,864 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
SQL Server Security: Server Roles
As yo probably know, Brian covers security topics for us and does a great job. This week he looks at the fixed roles and points out a few things you may not have thought about.
Read more...
By
Brian Kelley
2007/05/04 (first posted: 2003/10/29)
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
32,870 reads
Items 1 to 20 of 330
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
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use