Re: SQL Server 2000 DTS Designer Components
- From: "Russell Fields" <russellfields@xxxxxxxxxx>
- Date: Mon, 12 Jan 2009 09:00:52 -0500
Tom,
As an FYI, my main SQL Server 2005 servers are 64-bit as well and we run the 32-bit DTSRUN.EXE with no problem on those servers. I actually have not installed the DTS Designer on the servers directly, but install it on client machines of programmers and administrators who manage the DTS packages.
Having said that, I see that on my 64-bit server installation, the SQL Server Management Studio 2005, etc. are all x86 programs (32-bit) so the DTS Designer should work even there.
Regarding running DTS packages, once the legacy components are installed, my SQL Agent job steps are Operating System steps (not SQL Server Integration Services steps) and are in the form:
dtsrun /F \\Server\Path\MyPackage.dts /N NameOfPackage
From this you can see that we store the DTS packages in the file system,rather than in the msdb tables. (This is to allow more than one person to manage the DTS package.) But it should work fine even with packages stored in msdb.
Anyway, they run just fine on 2005 and I would expect them to continue to do so on 2008.
RLF
"Tom Frost" <frosty@xxxxxxxxxxxxx> wrote in message news:68E92721-D12E-4FFE-85F9-ABB5F0208F7D@xxxxxxxxxxxxxxxx
One thing I neglected to mention, the environment is a win server2008 x64
enterprise..
thks
"Tom Frost" wrote:
I'm receiving the following messsage from a SQL 2008 Client when I attempt to
open a DTS package for editing from a registered SQL 2000 Server . I have
been unable to locate the SQL 2000 DTS Designer Components for SQL 2008, only
for SQL 2005 and they dont appear to work.
TITLE: 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 feature. (Microsoft.SqlServer.DtsObjectExplorerUI)
.
- References:
- SQL Server 2000 DTS Designer Components
- From: Tom Frost
- RE: SQL Server 2000 DTS Designer Components
- From: Tom Frost
- SQL Server 2000 DTS Designer Components
- Prev by Date: RE: SQL Server 2000 DTS Designer Components
- Next by Date: Re: Real Time Two Way Replication
- Previous by thread: RE: SQL Server 2000 DTS Designer Components
- Next by thread: Re: Real Time Two Way Replication
- Index(es):
Relevant Pages
|