dbTalk Databases Forums  

Table transfer

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


Discuss Table transfer in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #31  
Old   
Pingx
 
Posts: n/a

Default Re: Table transfer - 09-16-2008 , 06:48 PM







Thanks for your help.
Pingx
"Russell Fields" wrote:

Quote:
Ping,

Not really. As you noted, the transfer wizard will create the table, but it
does not go further. That is what scripts are for.

RLF

"Pingx" <Pingx (AT) discussions (DOT) microsoft.com> wrote in message
news:92ADCEEE-7B1B-4EDE-866D-164881244C83 (AT) microsoft (DOT) com...
So there is no way to transfer a table (data/index/constraint/triggers) in
one step?




Reply With Quote
  #32  
Old   
Pingx
 
Posts: n/a

Default Re: Table transfer - 09-16-2008 , 06:48 PM







Thanks for your help.
Pingx
"Russell Fields" wrote:

Quote:
Ping,

Not really. As you noted, the transfer wizard will create the table, but it
does not go further. That is what scripts are for.

RLF

"Pingx" <Pingx (AT) discussions (DOT) microsoft.com> wrote in message
news:92ADCEEE-7B1B-4EDE-866D-164881244C83 (AT) microsoft (DOT) com...
So there is no way to transfer a table (data/index/constraint/triggers) in
one step?




Reply With Quote
  #33  
Old   
Pingx
 
Posts: n/a

Default Re: Table transfer - 09-16-2008 , 06:48 PM




Thanks for your help.
Pingx
"Russell Fields" wrote:

Quote:
Ping,

Not really. As you noted, the transfer wizard will create the table, but it
does not go further. That is what scripts are for.

RLF

"Pingx" <Pingx (AT) discussions (DOT) microsoft.com> wrote in message
news:92ADCEEE-7B1B-4EDE-866D-164881244C83 (AT) microsoft (DOT) com...
So there is no way to transfer a table (data/index/constraint/triggers) in
one step?




Reply With Quote
  #34  
Old   
Thomas
 
Posts: n/a

Default RE: Table transfer - 07-25-2009 , 08:16 AM



Try http://www.sqlscripter.com to transfer your data.

"Pingx" wrote:

Quote:
Hi SQL Server experts:

I'd like to transfer a table from one db to another. The export only
transfer data, not index, constrain or triggers. Is there another tool I can
use besides backup/restore the whole DB?

Thanks in adbance.

Ping

Reply With Quote
  #35  
Old   
Bill_Orova
 
Posts: n/a

Default Re: Table transfer - 07-29-2009 , 12:53 PM



Try to use "select into" with a fully qualified destination. But
remember that the destination table has to be empty or truncated in
order for "select into" to work also make sure the servers have no
firewall in between that will stop this process.

Wisord

*** Sent via Developersdex http://www.developersdex.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.