Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

200 DTS and SQLServer 2005

 
   Database Help (Home) -> DTS RSS
Next:  Writing PHP extensions (C/C++)  
Author Message
Jonathan Crawford

External


Since: Aug 09, 2008
Posts: 4



(Msg. 1) Posted: Thu Nov 27, 2008 11:26 am
Post subject: 200 DTS and SQLServer 2005
Archived from groups: microsoft>public>sqlserver>dts (more info?)

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

 >> Stay informed about: 200 DTS and SQLServer 2005 
Back to top
Login to vote
Todd C

External


Since: Jan 31, 2007
Posts: 106



(Msg. 2) Posted: Thu Dec 11, 2008 5:53 am
Post subject: RE: 200 DTS and SQLServer 2005 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 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
>
>
>
>
>

 >> Stay informed about: 200 DTS and SQLServer 2005 
Back to top
Login to vote
sql_noob

External


Since: Dec 12, 2008
Posts: 9



(Msg. 3) Posted: Fri Dec 12, 2008 12:56 pm
Post subject: Re: 200 DTS and SQLServer 2005 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Dec 11, 8:53 am, Todd C wrote:
> 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 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- 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
 >> Stay informed about: 200 DTS and SQLServer 2005 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
DTS between Oracle and Sqlserver - I'm now trying to transfer some data from an Oracle database to sqlsever,I had two questions: 1) There are two providers available( ODBC and OLEDB ) for connecting to oracle database.which one is better? 2)Are there some guidlines for this specific..

moving DTS 200 to 2005 - Hi, I am trying to move the DTS packages from SQL server 200 to Sql Server 2005. I am unable to do this. Can someone please help me? Thanks,

SQL 2005: BIDS/VS2005 - Hello all, I'm assuming BIDS and VS2005 are the same thing. I don't remember if VS2005 was already on this computer before installing SQL 2005 Client Tools, but in Start button > All Programs, BIDS shows up in "MS SQL Server 2005" progra...

DTS packages in SQL Server 2005 - I understand that DTSRUN is not supported in pure 64 bit. Is it supported under X64 (ie just runs as a 32 bit app) ? thanks Peter

SSIS 2005 - ForEach Enumerator cannot enumerate - Hello, I've created simple SSIS package based on: http://www.sqlservercentral.com/articles/Analysis+Services/63382/ It works great from Business Intelligence Studio, but doesn't work from SQL Agent Job -------------- Microsoft (R) SQL Server Execute....
   Database Help (Home) -> DTS All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]