![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi Caroline, Welcome to use MSDN Managed Newsgroup Support. From your description, my understanding of this issue is: You want to append some data which retrieved from SQL Server to several CSV files. If I misunderstood your concern, please feel free to point it out. You can transfer the data to the CSV file by using the transform data task in the DTS package. And you can schedule the DTS package to run every day. Hope this will be helpful. Sincerely yours, Wei Lu Microsoft Online Partner Support Get Secure! - www.microsoft.com/security ================================================== === When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== === This posting is provided "AS IS" with no warranties, and confers no rights. |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Hi Caroline, Thank you for state the issue clear. I suggest you to use a store procedure to retrieve the directory information and execute it in the DTS package. DTS package is totally different to Linked Server and OpenRowSet. DTS is a service used to import/export and transform data from disparate sources into single or multiple destinations supported by DTS connectivity. Linked server allows SQL Server to execute commands against OLE DB data sources on different servers(including files). OPENROWSET function is most like Linked server and you can use it to access remote server or other OLE db data source. Hope this information will be helpful. Sincerely yours, Wei Lu Microsoft Online Partner Support Get Secure! - www.microsoft.com/security ================================================== === When responding to posts, please "Reply to Group" via your newsreader so that others may learn and benefit from your issue. ================================================== === This posting is provided "AS IS" with no warranties, and confers no rights. |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |