| Thread | Last Post | Replies |
|
| Trouble Getting Output from Execute Process Task into Variable | 30 May 2006 23:16 GMT | 1 |
I have defined a new variable called DownLoadOutput in the scope of my package and set the StandardOuputVariable to User::DownLoadOutput. When I run the package, it shows the command window because the WindowStyle is set to Normal, but the command window invoked does not show ...
|
| Changing dynamically a datasource in Reporting services | 29 May 2006 03:52 GMT | 3 |
In Reporting services I want to execute a lot of reports pointing on a datasource1. If something is wrong during ETL I want to execute reports from a backup datawarehouse using datasource2 . Is it possible to change dynamically all reports from datasource1 to datasource2, or ...
|
| SSIS problem | 28 May 2006 19:05 GMT | 1 |
I would like your help with the Foreach loop container. Boy, am I having issues with using it for looping through an ADO.NET dataset or what!?!? My control flow has a data flow task that is executing a Data Reader task (creating a .NET dataset for me). Now I go back to the ...
|
| Webservice Task | 27 May 2006 19:24 GMT | 1 |
Well, I still get a lot of errors when trying to use the Webservice task in SSIS. I've made a web service in SQL 2005 and it works fine when testing from VB.Net. But it is not possible to call my method from SSIS using the Webservice task. Get the following error :
|
| Package ExtendedProperties | 25 May 2006 03:39 GMT | 1 |
Is there a way to create/set ExtendedProperties for SSIS packages through the designer interface. I would like to have some way to add some simple internal documentation to packages in a way that can be queried later. I can use the Annotation tool but this is too unstructured and ...
|
| launch/monitor SSIS from web app? | 24 May 2006 12:47 GMT | 2 |
Has anybody developed a ASP.Net app that interfaces to SSIS? If so, what was your experience? Any pitfalls, tips, etc? We have a requirement to launch and monitor SSIS packages via a web interface.
|
| Where is "dynamic property task" in SSIS 2005 ? | 23 May 2006 21:39 GMT | 2 |
I want to use dynamic properties task to set the valuesfor the global variables in SSIS 2005 In SQL 2000 this task is named "dynamic properties task". I can't found this task in SSIS 2005 enterprise or standard.
|
| updats in ssis | 23 May 2006 21:29 GMT | 4 |
I am new to ssis. I think there are many wonderful objects to use. however, I cannot believe there isn't one which allows you to update a table. is the only way to do a table update to write a stored procedure ? thanks
|
| importing Dbase Tables into SQL 2005 | 23 May 2006 10:29 GMT | 1 |
I need to import data from DBASE databases to SQL 2005. Is it possible in SQL 2005? I imported the same data to a SQL 2000 before, but now in sql2005 I can't make it in the same way.
|
| SSIS is also running slow with SQL server 2005 database as backend | 22 May 2006 11:38 GMT | 2 |
I have another issue with performance, when SSIS is used with SQL server 2005 database engine as backend, it takes long to execute procedure but when SSIS is used with SQL server 2000 database as backend, procedure execute in expected time frame. (No delays are faced.)
|
| ssis Jet 4.0 OLE DB Provider Error with .DBF | 20 May 2006 19:56 GMT | 2 |
I'm using Microsoft Jet 4.0 Ole DB Provider as the destination to export from a SQL 2005 server table to a dbase III file. The SQL field type of the data is BIGINT, and I want to go to a .dbf integer (N 9 0). In my SSIS OLE DB Destination, in the OLD DB Destination Editor, my data ...
|
| Coughing up hairballs when taking a database offline? | 19 May 2006 18:34 GMT | 1 |
I have an Execute Command task in a control flow that should take the database offline. The script works when directly used but when using a remote command to affect it. use master;
|
| Looping a datareader | 19 May 2006 16:24 GMT | 2 |
I have a Control Flow task (CF1), with a Data Flow Task (DF1) that takes a text file and loads into a Datareader (DR1). I am having difficulty figuring out how to use a 'Foreach Loop Container' in my Control Flow (CF1) to iterate the rows of the data reader (DR1) using
|
| SSIS and SQL Server 2005 Workgroup Edition | 19 May 2006 00:15 GMT | 4 |
Is SSIS available on SQL Server Workgroup Edition? Or at least enough of it to create maintenance plans to perform scheduled backups? Cheers Kev
|
| Checking file date | 18 May 2006 22:45 GMT | 2 |
I am new to SSIS. I have an SSIS package with a data flow component. In the data flow component I am processing a flat file that has a file date in the header row. I want to check the file date against the file date of the last file processed. If the new file date is the same ...
|