Oracle 11g (Unix) /SQL 2008 (XP) Installation Guide
Oracle 11g (Unix) /SQL 2008 (XP) Installation Guide
Hardware Requirements
Hard drive free space Minimum 2 GB (Hard drive space usage may vary
depending on type of server and size of databases)
SQL Server 2008 graphical tools require VGA or higher resolution: at least 1,024x768
pixel resolution.
Software Requirements
1
This edition of SQL Server can be installed to the Windows on Windows (WOW64) 32-bit subsystem of a 64-bit
server. WOW64 is supported only for stand-alone instances of SQL Server. WOW64 is not supported for SQL Server failover
cluster installations.
2
Supported Operating Systems for SQL Server Standard for Small Business
3
Supported only on SQL Server SP1 or higher.
Network Configurations
Supported operating systems have built-in network software. Stand-alone named and default
instances support the following network protocols:
x Shared memory
x Named Pipes
x TCP/IP
x VIA
Step 1: Copy Installation files
We recommend you copy the whole installation files to hard drive you are going to install
it on. It makes the installation process much faster than running it from CD/DVD once it get
started.
Here is the system looks like after the copy the entire installation files:
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
Step 2: Setup
Double click on the setup.exe file. Then you will get following dialog box
Click Ok to install Microsoft .NET Framework .after few seconds following dialog box
will appear…
This will disappear from the screen and the main .net installation dialog box appears:
Click on the "I have read and ACCEPT the terms of the License agreement”, then click on the
install button to proceed. Then it will install .Net framework for you.
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
After install .net framework following dialog box appear for install windows recommended
Software update. Click on Next .then it will install software update.
Click on OK the restart the computer. After reboot SQL server 2008 setup will continue.
This will disappear from the screen and the main installation dialog box appears:
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
Click on the Installation on the left hand side of the screen. Then click on the “New SQL server
stand-alone installation or add features to an existing installation”.
The following dialog appears on the screen while the install program prepares for Installation:
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
After few minutes (timing will vary according on your system) the following screen appears:
Step 5:
Click on “show details” button or “view detailed report link” to check for any failed processes .if
any failed process found, correct it, then click on the Re-run button to perform the checks again.
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
Step 6:
If all checks have passed, click on the OK button. After a few moments, the option to select the
edition and to enter the license key (or “product key”) will appear.
Step 7:
Enter the product key into the box, or choose free edition if you’re evaluation SQL server2008,
and click on the Next button:
Click on the "I accept the license terms" check box, and then click on the Next button again.
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
Step 8:
The following screen will appear while Windows Installer prepares itself for the installation.
This will take a short while:
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
Step 9:
Configure it according to your requirements, but most installations, keep the default settings.
Click on the Next Button.
Step 12:
This screen show you if you have sufficient disk space on the hard drive you installing and
where you going to install.
Click on Next
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
This dialog box allows you to configure the service accounts that will e used to run SQL server.
If you have created Active directory or Windows NT for use with services, use these. If not then
just to get the installation up and working, use the built-in Network Service account for all three
services listed (this account does not require a password).
Change the startup type to Automatic for all services. Then these services will start the SQL
server database engine, SQL agent and SQL browser service when the server is re-booted.
Click on Next
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
Step 14:
This dialog box allows you to configure the database engine security.
Change the Authentication Mode to Mixed Mode unless you are certain you only need
Windows-only authentication.
If you pick Mixed Mode security, you must also enter a password for the sysadmin
Account (sa).
Enter and confirm a secure password for the sa account. That you MUST also provide a
Windows NT account on the local machine as a SQL Server administrator. If you do not want
Windows system administrators to be able walk up to the box and login to SQL Server, create a
new, local, dummy Windows user and add this account instead. Otherwise, add in the local
administrator Account, or your own Windows account on the domain in which the SQL Server
will reside.
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
Step 15:
Specify which drives in your systems will be used for the various types of database files.
Performance wise better put the user database directory and User log directory on
Separate physical drives. But it will depend on how Windows has been configured and how
many disk drives you have available.
Choose appropriate reporting services configuration mode. By default first option is selected.
Then click on Next
Step 17:
Following screen allows you to checks if there are any processes of installation running which
will stop the installation of SQL Server 2008.
Step 18:
This screen give you summery about what you are going to install and gives you a last chance to
cancel or change anything that is wrongly configures.
Click on install when you are sure you want to start the installation process.
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
SQL server 2008 will now install. How long it takes depend on the speed of your machine.
Finally, the installation will complete. Check weather all the component you selected install
successfully.
Click on next then installation complete successfully dialog box will appear. Click on close.
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
Post-installation configurations
Method 1
Click Start >> Run >> type cmd to start command prompt.
x Stop DMP instance of SQL Server : net stop “SQL SERVER DMP”
x Start DMP instance of SQL Server : net start “SQL SERVER DMP”
x Pause DMP instance of SQL Server : net pause “SQL SERVER DMP”
x Continue DMP instance of SQL Server : net continue “SQL SERVER DMP”
Method 2
We can start one instance of SQL Server by using sqlservr.exe from a different instance,
but SQL Server will start the version of the incorrect instance as well, including service packs,
which may lead to unexpected results. To avoid this, use the MS-DOS change directory (cd)
command to move to the correct directory before starting sqlservr.exe, as shown in the following
example.
sqlservr.exe
sqlservr.exe -s <instancename>
x To start the default instance of SQL Server in single-user mode from a command
prompt
sqlservr.exe -m
sqlservr.exe -m -s <instancename>
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
sqlservr.exe –f
sqlservr.exe -f -s <instancename>
Method 1
Type services.msc in Run .then it will show all the services on Windows.
You can see SQL services in the services dialog box. It will indicate instance names as well.
Method 2
You can see SQL services in the services dialog box. It will indicate instance names as well.
Right click on service which you want to stop/start/restart .then select appropriate task.
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
On SQL Server Configuration Manager, select SQL Server Services on the left window. If the
state on SQL Server Browser is not running, configure and start the service.
Double-click on SQL Server Browser, the Properties window will show up. Set the account for
start SQL Server Browser Service.
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
On SQL Server Browser Properties, move to Service tab and change Start Mode to Automatic.
Therefore, the service will be start automatically when the computer starts. Click OK to apply
changes.
Back to SQL Server Configuration Manager, right-click on SQL Server Bowser on the right
window and select Start to start the service.
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
On the left window, expand SQL Server Network Configuration -> Protocols for DMP. If it
Disable Right-click on TCP/IP and select Enable to enable the protocol.
There is a pop-up shown up that you have to restart the SQL Service to apply changes.
On the left window, select SQL Server Services. Select SQL Server on the right window ->
click Restart. The SQL Server service will be restarted.
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
Open Microsoft SQL Server Management Studio and connect to the SQL Server 2008.
On Server Properties, select Security on the left window. Then, select SQL Server and Windows
Authentication mode.
Again, there is a pop-up shown up that you have to restart the SQL Service to apply changes.
Oracle 11g (Unix)/SQL 2008 (XP) Installation guide
Firewall Configuration
On the Start menu, click Run.Type firewall.cpl .then windows firewall dialog box will be appear.
Add the proper settings for your application. For this task we're going to run a SQL server on
port 1433(default port). Pick a name for your service, Select TCP as the protocol. Click OK to
save the rule.
Go to SQL Management Studio .click on the down arrow in the server name and click on browse
more.
Enter the credential to log the remote server. Then you can connect with the remote server. In
this case I was connected to XP2 SQL Server from XP3 Client Machine.
CLR functions
Then I created two databases called “student” and “customer” to demonstrate CLR functions.
After inserting value you can see there is a string value in each record which equal to “Hello
world”