dbTalk Databases Forums  

200 DTS and SQLServer 2005

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss 200 DTS and SQLServer 2005 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jonathan Crawford
 
Posts: n/a

Default 200 DTS and SQLServer 2005 - 11-27-2008 , 09:44 AM






Hi

I am sorry if you have heard this one before.
We have had full SQL Server 2000 for years
but are migrating to a new webserver SQL Server 2005 Workgroup.

I have a very large dts which checks data and moves it from one database to
another.
I managed to import this into legacy and installed something that will let
me reconfigure it.

However it does not seem to be possible to run the legacy dts from the
scheduler.

I discovered that I could right click on the dts and select migrate and it
would create a package somewhere
which I could access (I say somewhere as these don't seem to be editable)

The problem I have is that the modification fails very time on my principal
dts because it has square brackets in the names of the steps.
This is because the default naming of the 2000 dts put is in automatically.
eg [dbo].[webtable]. I don't have a means of changing these step names.
The only way I can see them is by exporting the dts as a bas
I can't believe that anyone in their right mind would have created such a
mess.


So my question is
a) is there anyway of getting a dts to run on a scheduler in SQL Server Work
group on a 64 bit machine
b) how can rename a step in a dts (please don't say rebuild it as it is a
major bit of work and I would
rather migrate the whole thing to LAMP)


thanks

jc





Reply With Quote
  #2  
Old   
Todd C
 
Posts: n/a

Default RE: 200 DTS and SQLServer 2005 - 12-11-2008 , 07:53 AM






Have you tried downloading the legacy components for SQL 2005? (free from
MS)They should let you edit DTS packages stored in a 2005 instance.

Also, it sounds like your issue might be with the QUOTED IDENTIFIERS option.
Not sure how that plays into DTS design or server or database level behaviour
but it might be worth a scan through BOL.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Jonathan Crawford" wrote:

Quote:
Hi

I am sorry if you have heard this one before.
We have had full SQL Server 2000 for years
but are migrating to a new webserver SQL Server 2005 Workgroup.

I have a very large dts which checks data and moves it from one database to
another.
I managed to import this into legacy and installed something that will let
me reconfigure it.

However it does not seem to be possible to run the legacy dts from the
scheduler.

I discovered that I could right click on the dts and select migrate and it
would create a package somewhere
which I could access (I say somewhere as these don't seem to be editable)

The problem I have is that the modification fails very time on my principal
dts because it has square brackets in the names of the steps.
This is because the default naming of the 2000 dts put is in automatically.
eg [dbo].[webtable]. I don't have a means of changing these step names.
The only way I can see them is by exporting the dts as a bas
I can't believe that anyone in their right mind would have created such a
mess.


So my question is
a) is there anyway of getting a dts to run on a scheduler in SQL Server Work
group on a 64 bit machine
b) how can rename a step in a dts (please don't say rebuild it as it is a
major bit of work and I would
rather migrate the whole thing to LAMP)


thanks

jc






Reply With Quote
  #3  
Old   
Todd C
 
Posts: n/a

Default RE: 200 DTS and SQLServer 2005 - 12-11-2008 , 07:53 AM



Have you tried downloading the legacy components for SQL 2005? (free from
MS)They should let you edit DTS packages stored in a 2005 instance.

Also, it sounds like your issue might be with the QUOTED IDENTIFIERS option.
Not sure how that plays into DTS design or server or database level behaviour
but it might be worth a scan through BOL.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Jonathan Crawford" wrote:

Quote:
Hi

I am sorry if you have heard this one before.
We have had full SQL Server 2000 for years
but are migrating to a new webserver SQL Server 2005 Workgroup.

I have a very large dts which checks data and moves it from one database to
another.
I managed to import this into legacy and installed something that will let
me reconfigure it.

However it does not seem to be possible to run the legacy dts from the
scheduler.

