SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag Installation Rss

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

SQL Server 7, 2000 (21)     Clustering (3)     System Development Life Cycle (2)     Monitoring (1)    
Administration (13)     Service Packs (3)     Triggers (2)     News (1)    
Configuring (9)     SQL Server 2008 (3)     User Defined Function (UDF) (2)     OpenXML (1)    
Basic Querying (4)     Stored Procedures (3)     Basics (1)     Programming (1)    
Miscellaneous (4)     Backup and Recovery (2)     Best and Worst Practices (1)     Replication (1)    
Security (4)     Disaster Recovery (2)     Best Practices (1)     UpdateGrams (1)    
SQL Server 2005 (4)     DTS (2)     Database Design (1)     Visual Basic 6 (1)    
Strategies (4)     Indexing (2)     Distributed Queries (1)     XML (1)    
T-SQL (4)     Performance Tuning (2)     English Query (1)     XSL (1)    
   Items 1 to 20 of 38    Next 20 >>
 

Installing SQL Server

Because installing SQL Server is so easy it is tempting to cut corners, fail to plan properly and blindly accept default options without considering the alternatives.  Read more...
By Additional Articles 2009/10/06 | Source: SQL-Server-Pro | Category: Installation
Rating:  Rate this |  Briefcase | 3,373 reads

12 Essential Steps After Installing SQL Server

Rolling out SQL Servers is a key task for DBAs, this articles provides 12 essential post-installation steps.  Read more...
By Additional Articles 2009/08/03 | Source: SQL Server Performance | Category: Installation
Rating:  Rate this |  Briefcase | 6,060 reads

Failing SQL 2005 Cluster Installation because of too many cpu's

A Failing cluster installation because of too many processors. Sander Stad explains how you might be able to solve this in your environment.  Read more...
By Sander Stad 2009/07/14 | Source: SQLServerCentral.com | Category: SQL Server 2005
Rating: |  Discuss |  Briefcase | 3,649 reads

Prepare SQL Server 2005 in a Clustered Environment for SP3

This article from shows how to prepare your SQL Server 2005 clustered environment for Service Pack 3 and avoid some common problems.  Read more...
By Sander Stad 2009/06/19 | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 2,702 reads

SQL Server 2008 Installation Process

I have heard that the installation process for SQL Server 2008 differs from previous installation processes. So, how much different is the installation process? In this three-part tip series, we will review the installation process for SQL Server 2008, which differs quite a bit from SQL Server 2000 and SQL Server 2005 installations.  Read more...
By Additional Articles 2009/02/16 | Source: MSSQLTips.com | Category: SQL Server 2008
Rating: (not yet rated)  Rate this |  Briefcase | 2,347 reads

Invalid SKU Error when Adding a Node to a SQL 2008 Cluster

When trying to add a node to an existing SQL Server 2008 cluster you get an Invalid SKU Error  Read more...
Rating: |  Discuss |  Briefcase | 1,729 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 published: 2002/07/12) | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 149,789 reads

Protocols

By 2007/12/28 | Category: SQL Server 2005
Rating: (not yet rated) |  Discuss |  Briefcase | 2,667 reads

Installing SQL Server 2008

This article highlights the steps involved to install SQL Server 2008.  Read more...
By Additional Articles 2007/12/27 | Source: Database Journal | Category: SQL Server 2008
Rating:  Rate this |  Briefcase | 2,363 reads

SQL Server Protocols

By 2007/12/04 | Category: SQL Server 2005
Rating: (not yet rated) |  Discuss |  Briefcase | 2,847 reads

Distributing SQL Server Databases

Longtime SQL Server author Raj Vasant brings us a technique for delivering databases along with an application. As more and more systems take advantage of SQL Server or Express, this is a technique that can come in very handy.  Read more...
By Vasant Raj 2007/10/22 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 5,126 reads

Services for SQL Server 2000

In this article, Brian Kelley focuses on learning the various services in SQL Server. He also covers the security needed to make them work.   Read more...
By Brian Kelley 2006/05/12 (first published: 2002/01/03) | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 48,615 reads

SQL Server 2000 SP 3: What's New in Security

Service Pack 3 for SQL Server 2000 is huge. There are significant changes in it and they apply to all three products: the core SQL Server, MSDE, and Analysis Services. Because there are so many changes, this first article in the series will only focus on the security changes.   Read more...
By Brian Kelley 2005/12/09 (first published: 2003/06/05) | Source: SQLServerCentral.com | Category: Service Packs
Rating: |  Discuss |  Briefcase | 29,778 reads

Troubleshooting Cannot Generate SSPI Context Errors

As a DBA you do not need to know how to setup an Active Directory domain or a DNS server, but you still need to know how Kerberos, Service Principle Names, and hostnames are used to perform integrated authentication to a SQL Server. This article by new columnist Chad Miller shows you some of the more integral parts of troubleshooting running Windows Authentication security in a SQL Server environmnet.   Read more...
By Chad Miller 2005/08/19 (first published: 2003/02/27) | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 58,729 reads

All about the 'Case'

When installing SQL Server, regardless of versions and editions, SQL Server database administrators tend to choose the default collation and sort-order, which is SQL_Latin1_General_CP1_CI_AS. Though case insensitiveness makes the life of the database developers and database administrator's easy, there are situations where case sensitivity should be enforced just as password checking is enforced. In this article, I would like to discuss different methods for achieving case sensitivity in a case insensitive database/server.  Read more...
By Additional Articles 2005/03/25 | Source: Database Journal | Category: Installation
Rating:  Rate this |  Briefcase | 2,071 reads

Data Dictionary from within SQL Server 2000

Mindy explores the metadata stored in SQL 2000 to show you how to produce a simple and useful data dictionary!   Read more...
By Mindy Curnutt 2005/02/04 (first published: 2002/02/11) | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 34,423 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 published: 2002/07/12) | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 149,789 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 published: 2001/07/02) | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 67,130 reads

Building a Demo Server

Everyone does demos. Selling software relies upon people viewing your software in action and being confident it will work. Managing a demo server can be a challenge and this series will look at different problems and options you have.   Read more...
By Steve Jones 2004/01/14 | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 6,491 reads

Build a lot of DSN's in a hurry!

This article by Andy Warren offers a free utility that will generate DSN's for all or just a subset of the databases on a server in seconds.   Read more...
By Andy Warren 2003/09/19 | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 9,910 reads
   Items 1 to 20 of 38    Next 20 >>
 
Most popular

Failing SQL 2005 Cluster Installation because of too many cpu's

A Failing cluster installation because of too many processors. Sander Stad explains how you might be able to solve this in your environment.  Read more...
By Sander Stad 2009/07/14 | Source: SQLServerCentral.com | Category: SQL Server 2005
Rating: |  Discuss |  Briefcase | 3,649 reads

Prepare SQL Server 2005 in a Clustered Environment for SP3

This article from shows how to prepare your SQL Server 2005 clustered environment for Service Pack 3 and avoid some common problems.  Read more...
By Sander Stad 2009/06/19 | Source: SQLServerCentral.com | Category: Installation
Rating: |  Discuss |  Briefcase | 2,702 reads

Invalid SKU Error when Adding a Node to a SQL 2008 Cluster

When trying to add a node to an existing SQL Server 2008 cluster you get an Invalid SKU Error  Read more...
Rating: |  Discuss |  Briefcase | 1,729 reads