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 tags
Administering
,
Administration
,
SQL Server 2005
,
SQL Server 7, 2000
Refine your search with one of the following additional tags (with number of items):
Strategies
(2)
Miscellaneous
(1)
Disaster Recovery
(1)
Monitoring
(1)
Items 1 to 20 of 21
Next 20 >>
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
|
8,019 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,471 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
|
7,360 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,631 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,508 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
|
2,059 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,842 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
|
8,019 reads
Using BACKUP and RESTORE in SQL Server
This article covers the basics of full backup backups and restores in SQL Server. The examples are from SQL Server 2005 however it applies to SQL Server 2000 and SQL Server 2005. This is a very basic article covering full database backups, database restores and the simple and full recovery models.
Read more...
By
Additional Articles
2007/02/27
|
Source:
SQLTeam.com
|
Category:
Administering
Rating:
Rate this
|
Briefcase
|
4,161 reads
Pop Rivett and the Suspect Database
Pop Rivett tackles a torn page in a suspect database.
Read more...
By
Additional Articles
2007/02/13
|
Source:
SimpleTalk
|
Category:
Administering
Rating:
Rate this
|
Briefcase
|
2,265 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,471 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
|
7,360 reads
Moving Your Database to a New Server
As DBAs we try our best to appropriately size a SQL Servers to match the anticipated load. But things change over time and we may find that some databases are overloading the server. When it's time to move your database to a new home on another server, Paul Mu brings us a technique for doing so.
Read more...
By
Paul Mu
2006/11/16
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
11,901 reads
Monitoring File Sizes in SQL Server Part 4
Monitoring in the real world. Roy Carlson concludes his series on space monitoring for your SQL Servers with a real world example of how he found a problem and fixed it.
Read more...
By
Roy Carlson
2006/11/09
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
5,875 reads
SQL Server Backup Crib Sheet
It's small and neat but it might just save your data...Robyn Page's crib sheet tells you everything you wanted to know about SQL Server backup but were afraid to ask.
Read more...
By
Additional Articles
2006/10/20
|
Source:
Red-Gate
|
Category:
Administering
Rating:
Rate this
|
Briefcase
|
4,314 reads
Deploying Scripts To Multiple Instances
Most DBAs manage multiple SQL servers, each handling different needs for your business. Even with the diverse uses for different servers, there is often the need to deploy the same scripts to all servers for various purposes. Author Joe Doherty brings us his scripts and technique for executing a script across multiple servers.
Read more...
By
Joe Doherty
2006/09/27
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
7,549 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
|
16,525 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,482 reads
Controlling Jobs
Have you ever needed to build a job that could run within a certain period of time? Those long maintenance operations, like index rebuilds, need to fit within certain windows of time. New author Joe Doherty brings us a great technique for ensuring those jobs do not run over into your business day and impact normal operations.
Read more...
By
Joe Doherty
2006/09/06
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
7,755 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
|
12,463 reads
Items 1 to 20 of 21
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
|
8,019 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
|
16,525 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
|
7,360 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use