Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Regular Extraction of Data
Message
 
To
09/08/2012 11:34:07
General information
Forum:
Microsoft SQL Server
Category:
Database management
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01550221
Message ID:
01550226
Views:
44
>Hi,
>
>I have a SQL Server Express 2008 R2 database from which a third party needs to extract some data on a nightly basis. The third party wants the data put into another database overwriting all the data that was there previously. My database sits on my client's server and the other database is on another server completely unconnected to the first one. The only way to transfer the data is via ftp (or email, I guess).
>
>How would you suggest I approach this?
>
>Do I write a Stored Procedure which extracts the data and puts it into a separate database, then disconnect the database and ftp the database files? Can Stored Procedures do ftp? Maybe I need to write a Powershell script to do this?
>
>Any ideas welcome!


Hi Frank,

You can use a FTP task in SQL Server Integration Services

[Update]
I just realized you said SQL Server Express, not sure if SSIS is available for it, sorry for misleading you if that is the case.
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform