If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > Suggestions? - SSIS export then import data from stored procedure

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-21-11, 16:12
dah97765 dah97765 is offline
Registered User
 
Join Date: Aug 2010
Posts: 26
Suggestions? - SSIS export then import data from stored procedure

Hi All,

I just wanted to get some best practices advice; I have a db which I need to export the data from one table (daily, via SSIS probably) to an ftp site where it will be imported (via SSIS, likely) into another SQL db.

My boss is a little old fashioned and doesnt want it done with SSIS's ability to copy db objects, so my thought lean towards CSV and XML files.

Does anyone have any similar experiences that they would share, or suggestions one way or another with import / export via SSIS?

Thanks!

D

Last edited by dah97765; 02-21-11 at 18:59.
Reply With Quote
  #2 (permalink)  
Old 02-22-11, 10:53
corncrowe corncrowe is offline
Registered User
 
Join Date: Aug 2004
Location: Dallas, Texas
Posts: 343
BCP - One way is to export/import using bcp. I use SSIS tasks to do these imports/exports also. Not much of an issue. Can include an FTP task. What else would you like to know?
Reply With Quote
  #3 (permalink)  
Old 02-22-11, 12:47
dah97765 dah97765 is offline
Registered User
 
Join Date: Aug 2010
Posts: 26
Quote:
Originally Posted by corncrowe View Post
BCP - One way is to export/import using bcp. I use SSIS tasks to do these imports/exports also. Not much of an issue. Can include an FTP task. What else would you like to know?
Thanks for the reply. Do you use bcp in this way?

Creating CSV Files Using BCP and Stored Procedures
Reply With Quote
  #4 (permalink)  
Old 02-24-11, 11:34
dah97765 dah97765 is offline
Registered User
 
Join Date: Aug 2010
Posts: 26
I ended up using SSIS and it workes pretty well for my needs. I'm now going to attempt to introduce DTS config files to make it more generic.
Reply With Quote
  #5 (permalink)  
Old 03-08-11, 15:04
dah97765 dah97765 is offline
Registered User
 
Join Date: Aug 2010
Posts: 26
Just as an FYI for those who are also attempting something similar:

I was able to effectively use dtsconfig files for controlling my SSIS packages. The process is rather straightforward once you know where it is. A helpful guide is here:

Making SSIS Packages portable - SQL Server 2005 Integration Services : Narayana Vyas Kondreddi's home page

Thanks!
Reply With Quote
Reply

Tags
csv, export, import, ssis, xml

Thread Tools Search this Thread
Search this Thread:

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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On