| Thread | Last Post | Replies |
|
| create vb | 30 Dec 2005 18:51 GMT | 3 |
Is it possible to create VB code from a dtsx package? I need to make all of my packages programmatically but I thought it might be possible to create them using the gui then "export" them to VB .net.
|
| 'Obvious' question | 27 Dec 2005 05:37 GMT | 2 |
I have a flat file that will import data into multiple tables on SQL. The flat file has columns with the actual data, but I need to insert that data into multiple tables, while also inserting the correct foreign keys back into the main table (where the foreign keys are your ...
|
| Help cannot create a task | 26 Dec 2005 12:59 GMT | 2 |
i'm new to SQL server 2005 integration service(formely DTS), i was trying to build my first integration project but i'am facing an issue while trying to add an SQL Execute task to the control flow tab of Business intelligence Dev Studio. I'm not able to add any other task to the ...
|
| Problem with SQL Dts package migration | 24 Dec 2005 13:42 GMT | 5 |
I have near one hundred of DTS packages used for data transferts between a Sybase DB and a SQL 2000. We are planning to migrate whole SQL 2000 servers to SQL 2005, but theses packages cause some problems.
|
| SSIS - Lookup with Datetime (SQL) column HOWTO | 20 Dec 2005 15:12 GMT | 1 |
I'm trying to do a lookup using a DT_DATE derived column with a Datetime column. Can't do that. I tried changing my type from DT_DATE to DT_DBDATE with no luck. How can I do my lookup?? I really can't see any other option. I hope I'm simply blind! :)
|
| Need help with Custom Component | 20 Dec 2005 14:58 GMT | 1 |
I'm developing small component for logging error data which sends error data to uor application via SSIS CustomEvent. All works ok, collecting this data works very fine but our EventReporter component is used (in most cases) as destination for ErrorOutputs of other
|
| Multicast into 6 Conditional Split -- totally kills Visual Studio session ... | 20 Dec 2005 12:55 GMT | 2 |
I've got a flat file source that contains 158 columns. I've created a package of 24 objects that passes the flat file source rows and creates records in a wl_analysis table depending on the values in 6 of the 158 columns.
|
| "XMLLogProvider" | 20 Dec 2005 02:01 GMT | 1 |
My appliactation executes SSIS package from code, and stores log produced by XMLLogProvider in database. It's very useful until i found following fragment in this XML log: <record>
|
| How to unselect all selected columns in the "flat file source editor" - bug ?? | 19 Dec 2005 22:46 GMT | 3 |
I have a 158 column delimited flat file source file that I'm ripping apart into multiple tables. Often I only need 10 or 20 of the flat file source columns. The flat file source editor pops up a "select all columns / unselect all
|
| Importing [delimited flat file] in SQL Server 2005 destination table | 16 Dec 2005 18:04 GMT | 2 |
I am trying to import a delimited text file where the record delimiter is a TILDE (~) character and the field delimiter is an asterisk (*). The records consist of a variable number of columns. The file looks like this :
|
| Help with exception handling | 16 Dec 2005 15:02 GMT | 1 |
Very new and just started playing with integration services in Visual Studio 2005. I got one simple project working, and I am looking for pointers in good practices in exception handling. Any input will be greatly appreciated. Examples will be very helpful.
|
| SSIS error messages ... where are they ??? | 15 Dec 2005 17:56 GMT | 2 |
Has anyone located a reliable source of documentation SSIS error codes / message yet ?? I've got an OleDB destination that is simply refusing all records passed to it. The data viewer
|
| Is there a way to set up "input record might or might not generate an output record" functionality with SSIS ?? (MSDN Universal Subscriber) | 14 Dec 2005 23:01 GMT | 1 |
Ok, I think I'm ready for my next step on the SSIS learning curve. We have a HUGE (160 columns per record) table in our old well_log system that we're trying to split into multiple tables in our new system, it's been unloaded into a delilmited flat file source (380,000 LONG ...
|
| Connection (allow password saving) lost when moving into Production | 14 Dec 2005 19:00 GMT | 1 |
When moving a package from my development system to my production system, the "authentification" to my datasource/destination are kinda lost even if I make sure I checked the box for allow password saving. I tried copying the package SSIS source on the server and opening ...
|
| SSIS Package run but fail as a job | 14 Dec 2005 05:34 GMT | 1 |
I have a package that runs fine on my SQL Server 2005 Ent. box when right clicking on the package in MSDB. However, when trying to schedule it, it failed and there's not much error description other than "The package execution failed. The step failed." in the job history. ...
|