dbTalk Databases Forums  

SSIS - Transfer from SQL 2000 to SQL 2005

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


Discuss SSIS - Transfer from SQL 2000 to SQL 2005 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michael Tissington
 
Posts: n/a

Default SSIS - Transfer from SQL 2000 to SQL 2005 - 11-11-2005 , 11:53 AM






I'm having problems getting anything to transfer from a remote SQL 2000
database to a local SQL 2005 database.

I have created a new SSIS project with a single Transfer Objects Task,
created a couple of SMO connections. Then set the properties to transfer all
tables etc (but no data)

When I execute the package is runs without any errors but nothing is
transfered.

Any ideas please ?


--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com



Reply With Quote
  #2  
Old   
Michael Tissington
 
Posts: n/a

Default Re: SSIS - Transfer from SQL 2000 to SQL 2005 - 11-15-2005 , 11:30 AM






I'm having problems getting anything to transfer from a remote SQL 2000
database to a local SQL 2005 database.

I have created a new SSIS project with a single Transfer Objects Task,
created a couple of SMO connections. Then set the properties to transfer all
tables etc (but no data)

When I execute the package is runs without any errors but nothing is
transfered.

Any ideas please ?


--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com




Reply With Quote
  #3  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SSIS - Transfer from SQL 2000 to SQL 2005 - 11-15-2005 , 03:23 PM



Have you made sure that CopySchema = true?

Allan

"Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam> wrote


Quote:
I'm having problems getting anything to transfer from a remote SQL 2000
database to a local SQL 2005 database.

I have created a new SSIS project with a single Transfer Objects Task,
created a couple of SMO connections. Then set the properties to transfer
all
tables etc (but no data)

When I execute the package is runs without any errors but nothing is
transfered.

Any ideas please ?


--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com


Reply With Quote
  #4  
Old   
Michael Tissington
 
Posts: n/a

Default Re: SSIS - Transfer from SQL 2000 to SQL 2005 - 11-15-2005 , 03:55 PM



Yes, CopySchema is true - but I thought this was only valid when copying
FROM a SQL 2005.

--

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Have you made sure that CopySchema = true?

Allan

"Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam> wrote in message
news:uuN4Lpg6FHA.2156 (AT) TK2MSFTNGP14 (DOT) phx.gbl:

I'm having problems getting anything to transfer from a remote SQL 2000
database to a local SQL 2005 database.

I have created a new SSIS project with a single Transfer Objects Task,
created a couple of SMO connections. Then set the properties to transfer
all
tables etc (but no data)

When I execute the package is runs without any errors but nothing is
transfered.

Any ideas please ?


--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com




Reply With Quote
  #5  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SSIS - Transfer from SQL 2000 to SQL 2005 - 11-15-2005 , 04:24 PM



Are you not thinking of the CopyAllSchemas and CopySchemaList
collections?

"Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam> wrote


Quote:
Yes, CopySchema is true - but I thought this was only valid when copying
FROM a SQL 2005.

--

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:%23ajLSri6FHA.2676 (AT) TK2MSFTNGP15 (DOT) phx.gbl...

Have you made sure that CopySchema = true?

Allan

"Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam> wrote in message
news:uuN4Lpg6FHA.2156 (AT) TK2MSFTNGP14 (DOT) phx.gbl:


I'm having problems getting anything to transfer from a remote SQL
2000
database to a local SQL 2005 database.

I have created a new SSIS project with a single Transfer Objects
Task,
created a couple of SMO connections. Then set the properties to
transfer
all
tables etc (but no data)

When I execute the package is runs without any errors but nothing is
transfered.

Any ideas please ?


--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com




Reply With Quote
  #6  
Old   
Michael Tissington
 
Posts: n/a

Default Re: SSIS - Transfer from SQL 2000 to SQL 2005 - 11-15-2005 , 07:33 PM



OK, Look like I might be getting somewere now ...

Now, after transfering all the objects I'm getting the following error

[Transfer SQL Server Objects Task] Error: Execution failed with the
following error: "ERROR : errorCode=0
description='FK_SQLViewUserReminders_SQLViewRequir edProperties' is not a
constraint. helpFile= helpContext=0
idofInterfaceWithError={8BDFE893-E9D8-4D23-9739-DA807BCDC2AC}".

