Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Regular Extraction of Data
Message
 
À
09/08/2012 11:34:07
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Maintenance bases de données
Versions des environnements
SQL Server:
SQL Server 2008
Divers
Thread ID:
01550221
Message ID:
01550226
Vues:
43
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform