The following notes apply to this release of SQL Server only.
Microsoft Update
For information about how to use Microsoft Update to identify updates for SQL Server 2008, see the Microsoft Update Web site <http://go.microsoft.com/fwlink/?LinkId=108409> at http://go.microsoft.com/fwlink/?LinkId=108409.
Reporting Services
The Reporting Services installation options that you specified in Setup determine whether additional configuration is required before you can access the report server. If you installed the default configuration, the report server can be used immediately. If you installed the program files only, you must run the Reporting Services Configuration tool to deploy the report server.
To install the Reporting Services Add-in for SharePoint Technologies, start the rsSharePoint.msi in the Setup folder on the SQL Server 2008 installation media after SQL Server Setup is complete.
Documentation and Samples
To install the .NET Framework SDK, see “Installing the .NET Framework SDK” in SQL Server 2008 Books Online <http://go.microsoft.com/fwlink/?LinkId=114089> at http://go.microsoft.com/fwlink/?LinkId=114089.
By default, sample databases and sample code are not installed as part of SQL Server Setup. To install sample databases and sample code for non-Express editions of SQL Server 2008, see the CodePlex Web site <http://go.microsoft.com/fwlink/?LinkId=87843> at http://go.microsoft.com/fwlink/?LinkId=87843. To read about support for SQL Server sample databases and sample code for SQL Server Express, see Databases and Samples Overview <http://go.microsoft.com/fwlink/?LinkId=110391> on the CodePlex Web site at http://go.microsoft.com/fwlink/?LinkId=110391.
For more information about late-breaking changes in this release of SQL Server, see the latest readme file <http://go.microsoft.com/fwlink/?LinkId=100093> at http://go.microsoft.com/fwlink/?LinkId=100093.
For information about SQL Server 2008 Surface Area Configuration, see the following SQL Server 2008 documentation topics:
In SQL Server 2008 Books Online: “Understanding Surface Area Configuration.”
In SQL Server 2008 Setup Help: “Minimize SQL Server 2008 Surface Area.”
In SQL Server 2008 Books Online on MSDN: Understanding Surface Area Configuration <http://go.microsoft.com/fwlink/?LinkId=106282> at http://go.microsoft.com/fwlink/?LinkId=106282.
Terms
Integrated Services - the replacement for DTS packages.
MS SQL 2008 Feature Pack Download
http://www.microsoft.com/downloads/details.aspx?familyid=B33D2C78-1059-4CE2-B80D-2343C099BCB4&displaylang=en - MS SQL 2008 Feature Pack Download
DTS (Data Transformation Services) support in SQL Server 2008
SQL Server 2000 Data Transformation Services (DTS) is deprecated
SQL Server 2008 provides optional 32-bit management, run-time, and design-time support for packages that were created by using the DTS tools and object model.
There is no design-time or run-time support for DTS packages on Itanium-based operating systems. Therefore, you cannot create, view, modify, or run DTS packages on Itanium-based operating systems.
http://msdn.microsoft.com/en-us/library/bb500440.aspx - Support for Data Transformation Services (DTS) in SQL Server 2008
http://msdn.microsoft.com/en-us/library/ms143755.aspx - How to:
Install Support for Data Transformation Services Packages
(The steps below were taken from this URL.)
Stop all services
that start with MSSQL or SQL.
Win XP Pro example: Start, Programs, Administrative Tools, Services
Insert install
DVD, click "Installation", then in right panel click
"New SQL Server stand-alone installation or add features to an
existing installation"
Click through the rules etc... until you get to the screen: "Installation Type"
Choose "Add features to an existing instance of SQL Server 2008", click "Next"
Select the
following:
Integration Services - This option installs the ActiveX
Script task and the DTS Package Migration Wizard.
Client Tools Backward Compatibility - This option installs
the Execute DTS 2000 Package task.
Management Tools - Basic & Management Tools - Complete - SQL
Server Command line and others.
Business Intelligence Development Studio - management &
development tools
Now follow the prompts to install....
Your finished with this part.
DTS Run Time Support (SQL Server 2005 Backwards compatibility)
Run the file
from the DVD that is appropriate for your computer:
ex:
D:\x86\Setup\x86\SQLServer2005_BC.msi - 32 bit (most computers)
D:\x64\Setup\x64\SQLServer2005_BC.msi - 64 bit.
D:\ia64\Setup\ia64\SQLServer2005_BC.msi - Itanium-based 64 bit
OS.
This file will
install the following:
Data Transformation Services 2000 runtime
SQL Distributed Management Objects (SQL-DMO)
Replication component (Repidts)
SQL Virtual Device Interface (SQL VDI)
Decision Support Objects (DSO)
Follow the
prompts until Completed.
-- OR -- Download from Microsoft and install:
http://go.microsoft.com/fwlink/?LinkId=156660 - Microsoft
SQL Server 2008 Feature Pack page
Integrated Services Runtime & Command prompt utilities
Should have
been installed above when you installed "Management
Tools-Complete" and "Business Intelligence Development Studio".
Selecting either of these options installs the 32-bit version of
the Integration Services runtime, the dtexec utility (dtexec.exe),
and other Integration Services tools.
Design Time Support for DTS
Download the
"Microsoft SQL Server 2000 DTS Designer Components" from the URL
below:
http://go.microsoft.com/fwlink?linkid=143539
- Feature Pack for Microsoft SQL Server 2005 - December 2008
SQLServer2005_DTS.msi - install this program!
Copy Files
- DTS designer support for "SQL Server Management Studio" &
"Business Intelligence Development Studio"
(Note: The files that are being "copied from" do not exist in
the "copy to" directories.)
Warning: Check your "Program Files"
directory and modify the "cd" command (rem etc..) to match your OS.
C:
rem cd "\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn\"
cd "\Program Files\Microsoft SQL Server\80\Tools\Binn\"
rem
rem *** needed for SQL Server Management Studio (SSMS)***
COPY "SEMSFC.DLL" "..\..\..\100\Tools\Binn\VSShell\Common7\IDE"
COPY "SQLGUI.DLL" "..\..\..\100\Tools\Binn\VSShell\Common7\IDE"
COPY "SQLSVC.DLL" "..\..\..\100\Tools\Binn\VSShell\Common7\IDE"
COPY "Resources\1033\SEMSFC.RLL" "..\..\..\100\Tools\Binn\VSShell\Common7\IDE\Resources\1033"
COPY "Resources\1033\SQLGUI.RLL" "..\..\..\100\Tools\Binn\VSShell\Common7\IDE\Resources\1033"
COPY "Resources\1033\SQLSVC.RLL" "..\..\..\100\Tools\Binn\VSShell\Common7\IDE\Resources\1033"
rem ** needed for Business Intelligence Development Studio
(BIDS) ***
COPY "SEMSFC.DLL" "..\..\..\..\Microsoft Visual Studio
9.0\Common7\IDE"
COPY "SQLGUI.DLL" "..\..\..\..\Microsoft Visual Studio
9.0\Common7\IDE"
COPY "SQLSVC.DLL" "..\..\..\..\Microsoft Visual Studio
9.0\Common7\IDE"
COPY "Resources\1033\SEMSFC.RLL" "..\..\..\..\Microsoft Visual
Studio 9.0\Common7\IDE\1033"
COPY "Resources\1033\SQLGUI.RLL" "..\..\..\..\Microsoft Visual
Studio 9.0\Common7\IDE\1033"
COPY "Resources\1033\SQLSVC.RLL" "..\..\..\..\Microsoft Visual
Studio 9.0\Common7\IDE\1033"
rem ** Not sure because the directory doesn't exist **
MD "..\..\..\..\Microsoft Visual Studio 9.0\Common7\IDE\Resources"
MD "..\..\..\..\Microsoft Visual Studio 9.0\Common7\IDE\Resources\1033"
COPY "Resources\1033\SEMSFC.RLL" "..\..\..\..\Microsoft Visual
Studio 9.0\Common7\IDE\Resources\1033"
COPY "Resources\1033\SQLGUI.RLL" "..\..\..\..\Microsoft Visual
Studio 9.0\Common7\IDE\Resources\1033"
COPY "Resources\1033\SQLSVC.RLL" "..\..\..\..\Microsoft Visual
Studio 9.0\Common7\IDE\Resources\1033"
pause
Here is notes from the Web Site:
To ensure that the DTS designer can be used in SQL Server Management
Studio
1.Copy the files, SEMSFC.DLL, SQLGUI.DLL, and SQLSVC.DLL, from the %ProgramFiles%\Microsoft
SQL Server\80\Tools\Binn folder to the %ProgramFiles%\Microsoft SQL
Server\100\Tools\Binn\VSShell\Common7\IDE folder.
2.Copy the files, SEMSFC.RLL, SQLGUI.RLL, and SQLSVC.RLL, from the %ProgramFiles%\Microsoft
SQL Server\80\Tools\Binn\Resources folder to the %ProgramFiles%\Microsoft
SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Resources\%lang_id%
folder. For example, for U.S. English, the lang_id subfolder will be
"1033".
To ensure that the DTS designer can be used in Business Intelligence
Development Studio
1.Copy the files, SEMSFC.DLL, SQLGUI.DLL, and SQLSVC.DLL, from the %ProgramFiles%\Microsoft
SQL Server\80\Tools\Binn folder to the %ProgramFiles%\Microsoft
Visual Studio 9.0\Common7\IDE folder.
2.Copy the files, SEMSFC.RLL, SQLGUI.RLL, and SQLSVC.RLL, from the %ProgramFiles%\Microsoft
SQL Server\80\Tools\Binn\Resources folder to the %ProgramFiles%\Microsoft
Visual Studio 9.0\Common7\IDE\Resources\%lang_id% folder. For
example, for U.S. English, the lang_id subfolder will be "1033".
(NOTE: \Resources\ doesn't exist for me!!!)
Errors
Error Title: Object
Explorer
[DBNETLIB]ConnectionOpen(Invalid Instance()).]Invalid connection. (Microsoft
OLE DB Provider for SQL Server)
Solution: See if the DTS package requires a specific DB to be present.
Opening a DTS local package:
Open DTS 2000 Package
SQL Server 2000 DTS Designer components are required to edit DTS packages.
Install the special Web download, "SQL Server 2000 DTS Designer Components"
to use this freature. (Microsoft.SqlServer.DtsObjectExplorerUI).
Opening DTS Structured File
Package Error:
Error Source: Microsoft Data Transformation Services (DTS) Package
Error Description: The DTS host failed to load or save the package properly.
Object Explorer:
SQL Server 2000 DTS Designer components are required to edit DTS packages.
Install the special Web download, "SQL Server 2000 DTS Designer Components"
to use this freature. (Microsoft.SqlServer.DtsObjectExplorerUI).
Right click on a DTS local package and choose "Migrate".
Package Migration Wizard
DTS Migration Wizard Error
[DBNETLIB]ConnectionOpen (Invalid Instance()).] Invalid connection.
(Microsoft OLE DB Provider for SQL Server)
(Under Construction)
OLD INFO - UNDER CONSTRUCTION