![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi folks, I'm pretty new in DTS (actually it's my first DTS project at all) and thank you guys for every hint/help in advance. I'm using VB.NET and MS SQL Server 2000 I need to do the following: - Read data from SQL-Server and convert it to an excel file - the SQL-Source-statement is different, every time (number/name of columns, view/table ...)! And that's my problem. I know that there's the possibility to work with global variables, dynamic properties, active x scripts, custom tasks etc. But in the end I don't know which technique could solve my problem best...and where to start, too. At this point I figured out four steps to solve my problem: 1. Delete Excel worksheet (SQL Ta 2. Fill worksheet with columns 3. Read data from view 4. Fill this data in Excel worksheet and again, the number/names of columns and the view change everytime! thanks for your help best regards alex |
#3
| |||
| |||
|
|
1. Use a linked server to the Excel spreadsheet and a SELECT INTO statement could you give me some more details, please? |
#4
| |||
| |||
|
|
1. Use a linked server to the Excel spreadsheet and a SELECT INTO statement could you give me some more details, please? regards alex |
![]() |
| Thread Tools | |
| Display Modes | |
| |