| Thread | Last Post | Replies |
|
| How to Refresh pivot table from activeX | 29 Nov 2006 22:08 GMT | 1 |
I am exporting data to a worksheet "Data". The worksheet "Result" is based on the worksheet "Data", and has a pivot table. When my users open the workbook, the pivot table gets refreshed which changes the state of the file to "modified". When they close the workbook,
|
| SSIS Auto Format problem | 29 Nov 2006 21:59 GMT | 1 |
No matter how I place my objects in SSIS Designer it won't save the layout. It always does Auto Format and displays objects in one long column. Really distrubing!
|
| Which version of vs2005 provide DTS project? | 28 Nov 2006 23:17 GMT | 1 |
I open a new project and select Business Intelligence Projects, but i don't see Data Transformation Project? I am using VS2005 prefessional edition and Microsoft SQL Server Management Studio version 9.00.1399.00
|
| Start Debugging button starts ALL Packages? | 28 Nov 2006 21:30 GMT | 1 |
I have my packages organized into Solutions and Projects. When I click the Start Debugging button on the toolbar, it starts up ALL PACKAGES FROM ALL PROJECTS in the Solution. In other Solutions, clicking the Start Debugging button only starts the one
|
| DTS Package Fails | 28 Nov 2006 21:24 GMT | 3 |
Hi, I have a dts package which contains serveral steps and recently it has been failing in one of the steps. Is there any way I can trace why it fails? Thanks,
|
| DTS package content | 28 Nov 2006 20:43 GMT | 3 |
Hi, I have a dts package which contains several steps, Is there any way I can view what exactly each step does---the code for each step? Thanks,
|
| 2005 SSIS, SQL2Excel- varchar vs nvarchar | 28 Nov 2006 20:42 GMT | 3 |
I have a problem to dts a SQL table to an excel file. from: in data flow window, select a table, with one column, type varchar to: in data flow window, Excel destination, defining the excel file's path
|
| SSIS - Adding new rows during transformation | 28 Nov 2006 19:17 GMT | 1 |
Hi, is it possible to split data (Space Separated Values format) in a column into several rows? I have a datasource/data extraction where a column has multiple values separated by space. Those values should be in a row record by themselves. I
|
| Some Flat File Records Missing Carriage Return | 28 Nov 2006 18:59 GMT | 2 |
I have a series of fixed width flat files where the character length of each record is 384. The problem is that there is not a carriage return after the ends of some of the records. There is research under way to find out just exactly why this happens, but in the meantime, I need ...
|
| Parameter passing for SSIS when calling from a .NET assembly | 28 Nov 2006 18:54 GMT | 2 |
How does one supply parameters to the SSIS call when using a .NET assembly? The code snipet I am using allows me to call a SSIS package, but I do not know how to supply a parameter value for a SSIS package variable defined in a package configuration with a parent package ...
|
| Update DataPump Transformations via Windows Script | 28 Nov 2006 16:15 GMT | 2 |
I am trying to write a Windows Script file that will update an exisiting DTS package. The objective is to add an additional mapping to the single transformation in a DataPump task. The existing transformation maps many fields,
|
| Running a single DTS task? | 28 Nov 2006 14:14 GMT | 3 |
Is there a way to execute a single DTS task using VBScript in SQL 2000? TIA, Alex
|
| after installing sql server 2005 dts package with ActiveX Script hangs | 27 Nov 2006 22:55 GMT | 2 |
After installing sql server 2005 as second instance on top of 2000 instance the dts package with ActiveX Script in 2000 instance hangs on execution Does anyone experience such problems
|
| One Packages's Configurations overwrite another's | 27 Nov 2006 19:32 GMT | 2 |
I am trying to desing a series of SSIS packages that will read their Connection Manager's connection string property from a package configurtion. I anticipate databases migrating between servers in the near future and do not want to re-design or re-enter connection strings, etc. ...
|
| create dynamic dts package | 27 Nov 2006 16:06 GMT | 5 |
i want to dynamic dts package on dotnet i can working on data from dynamic txt file to table in sql server .but txt and table name is changeable. can i do in vs.net ??(C#.Net)
|