Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Articles with tag administration Rss

Search for any content tagged administration

<< Previous 20    Items 41 to 60 of 773    Next 20 >>
 

Removing TDE

Enabling TDE is simple to do, but it can be more complex when you look to remove the feature from SQL Server. Steve Perry brings you a procedure you can use to help you.  Read more...
By Steve Perry 2011/11/03 | Source: SQLServerCentral.com | Category: security
Rating: |  Discuss |   Briefcase | 5,672 reads

Database recovery model change notification report for SQL Server

The database recovery model plays a crucial role for the recovery of a database. With several DBAs having access to a SQL Server instance there are bound to be changes that are not communicated. In this tip we cover a monitoring solution we deployed at our company to alert the DBAs if a database recovery model is different than what it is expected.  Read more...
By Additional Articles 2011/11/02 | Source: MSSQLTips.com | Category: administration
Rating:  Rate this |   Briefcase | 1,840 reads

Standardize SQL Server Installations with Configuration Files

If you have a requirement to install multiple SQL Server instances with the same settings, you most likely want to do it without following the numerous manual installation steps. The below tip will guide you through how to install a SQL Server instance with less effort.  Read more...
By Additional Articles 2011/10/31 | Source: MSSQLTips.com | Category: administration
Rating: (not yet rated)  Rate this |   Briefcase | 2,627 reads

Ports that DBAs Need to Know

This article lists the essential TCP/UDP ports that an administrator running SQL Server or a cluster should know.  Read more...
By Yusuf Anis 2011/10/28 | Source: SQLServerCentral.com | Category: networking
Rating: |  Discuss |   Briefcase | 8,006 reads

Are remote databases fragmented? Let's Defrag.

This article shows an automated reorg/rebuild index for remote servers with notifications for the DBA.  Read more...
By Kimberly Killian 2011/09/12 | Source: SQLServerCentral.com | Category: indexing
Rating: |  Discuss |   Briefcase | 3,382 reads

Recovery Models

Learn the basics of recovery models in this short article from SQL Server guru and MVP, Gail Shaw.  Read more...
By Gail Shaw 2011/09/01 | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |   Briefcase | 5,785 reads

Total Database Information At Your Fingertips Part I

This article will help to get some basic information from your databases that may help you in different situations.  Read more...
By Rahul Kumar Ghosh 2011/08/16 | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |   Briefcase | 9,029 reads

Guide To MCITP: SQL Server 2008 Administration

Find out what you need to learn for the SQL Server 2008 Administration certification exams.  Read more...
By Mike McQuillan 2011/08/05 | Source: SQLServerCentral.com | Category: mcts
Rating: |  Discuss |   Briefcase | 8,258 reads

Indexes, Indexes, Indexes

This article has a description of an index utilization tool that Ron Johnson uses to analyze the effectiveness and use of indexes in a system.  Read more...
By Ron Johnson 2012/07/04 (first published: 2011/07/05) | Source: SQLServerCentral.com | Category: indexing
Rating: |  Discuss |   Briefcase | 18,524 reads

SQL Server Central Management Server Security

I have seen several tips on SQL Server Central Management Server and I want to implement the technology for my team. The only thing holding me back is security. Can you explain how security works with Central Management Server? What security access is needed to manage CMS? How about connecting to CMS? How about running a query using CMS? Check out this tip to answer these questions.  Read more...
By Additional Articles 2011/06/30 | Source: MSSQLTips.com | Category: central management server
Rating: (not yet rated)  Rate this |   Briefcase | 2,106 reads

Tempdb Space Usage in SQL Server

We all know how important tempdb is and know that tempdb gets recreated every time SQL Server is restarted. Here we dig a little deeper to focus on how space is used inside tempdb.  Read more...
By Additional Articles 2011/06/28 | Source: Database Journal | Category: tempdb
Rating: (not yet rated)  Rate this |   Briefcase | 4,053 reads

Stairway to Transaction Log Management in SQL Server, Level 1: Transaction Log Overview

