Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy To excel question
Message
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Import/Export
Titre:
Copy To excel question
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01085186
Message ID:
01085186
Vues:
59
Hi,

I have written this DTS package that copies data from SQL query into the excel table. I used activeX script to create the excel file. The problem is the excel file created has the fix cell size and due to this by default my data is not readable. User has to expand individual cells to make sense. Can we increase the size of the cells in DTS. Here is the script I wrote.
Dim ExcelA
set ExcelA = CreateObject("Excel.Application")
ExcelW.SaveAs OBFileName ''''OBFilename is the excel file name with path.

Then in execute SQL task, I create table for excel file like
CREATE TABLE `Sheet1$` (
`InBound_File_name` Char (255) , .....


and fill it from a SQL query.

Thanks
Bharat
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform