IT STORYs

Windows 2008 에 SQL2005 를 설치하려면~ 본문

Windows Server

Windows 2008 에 SQL2005 를 설치하려면~

295~ 2008. 7. 2. 18:41

Windows 2008 에서 SQL2005 를 설치하려면 아래 구성요소를 설치해야한다고함

MS Technet 에서 퍼옴

 

Install SQL Server 2005 Reporting Services SP2
Preinstallation steps

1.
Log on to Windows Server 2008.

2.
Configure a server role and enable ASP.NET and IIS. To do this, follow these steps:

a.
Click Start, and then click Server Manager.

b.
In Server Manager, right-click Manage Roles, and then click Add roles. The Add Roles Wizard starts.

c.
In the Add Roles Wizard, click Select Server Roles.

d.
On the Select Server Roles page, click to select the Web Server (IIS) check box, and then click Next.
Note Because of role dependency, the File Server check box is automatically selected when you click to select the Web Server (IIS) check box.

e.
On the Role Services page, expand Common HTTP Features, and then click to select the following check boxes:


Static Content


Default Document


Directory Browsing


HTTP Errors


HTTP Redirection

f.
Expand Application Development, and then click to select the ASP.NET check box.
Note If you are prompted to add required role services, click OK.

g.
Expand Security, and then click to select the Windows Authentication check box.

h.
Expand Management Tools, expand IIS 6 Management Capability, and then click to select the following check boxes:


IIS Metabase Compatibility


IIS 6 WMI Compatibility


IIS 6 Scripting Tools


IIS 6 Management Console

i.
Click Next, and then click Install.

Note If you do not enable all these features, the Reporting Services option does not appear in the Feature Selection dialog box of the SQL Server Setup program.

3.
Verify that the World Wide Web Publishing service is started. If the World Wide Web Publishing service is not started, configure the service to start automatically. To do this, follow these steps:

a.
In Control Panel, click System and Maintenance.

b.
Click Administrative Tools.

c.
Double-click Services.

d.
In the User Account Control dialog box, click Continue.

e.
Right-click World Wide Web Publishing Service, and then click Properties.

f.
In the World Wide Web Publishing Service Properties dialog box, select Automatic in the Startup type list.

g.
Click Apply, click Start, and then click OK.

Comments