The transaction log is used by SQL Server to maintain data consistency and integrity. If the database is not in Simple-recovery mode, it can also be used in an appropriate backup regime to restore the database to a point in time.  Read more...
By Tony Davis 2011/06/17 | Source: SQLServerCentral.com | Category: stairway series
Rating: |  Discuss |   Briefcase | 13,108 reads

SQL Server Agent Jobs without an Operator

I work in a fairly large and unwieldy SQL Server shop. Our environment is the wild west. I have DBAs and Developers on my team that create SQL Server Agent Jobs all of the time and there is never an operator setup to email anyone based on a failure condition. I know the right solution here is to "tame the wild west" by locking down the environment and setting up a change management process, but I think that is a topic for another day. Can you give me some idea of how to identify the new recently created SQL Server Agent Jobs and Jobs without an operator setup to email us for a failure condition? I would like to receive emails when either of these conditions occur. Check out the solution to this tip to learn how.   Read more...
By Additional Articles 2011/06/03 | Source: MSSQLTips.com | Category: sql server agent
Rating: (not yet rated)  Rate this |   Briefcase | 3,431 reads

Determine SQL Server memory use by database and object

For many people, the way that SQL Server uses memory can be a bit of an enigma. A large percentage of the memory your SQL Server instance utilizes is consumed by buffer pool (essentially, data). Without a lot of digging, it can be hard to tell which of your databases consume the most buffer pool memory, and even more so, which objects within those databases. This information can be quite useful, for example, if you are considering an application change to split your database across multiple servers, or trying to identify databases that are candidates for consolidation.  Read more...
By Additional Articles 2011/06/01 | Source: MSSQLTips.com | Category: administration
Rating:  Rate this |   Briefcase | 3,918 reads

A story of corrupted Master database in SQL Server 2008

This is a real-time production issue I faced with one of our clients  Read more...
By Yogeshwar Phull 2011/05/16 | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |   Briefcase | 9,663 reads

SQLServerCentral Best Practices Clinic: Part 3

Part 3 of the analysis of the SQLServerCentral database cluster by MVP Brad McGehee. Follow along as he talks about some SQL Server settings and gives reasons why they should or should not be changed.  Read more...
By Brad McGehee 2011/05/11 | Source: SQLServerCentral.com | Category: sqlservercentral
Rating: |  Discuss |   Briefcase | 3,668 reads

Find SQL Server data and log files that are almost out of space

On many SQL Servers database file size, either data or log, may be restricted to a maximum size to ensure there is adequate space on the server. The problem with this is that if your data or log file runs out of space you will get an error message  Read more...
By Additional Articles 2011/05/11 | Source: MSSQLTips.com | Category: administration
Rating:  Rate this |   Briefcase | 3,510 reads

Find SQL Server databases where log file is too large

I support thousands of databases and I'm running across situations where I have a database that has a data file of a couple hundred megabytes and the associated log file is gigabytes in size! I understand this is because I may not have my transaction log backups scheduled properly. What I'm interested in is an easy way to identify these situations where the SQL log file is too large, so I can go in and further analyze these problem databases without needing to look at each database.  Read more...
By Additional Articles 2011/05/09 | Source: MSSQLTips.com | Category: administration
Rating:  Rate this |   Briefcase | 4,842 reads

TempDB Deleted Accidentally

TempDB is the ALU of the SQL Server and if somehow this gets deleted Server cannot start. Here is a solution of how to get the server started when TempDB is deleted.  Read more...
By Tushar Kanti 2011/05/04 | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |   Briefcase | 11,256 reads

SQL 2008 SP/CU Patching Through Windows Scheduled Tasks

Automate patch installations using the task scheduler and command line hotfix options for SQL.  Read more...
By S. Kusen 2011/05/03 | Source: SQLServerCentral.com | Category: administration
Rating: |  Discuss |   Briefcase | 3,532 reads
<< Previous 20    Items 41 to 60 of 773    Next 20 >>