I discovered that I could right click on the dts and select migrate and it
would create a package somewhere
which I could access (I say somewhere as these don't seem to be editable)

The problem I have is that the modification fails very time on my principal
dts because it has square brackets in the names of the steps.
This is because the default naming of the 2000 dts put is in automatically.
eg [dbo].[webtable]. I don't have a means of changing these step names.
The only way I can see them is by exporting the dts as a bas
I can't believe that anyone in their right mind would have created such a
mess.


So my question is
a) is there anyway of getting a dts to run on a scheduler in SQL Server Work
group on a 64 bit machine
b) how can rename a step in a dts (please don't say rebuild it as it is a
major bit of work and I would
rather migrate the whole thing to LAMP)


thanks

jc






Reply With Quote
  #4  
Old   
Todd C
 
Posts: n/a

Default RE: 200 DTS and SQLServer 2005 - 12-11-2008 , 07:53 AM



Have you tried downloading the legacy components for SQL 2005? (free from
MS)They should let you edit DTS packages stored in a 2005 instance.

Also, it sounds like your issue might be with the QUOTED IDENTIFIERS option.
Not sure how that plays into DTS design or server or database level behaviour
but it might be worth a scan through BOL.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Jonathan Crawford" wrote:

Quote:
Hi

I am sorry if you have heard this one before.
We have had full SQL Server 2000 for years
but are migrating to a new webserver SQL Server 2005 Workgroup.

I have a very large dts which checks data and moves it from one database to
another.
I managed to import this into legacy and installed something that will let
me reconfigure it.

However it does not seem to be possible to run the legacy dts from the
scheduler.

I discovered that I could right click on the dts and select migrate and it
would create a package somewhere
which I could access (I say somewhere as these don't seem to be editable)

The problem I have is that the modification fails very time on my principal
dts because it has square brackets in the names of the steps.
This is because the default naming of the 2000 dts put is in automatically.
eg [dbo].[webtable]. I don't have a means of changing these step names.
The only way I can see them is by exporting the dts as a bas
I can't believe that anyone in their right mind would have created such a
mess.


So my question is
a) is there anyway of getting a dts to run on a scheduler in SQL Server Work
group on a 64 bit machine
b) how can rename a step in a dts (please don't say rebuild it as it is a
major bit of work and I would
rather migrate the whole thing to LAMP)


thanks

jc






Reply With Quote
  #5  
Old   
Todd C
 
Posts: n/a

Default RE: 200 DTS and SQLServer 2005 - 12-11-2008 , 07:53 AM



Have you tried downloading the legacy components for SQL 2005? (free from
MS)They should let you edit DTS packages stored in a 2005 instance.

Also, it sounds like your issue might be with the QUOTED IDENTIFIERS option.
Not sure how that plays into DTS design or server or database level behaviour
but it might be worth a scan through BOL.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Jonathan Crawford" wrote:

Quote:
Hi

I am sorry if you have heard this one before.
We have had full SQL Server 2000 for years
but are migrating to a new webserver SQL Server 2005 Workgroup.

I have a very large dts which checks data and moves it from one database to
another.
I managed to import this into legacy and installed something that will let
me reconfigure it.

However it does not seem to be possible to run the legacy dts from the
scheduler.

I discovered that I could right click on the dts and select migrate and it
would create a package somewhere
which I could access (I say somewhere as these don't seem to be editable)

The problem I have is that the modification fails very time on my principal
dts because it has square brackets in the names of the steps.
This is because the default naming of the 2000 dts put is in automatically.
eg [dbo].[webtable]. I don't have a means of changing these step names.
The only way I can see them is by exporting the dts as a bas
I can't believe that anyone in their right mind would have created such a
mess.


So my question is
a) is there anyway of getting a dts to run on a scheduler in SQL Server Work
group on a 64 bit machine
b) how can rename a step in a dts (please don't say rebuild it as it is a
major bit of work and I would
rather migrate the whole thing to LAMP)


thanks

jc






Reply With Quote
  #6  
Old   
Todd C
 
Posts: n/a

Default RE: 200 DTS and SQLServer 2005 - 12-11-2008 , 07:53 AM



Have you tried downloading the legacy components for SQL 2005? (free from
MS)They should let you edit DTS packages stored in a 2005 instance.

