| Thread | Last Post | Replies |
|
| custom application to run SSIS package cause "Product level is insufficient" error | 28 Feb 2007 08:49 GMT | 7 |
I try to create my own SSIS package execution utility. the command line utility (dtexec) doesn't provides enough control for us. in fact to execute a package we must provide the password and we don't want to give access to this password to the administrators!
|
| Passing values to and from a SSIS package to Access | 27 Feb 2007 18:55 GMT | 1 |
In a SSIS package I need to run an OLE DB command against an Access database passing in a value from the package to use as the where clause and return a count value back to be used within the package. How do you handle this scenario within SSIS?
|
| Configurations ? | 27 Feb 2007 13:50 GMT | 4 |
I'll try and explain this the best I can. We are using SQL Server table configurations to setup our connections as we move packages to different servers (Development, UAT, Production). For example we have a connection to database A in our package. We then create a
|
| Validation status "VS_ISBROKEN" suddenly appears on package | 26 Feb 2007 15:41 GMT | 1 |
Someone help, please. I have an SSIS package with a bunch of SQL to SQL data flow tasks. Some use T-SQL to do the export/import and some are literal table-to-table copies. The databases both reside on the same Server & same instance. The package
|
| How to get an error message back from dts package to asp.net page? | 24 Feb 2007 05:34 GMT | 1 |
I have an asp.net page which runs a SSIS package by doing System.Diagnostics.Process p1=new System.Diagnostics.Process(); p1.StartInfo.FileName= System.Configuration.ConfigurationSettings.AppSettings["FilePath"];
|
| SSIS package runs 3 times slower after upgrading to SP2 and info how to fix it | 24 Feb 2007 05:23 GMT | 1 |
I upgraded SQL Server 2005 64 bit to SP2 and noticed that my main load package runs 3 time slower with sample set of data. This package has over 100 steps and it runs usually 21 second. After upgrading it run over 60 seconds.
|
| Logging Duration of Steps in SSIS Packages | 23 Feb 2007 16:32 GMT | 1 |
In DTS, enabling logging allowed for concise recording of step name, start time, end time and duration of DTS package steps which was stored in the DTS package logs. I have been unable to reproduce the equivalent functionality in SSIS,
|
| SSIS: Cannot load flat file date into a database table date in DataFlow Task - truncates | 23 Feb 2007 12:28 GMT | 3 |
I cannot load a flat file date (format yyyymmdd) into a database table date (format datetime) in DataFlow Task in SSIS. I get various overflow and truncate error messages, no matter what I try. I have spent about a month on this problem, on and off, and I have
|
| Using XML as source | 23 Feb 2007 06:11 GMT | 1 |
I want to use an XML as source but the destination would be 3 different SQL tables. How do I do it? Thanks Jnanesh
|
| Expression builder syntax error | 22 Feb 2007 00:06 GMT | 2 |
I am trying to create a derived column that states the following: if PSPUUN <> LB AND MUDMCF =1 THEN PSCNQT/MUCOFA if PSPUUN <> LB AND MUDMCF =2 THEN PSCNQT*MUCOFA ELSE PSPUUN
|
| BIDS can't load custom pipeline component. | 19 Feb 2007 20:58 GMT | 3 |
I am trying my hand at developing a custom pipeline component. I have the red SSIS book published by Wrox and I followed their string reverse example very closely, only changing the name to GroupFilter and some of the string reverse logic. It compiles successfully but
|
| Update Property with Expression | 19 Feb 2007 17:57 GMT | 2 |
I have problem updating one of the propery with expression. I'm trying to change the "SelectedTables" property in a "Update Statistics Task". It keeps telling me the result of the expression cannot be written to the property. Most other properties work fine.
|
| suggestion to implement simple process | 19 Feb 2007 14:39 GMT | 2 |
Question to the more experienced. I need to implement a simple process of importing data from an excel spreadsheet into a SQL db by making a series of SPs calls. The first SP returns an ID
|
| Foreach file iteration of Access databases | 19 Feb 2007 14:09 GMT | 2 |
I have a directory on a server into which people will plop Access databases. I need to iterate through every file in that directory and import it to the SQL server. I've got the iterating part down pat -- I have a Foreach loop
|
| .NET-odbc source --- truncation Error | 19 Feb 2007 07:45 GMT | 3 |
reading a column with char type from source .net-odbc return this error: [DataReader Source [2032]] Error: The "component "DataReader Source" (2032)" failed because truncation occurred, and the truncation row disposition on "output column "ANF_NEW_CODE" (2144)" specifies failure ...
|