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

Articles with tags Administration, SQL Server 2005 Rss

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

SQL Server 7, 2000 (23)     News (2)     Advanced Querying (1)     Miscellaneous (1)    
Administering (18)     Performance Tuning (2)     Database Design (1)     Reporting Services (1)    
Development (6)     T-SQL (2)     DMVs (1)     SMO (1)    
Monitoring (3)     2005 Compact Edition (1)     Index Management (1)     SQL Server 2005 - Security (1)    
Strategies (3)     Advanced (1)     Indexing (1)     SQL Server 2005 - SSIS (1)    
Disaster Recovery (2)    

Search for any content tagged Administration & SQL Server 2005

   Items 1 to 20 of 171    Next 20 >>
 

Finding and Listing ALL Procedures, Functions, and Views in SQL Server 2005

James Rea brings us another great article that shows you how to keep on top of the code that's stored in each of your databases.  Read more...
By James Rea 2008/07/28 | Source: SQLServerCentral.com | Category: T-SQL
Rating: (not yet rated) |  Discuss |  Briefcase

SQL Server 2005 Build List

Build List Updated with Cumulative Update 8 for SP2.   Read more...
By Steve Jones 2008/07/17 (first posted: 2007/04/23) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 51,522 reads

SQL Server 2005 Service Accounts

Are you aware that SQL Server 2005 can have up to ten services running? Working with that many service accounts can be a challenge. Steve Jones takes a look at these services and a few of the things that you will want to know before setting up SQL Server 2005.   Read more...
By Steve Jones 2008/07/11 (first posted: 2006/03/23) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 35,012 reads

Return Query Text Along With sp_who2 Using Dynamic Management Views

This article describes how to generate the sp_who2 results including the query text for the spid.  Read more...
By Ken Simmons 2008/06/26 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 8,645 reads

SQL Server 2005 Build List

Build List Updated with Cumulative Update 8 for SP2.   Read more...
By Steve Jones 2008/07/17 (first posted: 2007/04/23) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 51,522 reads

The Differences Between SQL Server 2000 and 2005

What are the differences between SQL Server 2000 and 2005? It's a question that DBAs are often asked by those who don't work with SQL Server on a daily basis. Steve Jones begins a short series on the differences by examining some of the core administrative differences.   Read more...
By Steve Jones 2007/08/31 (first posted: 2007/05/15) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 74,784 reads

Upgrading a Database SQL 2000 to SQL 2005

Performing an upgrade to the next version of SQL Server is something more and more of us will be doing as the support for SQL Server 2000 wanes. New author Sachin Samuel brings us an overview of the process and options that you have for performing an upgrade.   Read more...
By Sachin Samuel 2007/05/16 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 35,804 reads

SQL Server 2005 Build List

Build List Updated with Cumulative Update 8 for SP2.   Read more...
By Steve Jones 2008/07/17 (first posted: 2007/04/23) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 51,522 reads

SQL Server 2005 Build List

Build List Updated with Cumulative Update 8 for SP2.   Read more...
By Steve Jones 2008/07/17 (first posted: 2007/04/23) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 51,522 reads

Find blocking processes using recursion in SQL Server 2005

Blocking occurs in SQL Server 2005 when one process has one or more records locked, while another process tries to acquire locks on the same set (or subset) of records. This can create a daisy-chain of processes waiting to complete their work.  Read more...
By Additional Articles 2008/04/03 | Source: Builder.com | Category: SQL Server 2005
Rating: (not yet rated)  Rate this |  Briefcase | 2,051 reads

Write your own sp_lock system stored procedure in SQL Server 2005

The sp_lock system stored procedure is a great tool for checking the amount of locking that occurs on your database system. It returns the number and types of locks that are being held by current active SQL Server sessions.  Read more...
By Additional Articles 2008/03/31 | Source: Builder.com | Category: SQL Server 2005
Rating:  Rate this |  Briefcase | 1,963 reads

SQL Server 2005 Build List

Build List Updated with Cumulative Update 8 for SP2.   Read more...
By Steve Jones 2008/07/17 (first posted: 2007/04/23) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 51,522 reads

Dynamic Management Views and Functions in SQL Server 2005

DBAs have always been warned against using system tables in their code, but often there has been no other way to get information about the server. In SQL Server 2004, Dynamic Management Views have been provided that give you insight into almost every aspect of SQL Server. S. Srivathsani brings us a look at some of the DMVs and functions you can use.   Read more...
By S. Srivathsani 2007/04/23 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 9,978 reads

SQL Server 2005 Best Practices

With SQL Server 2005 recently released, one of the things that many people are looking for are some guidelines for working with the new product. New author Nanda Kishore brings us a list of best practices that should give you a start.   Read more...
By Nanda Kishore 2008/03/14 (first posted: 2006/01/04) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 99,349 reads

Reporting Services Makes Server Support Easier

Reporting Services is one of the most widely used subsystems in SQL Server and there have been some very creative solutions invented by DBAs around the world. New author Carolyn Richardson is one of those, bringing us a implementation that tracks uptime and disk space for her SQL Servers   Read more...
By Carolyn Richardson 2007/03/12 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 7,534 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,785 reads

New Isolation Levels Available in SQL Server 2005

One of the more mysterious features of SQL Server is isolation levels. Whenever a statement is executed, or a data modification is made, it runs under the influence of an isolation level. Traditionally, SQL Server has supported four isolation levels. In SQL Server 2005, two new isolation levels are introduced.  Read more...
By Additional Articles 2007/03/05 | Source: SQL Server Performance | Category: Administration
Rating:  Rate this |  Briefcase | 3,169 reads

Installing and Upgrading to SQL Server 2005

If you have not had the chance to work with SQL Server 2005, or even if you have, Robert Pearl brings us some important information about what your upgrade or installation of the next version of SQL Server will bring. This is information every administrator needs to know to get prepared.   Read more...
By Robert Pearl 2008/01/11 (first posted: 2005/06/29) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 183,476 reads

First Look: SQL Server 2005 SP2 CTP

Service Pack 2 for SQL Server 2005 is not quite here, but Wayne Fillis brings us a look at what you can expect if you install the CTP version that is available now.   Read more...
By Wayne Fillis 2007/01/09 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 10,667 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,299 reads
   Items 1 to 20 of 171    Next 20 >>
 
Most popular

The Differences Between SQL Server 2000 and 2005

What are the differences between SQL Server 2000 and 2005? It's a question that DBAs are often asked by those who don't work with SQL Server on a daily basis. Steve Jones begins a short series on the differences by examining some of the core administrative differences.   Read more...
By Steve Jones 2007/08/31 (first posted: 2007/05/15) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 74,784 reads

SQL Server 2005 Build List

Build List Updated with Cumulative Update 8 for SP2.   Read more...
By Steve Jones 2008/07/17 (first posted: 2007/04/23) | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 51,522 reads

Return Query Text Along With sp_who2 Using Dynamic Management Views

This article describes how to generate the sp_who2 results including the query text for the spid.  Read more...
By Ken Simmons 2008/06/26 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 8,645 reads