Also, it sounds like your issue might be with the QUOTED IDENTIFIERS option.
Not sure how that plays into DTS design or server or database level behaviour
but it might be worth a scan through BOL.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Jonathan Crawford" wrote:

Quote:
Hi

I am sorry if you have heard this one before.
We have had full SQL Server 2000 for years
but are migrating to a new webserver SQL Server 2005 Workgroup.

I have a very large dts which checks data and moves it from one database to
another.
I managed to import this into legacy and installed something that will let
me reconfigure it.

However it does not seem to be possible to run the legacy dts from the
scheduler.

I discovered that I could right click on the dts and select migrate and it
would create a package somewhere
which I could access (I say somewhere as these don't seem to be editable)

The problem I have is that the modification fails very time on my principal
dts because it has square brackets in the names of the steps.
This is because the default naming of the 2000 dts put is in automatically.
eg [dbo].[webtable]. I don't have a means of changing these step names.
The only way I can see them is by exporting the dts as a bas
I can't believe that anyone in their right mind would have created such a
mess.


So my question is
a) is there anyway of getting a dts to run on a scheduler in SQL Server Work
group on a 64 bit machine
b) how can rename a step in a dts (please don't say rebuild it as it is a
major bit of work and I would
rather migrate the whole thing to LAMP)


thanks

jc






Reply With Quote
  #7  
Old   
Todd C
 
Posts: n/a

Default RE: 200 DTS and SQLServer 2005 - 12-11-2008 , 07:53 AM



Have you tried downloading the legacy components for SQL 2005? (free from
MS)They should let you edit DTS packages stored in a 2005 instance.

Also, it sounds like your issue might be with the QUOTED IDENTIFIERS option.
Not sure how that plays into DTS design or server or database level behaviour
but it might be worth a scan through BOL.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Jonathan Crawford" wrote:

Quote:
Hi

I am sorry if you have heard this one before.
We have had full SQL Server 2000 for years
but are migrating to a new webserver SQL Server 2005 Workgroup.

I have a very large dts which checks data and moves it from one database to
another.
I managed to import this into legacy and installed something that will let
me reconfigure it.

However it does not seem to be possible to run the legacy dts from the
scheduler.

I discovered that I could right click on the dts and select migrate and it
would create a package somewhere
which I could access (I say somewhere as these don't seem to be editable)

The problem I have is that the modification fails very time on my principal
dts because it has square brackets in the names of the steps.
This is because the default naming of the 2000 dts put is in automatically.
eg [dbo].[webtable]. I don't have a means of changing these step names.
The only way I can see them is by exporting the dts as a bas
I can't believe that anyone in their right mind would have created such a
mess.


So my question is
a) is there anyway of getting a dts to run on a scheduler in SQL Server Work
group on a 64 bit machine
b) how can rename a step in a dts (please don't say rebuild it as it is a
major bit of work and I would
rather migrate the whole thing to LAMP)


thanks

jc






Reply With Quote
  #8  
Old   
Todd C
 
Posts: n/a

Default RE: 200 DTS and SQLServer 2005 - 12-11-2008 , 07:53 AM



Have you tried downloading the legacy components for SQL 2005? (free from
MS)They should let you edit DTS packages stored in a 2005 instance.

Also, it sounds like your issue might be with the QUOTED IDENTIFIERS option.
Not sure how that plays into DTS design or server or database level behaviour
but it might be worth a scan through BOL.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Jonathan Crawford" wrote:

Quote:
Hi

I am sorry if you have heard this one before.
We have had full SQL Server 2000 for years
but are migrating to a new webserver SQL Server 2005 Workgroup.

I have a very large dts which checks data and moves it from one database to
another.
I managed to import this into legacy and installed something that will let
me reconfigure it.

However it does not seem to be possible to run the legacy dts from the
scheduler.

