| Thread | Last Post | Replies |
|
| Turning off Validation | 30 Nov 2007 20:10 GMT | 4 |
SSIS validates a task before running it. Is there a way to turn off this validation?
|
| Precedence Constraints | 30 Nov 2007 19:35 GMT | 1 |
I am having an issue with precedence constraints. Let's say I have 4 tasks, A,B,C and D. I have a variable called Reload. If it is true I want to go from task A to C to D. If it is false, I want to go A to B to D. But if I set it up that way the package will hang because D ...
|
| SSIS data import - many to many relationship | 30 Nov 2007 19:32 GMT | 3 |
I have a table (TABLE A) in a database with a list of people. I want to import people from many other databases. In order to avoid having the ID from each of the other databases in TABLE A I've created a link table that stores the TABLE A id and the
|
| Stored proc with temp table via OLE DB Source | 29 Nov 2007 16:47 GMT | 1 |
I have a stored proc which creates and inserts data into a temp table. The proc then does a straight select statement from another which joins to the temp table and I would like to use the results in a data flow. The problem is when I set up my OLE DB source and specify that I ...
|
| Fact Table primary key error.... | 29 Nov 2007 12:51 GMT | 2 |
I am trying to combine data from two tables and transfer the data over to a fact table for a datamart. This is my first time building one. Below is the SQL SELECT Query: SELECT DISTINCT
|
| Using a parameter in a condition | 29 Nov 2007 09:30 GMT | 5 |
I have an SSIS Package with a parameter and an SQL Task using it. When I try to run the following statement it fails: If ?='X' Update MyTable Set MyColumn='X'
|
| SSIS: running package programmatically with encryptSEnsistiveWithP | 29 Nov 2007 03:11 GMT | 1 |
I have a package deployed on sql server. it has protection level = encryptSensitiveWithPassword when i launch it with Execute Package UTility , it'ok This package copies data from one table of an sql server database to another
|
| Creating a csv file on a network drive | 29 Nov 2007 01:37 GMT | 3 |
I am trying to output a data file in csv format and save it on a network drive. I am doing this : "\\GSREPORTS01\\DailyQueueFor_"+ (DT_WSTR,4)YEAR(GETDATE()) + RIGHT("0" + (DT_WSTR,2)MONTH(GETDATE()), 2) + RIGHT("0" + (DT_WSTR,2)DAY(GETDATE()),
|
| Remove Time from Column | 28 Nov 2007 23:12 GMT | 1 |
I am attempting to import data from a flat file to SQL Server. The file contains a column containing dates and sometimes it includes Time but sometimes it does not. I need to remove the time portion so that everything shows up in the SQL server table at Midnight. How can I do ...
|
| Unable to Eliminate Truncation error warning | 28 Nov 2007 20:32 GMT | 2 |
I am attempting to import data from a flat file to SQL Server 2005. After getting the following error: [Destination - AssetCenterCharges [102]] Warning: Truncation may occur due to inserting data from data flow column "IS Job-WBS" with a length of 50 to
|
| Stored proc vs Conditional Split | 28 Nov 2007 16:41 GMT | 2 |
I have a table that I would like to pull into a data flow and would like to filter out some data. Is it more efficient to pull the data back using a stored procedure, or sending the whole data set through a conditional split? For example if I want to pull data from the table ...
|
| SSIS : how to store password of connections | 27 Nov 2007 22:13 GMT | 3 |
I made a package that copies data from one table of a sql server database to another table of another database sql server. I use oledb connection for the two connection I want to store user and password of the two connection to avoid retype them
|
| Log Table or Log File | 27 Nov 2007 20:05 GMT | 3 |
In your experience, does SSIS update a log table (sysdtslog90) any faster than it would a log text file? Which method has faster performance while an SSIS package is running?
|
| Choosing file to import-Newbie | 27 Nov 2007 14:52 GMT | 1 |
I've created created a package for the 1st time using the import wizard to import data from a text file into a sql server table that has the file name hardcoded. Next week i'll receive a new file with a new name. What is the best way to modify the package so that I can point to ...
|
| Can't connect to remote SSIS SERVER | 27 Nov 2007 03:49 GMT | 1 |
I am using windows 2000 with sp4 I can't connect to a remote ssis server. I looked up for help and found the folowing( see bellow) However, I can't find THE msDTSserver
|