Any ideas what might cause this ?

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Are you not thinking of the CopyAllSchemas and CopySchemaList collections?

"Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam> wrote in message
news:e12By8i6FHA.2608 (AT) tk2msftngp13 (DOT) phx.gbl:

Yes, CopySchema is true - but I thought this was only valid when copying
FROM a SQL 2005.

--

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:%23ajLSri6FHA.2676 (AT) TK2MSFTNGP15 (DOT) phx.gbl...

Have you made sure that CopySchema = true?

Allan

"Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam> wrote in message
news:uuN4Lpg6FHA.2156 (AT) TK2MSFTNGP14 (DOT) phx.gbl:


I'm having problems getting anything to transfer from a remote SQL
2000
database to a local SQL 2005 database.

I have created a new SSIS project with a single Transfer Objects
Task,
created a couple of SMO connections. Then set the properties to
transfer
all
tables etc (but no data)

When I execute the package is runs without any errors but nothing is
transfered.

Any ideas please ?


--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com






Reply With Quote
  #7  
Old   
moondaddy
 
Posts: n/a

Default Re: SSIS - Transfer from SQL 2000 to SQL 2005 - 11-17-2005 , 11:40 PM



Where and how do you set CopyAllSchemas and CopySchemaList? I'm creating a
SSIS package and dont see any such option.


--
moondaddy (AT) nospam (DOT) nospam
"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Are you not thinking of the CopyAllSchemas and CopySchemaList collections?

"Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam> wrote in message
news:e12By8i6FHA.2608 (AT) tk2msftngp13 (DOT) phx.gbl:

Yes, CopySchema is true - but I thought this was only valid when copying
FROM a SQL 2005.

--

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:%23ajLSri6FHA.2676 (AT) TK2MSFTNGP15 (DOT) phx.gbl...

Have you made sure that CopySchema = true?

Allan

"Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam> wrote in message
news:uuN4Lpg6FHA.2156 (AT) TK2MSFTNGP14 (DOT) phx.gbl:


I'm having problems getting anything to transfer from a remote SQL
2000
database to a local SQL 2005 database.

I have created a new SSIS project with a single Transfer Objects
Task,
created a couple of SMO connections. Then set the properties to
transfer
all
tables etc (but no data)

When I execute the package is runs without any errors but nothing is
transfered.

Any ideas please ?


--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com






Reply With Quote
  #8  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SSIS - Transfer from SQL 2000 to SQL 2005 - 11-18-2005 , 12:34 AM



In the Destination Copy Options section you should see an expandable
list of "Objects To Copy" if you set CopyAllObjects to false

"moondaddy" <moondaddy (AT) nospam (DOT) nospam> wrote


Quote:
Where and how do you set CopyAllSchemas and CopySchemaList? I'm
creating a
SSIS package and dont see any such option.


--
moondaddy (AT) nospam (DOT) nospam
"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:%23r7$lNj6FHA.476 (AT) TK2MSFTNGP15 (DOT) phx.gbl...

Are you not thinking of the CopyAllSchemas and CopySchemaList
collections?

"Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam> wrote in message
news:e12By8i6FHA.2608 (AT) tk2msftngp13 (DOT) phx.gbl:


Yes, CopySchema is true - but I thought this was only valid when
copying
FROM a SQL 2005.

--

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:%23ajLSri6FHA.2676 (AT) TK2MSFTNGP15 (DOT) phx.gbl...


Have you made sure that CopySchema = true?

Allan

"Michael Tissington" <mtissington (AT) newsgroups (DOT) nospam> wrote in
message
news:uuN4Lpg6FHA.2156 (AT) TK2MSFTNGP14 (DOT) phx.gbl:



I'm having problems getting anything to transfer from a remote SQL

2000

database to a local SQL 2005 database.

I have created a new SSIS project with a single Transfer Objects

Task,

created a couple of SMO connections. Then set the properties to

transfer

all
tables etc (but no data)

When I execute the package is runs without any errors but nothing
is
transfered.

Any ideas please ?


--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com






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.