I discovered that I could right click on the dts and select migrate and it
would create a package somewhere
which I could access (I say somewhere as these don't seem to be editable)

The problem I have is that the modification fails very time on my principal
dts because it has square brackets in the names of the steps.
This is because the default naming of the 2000 dts put is in automatically.
eg [dbo].[webtable]. I don't have a means of changing these step names.
The only way I can see them is by exporting the dts as a bas
I can't believe that anyone in their right mind would have created such a
mess.


So my question is
a) is there anyway of getting a dts to run on a scheduler in SQL Server Work
group on a 64 bit machine
b) how can rename a step in a dts (please don't say rebuild it as it is a
major bit of work and I would
rather migrate the whole thing to LAMP)


thanks

jc






Reply With Quote
  #9  
Old   
Todd C
 
Posts: n/a

Default RE: 200 DTS and SQLServer 2005 - 12-11-2008 , 07:53 AM



Have you tried downloading the legacy components for SQL 2005? (free from
MS)They should let you edit DTS packages stored in a 2005 instance.

Also, it sounds like your issue might be with the QUOTED IDENTIFIERS option.
Not sure how that plays into DTS design or server or database level behaviour
but it might be worth a scan through BOL.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]


"Jonathan Crawford" wrote:

Quote:
Hi

I am sorry if you have heard this one before.
We have had full SQL Server 2000 for years
but are migrating to a new webserver SQL Server 2005 Workgroup.

I have a very large dts which checks data and moves it from one database to
another.
I managed to import this into legacy and installed something that will let
me reconfigure it.

However it does not seem to be possible to run the legacy dts from the
scheduler.

I discovered that I could right click on the dts and select migrate and it
would create a package somewhere
which I could access (I say somewhere as these don't seem to be editable)

The problem I have is that the modification fails very time on my principal
dts because it has square brackets in the names of the steps.
This is because the default naming of the 2000 dts put is in automatically.
eg [dbo].[webtable]. I don't have a means of changing these step names.
The only way I can see them is by exporting the dts as a bas
I can't believe that anyone in their right mind would have created such a
mess.


So my question is
a) is there anyway of getting a dts to run on a scheduler in SQL Server Work
group on a 64 bit machine
b) how can rename a step in a dts (please don't say rebuild it as it is a
major bit of work and I would
rather migrate the whole thing to LAMP)


thanks

jc






Reply With Quote
  #10  
Old   
sql_noob
 
Posts: n/a

Default Re: 200 DTS and SQLServer 2005 - 12-12-2008 , 02:56 PM



On Dec 11, 8:53*am, Todd C <To... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
Have you tried downloading the legacy components for SQL 2005? (free from
MS)They should let you edit DTS packages stored in a 2005 instance.

Also, it sounds like your issue might be with the QUOTED IDENTIFIERS option.
Not sure how that plays into DTS design or server or database level behaviour
but it might be worth a scan through BOL.

HTH
--
Todd C

[If this response was helpful, please indicate by clicking the appropriate
answer at the bottom]



"Jonathan Crawford" wrote:
Hi

I am sorry if you have heard this one before.
We have had full SQL Server 2000 for years
but are migrating to a new webserver SQL Server 2005 Workgroup.

I have a very large dts which checks data and moves it from one database to
another.
I managed to import this into legacy and installed something that will let
me reconfigure it.

However it does not seem to be possible to run the legacy dts from the
scheduler.

I discovered that I could right click on the dts and select migrate andit
would create a package somewhere
which I could access (I say somewhere as these don't seem to be editable)

The problem I have is that the modification fails very time on my principal
dts because it has square brackets in the names of the steps.
This is because the default naming of the 2000 dts put is in automatically.
eg [dbo].[webtable]. I don't have a means of changing these step names.
The only way I can see them is by exporting the dts as a bas
I can't believe that anyone in their right mind would have created sucha
mess.

So my question is
a) is there anyway of getting a dts to run on a scheduler in SQL ServerWork
group on a 64 bit machine
b) how can rename a step in a dts (please don't say rebuild it as it isa
major bit of work and I would
* * rather migrate the whole thing to LAMP)

thanks

jc- Hide quoted text -

- Show quoted text -
have you tried to create a new SSIS project, use the execute DTS task
and point it to the DTS package? i have a 2005 server where i had to
create new DTS packages and this is the way i execute them


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.