Developing and Deploying SQL Sever Apps on Windows Integrity

4 of 39
Environment Setup
Installation
The development environment consists of an HP Integrity Server and a Windows XP client
(any Windows machine x86 or x64 architecture is sufficient). Install the following software on
these machines. Unless mentioned or missing in the step, choose the default settings or steps
everywhere and continue.
HP Integrity Server
1. Microsoft Windows Server 2003 with SP1 for IA64
2. Microsoft SQL Server 2005 Enterprise Edition for IA64
3. Microsoft SQL Server 2005 Service Pack 1 and the latest hot fixes
4. SQL Server 2005 Samples and Sample Databases. This is needed to execute the
examples in this paper and your own learning purpose. This is optional.
5. Microsoft Visual Studio 2005 Remote Debugging Monitor for IA64
To install, run rdbgsetup.exe from C:\Program Files\Microsoft SQL Server\
90\Shared\1033 or the SQL Server install directory in your system. This is also in the
Visual studio 2005 CD at VS\Remote Debugger\IA64 folder.
6.
Microsoft .NET Framework 2.0 (Software Development Kit) IA64 : This is needed ONLY
if you are developing .NET solutions on an Integrity Server without Visual Studio.
Windows Client
1. Microsoft Windows XP with SP2 or Windows Server 2003 with SP1
2. Microsoft SQL Server 2005 Developer Edition for x86( Developer Edition is same as
Enterprise Edition except the licensing terms)
3. Microsoft SQL Server 2005 Service Pack 1
and the latest hot fixes
4. Microsoft Visual Studio 2005.
Professional Edition is sufficient to write all the managed .NET code.
Also choose Visual Studio 2005 Team Edition for DB professional
which gives
enhanced database features like source control of schema, schema and database
compare, new TSQL editor, collaboration through team portal, etc. For current
CTP5 Beta
, you must have Visual Studio 2005 Professional or higher installed on
your machine.
This is optional.
Team System
includes 64-bit Itanium compiler and cross compiler along with all
the features of the Professional Edition. If you have legacy VC++/VB6 applications
to compile or planning to write you must choose this option. This is optional
.
Team Foundation Server has several additional features. Please see the
comparisons of different versions of Visual Studio.