| Thread | Last Post | Replies |
|
| how to run an SSIS package through Query Analyzer | 31 Jul 2009 00:30 GMT | 6 |
I have a SQL 2005 SSIS "package" that is running as a job nightly. We would like to run the package through Query Analyzer on occassion, rather than having to wait for the job to run at night. What would be the query-building "syntax" that would be needed? Below is
|
| NewID() with in SSIS | 29 Jul 2009 18:50 GMT | 4 |
I have a situation where I need to copy data from one server to another, but instead of copying all of the data, I need to create new GUIDs for the primary keys and ensure the foreign keys are updated with the new GUID created.
|
| Changes from DTS to SSIS | 29 Jul 2009 13:31 GMT | 4 |
For the first time, I used the SQL 2005 DTS Migration Wizard to move two SQL 2000 DTS packages to 2005. It worked. When I could not find the two packages, I looked in the Business Intelligence Development Studio and found them in SSIS. The only thing I
|
| OLEDB Provider for DB2 BIG PROBLEM | 27 Jul 2009 14:30 GMT | 1 |
Hello to everybody ! i've a big big problem ! i've a SSIS 2008 Project with as data source a AS/400 DB2 database, my destination is a SQLServer 2008 database,
|
| SQL2008: Mail the result of a query ... (MailTask?) | 25 Jul 2009 17:19 GMT | 4 |
Hi NG, I am quite new to the integration services. I have a query, which gives as a result all accounts with negative balance. If there are any lines, the result sohlud be sent by email to an
|
| Performance of Slowly Changing dimension transform | 23 Jul 2009 12:29 GMT | 1 |
I am loading a dimension, for the source data I group on 1 million records to ensure I get unique ids for the dimension load. Now when I do a straight query to a ole db destination it works fine. When I do the same query and pass it to the slowly changing dimension transform sql
|
| variable SQL command text for an ADO.NET source | 22 Jul 2009 21:39 GMT | 1 |
Is it possible to use a variable for the SQL command text of an ADO.NET source? It's against an ODBC source How? I have to run the same query over 1000 times when the only change is a
|
| ssis 2008 compatibility | 21 Jul 2009 16:00 GMT | 1 |
Will SSIS packages developed using Visual Studio 2008 be able to be installed on SQL 2005 machines? We are currently in a phased environment where we are testing SQL 2008 in our DEV labs but our production environment is still on 2005. So if we develop packages in VS2008 can they ...
|
| Dirty Data - a string in my currency field. | 21 Jul 2009 13:48 GMT | 3 |
I receive a file each morning and I am importing this flat file data into a SQL table using SSIS. It now runs daily importing the data. On very rare occasions one currency field has the word "NONE" in it. The job errors, so I find the offend blurb and rerun the job. It happens ...
|
| Conditional Split based on Column group | 14 Jul 2009 14:45 GMT | 3 |
I am a newbie to SSIS 2008. Has some knowledge but not that deep. I need a solution, please guide. Scenario: Col named "Region" has some values "MUM","PUN","CHE","GBR",etc. I want
|
| 32-bit .exe on a 64-bit server | 10 Jul 2009 17:51 GMT | 1 |
SQL 2005 I have an SSIS package that calls a 32-bit exe using the Execute Process Task. The 32-bit app is an in-house app that downloads a file from a ftp site, and then unzips the file using shell32.dll. When I run it
|
| Reading Error Output Using Script Component | 09 Jul 2009 16:43 GMT | 2 |
Hi Experts, I'm trying ot read the error output from Ole DB Destination component. using Script component. The problem is when I'm trying to read the columns from PipelineBuffer the order of columns is not as what I
|
| Reporting | 09 Jul 2009 14:29 GMT | 1 |
Hi Experts I’ve just starting using SSIS to copy some tables from an Oracle database into SQL Server. The package works ok, however, is there a way to report that the record counts are the same for both databases?
|
| SSIS Install Issue | 07 Jul 2009 20:47 GMT | 7 |
I have SQL Server 2005 workgroup. It allows me to install SSIS, but when I do, there is no integration services service, so I cannot connect to it. I uninstalled SSIS, and reinstalled, but still not sevice. I'm not sure if this functionality is included in Workgroup or not. ...
|
| Configuration File Location in Clustered server | 02 Jul 2009 13:41 GMT | 3 |
We have many SSIS Packages. All the connections/filepaths are configured/stored in SQL Table (Configuration.dbo.SSISConfigurations). We have an XML dtsConfig file called "Configurationfile.dtsConfig" to store the connection information for this SSISConfigurations table (which ...
|