Not able to browse to shared network path
Hi,I'm trying to deploy ssis packages on SQL Server. When I run the deployment manifest on the page "Select installation folder" I'm not able to browse to desired network shared path. We can't even...
View Articleappend data to existing table using SSIS
I had .txt file for April.I used SSIS and loaded the data from this flat file to a table in a SQL Server database.Now I have the task of inserting/appending the data of another .txt file (say: May) to...
View Articlessis :splitting the control flow and validation error
hello everyone, I'm stuck with this problem.My ssis package imports some xls files into an sql table for about 16months. Everything was fine until someone added a (missing) column in the xls file. I...
View ArticleSystem Analyst on Buiness Analyst
I am just curious to know What is role of System Analyst on Business AnalystI worked as a SSIS developer till now. This is some thing new to me that has come to me.Smash126
View ArticleProblem with 'set_execution_parameter_value' and project parameter
Hi,In my SSIS Package I'm using a Project Parameter of type string. I want to set this parameter from stored procedure by using "set_execution_parameter_value". Here is my code.DECLARE @customerFilter...
View ArticleSSIS freeze when copying data from a view - works fine when copying from a table
I have a view with 7876 records. When copying from that view to a table in another DB using SSIS, SSIS freezes.If I insert the 7876 records into a temporary table, it takes 1 second. If I then copy the...
View ArticleImporting a CSV File - Error 208
Hello:I'm trying to import a simple test csv file into a test SQL table. Following are the parameters I'm working with:SQL Server 2000 tablesWorking within SQL Server Management StudioTrying to...
View ArticleImport from Excel with Script task in SSIS
Hi!Im trying to learn how to import information from excel with ssis Script task. Could someone help me with the code i ve started with so it works. I get this error below.Br ArneArne Olsson
View ArticleTechnical consideration of using SSIS (vs linked server)?
Dear all,It seems to me that it does not make much sense in using SSIS in my case. I think using linked server will take much less time. Today I am shown by using Access, conversion can be done in...
View Articleerror in package
Hi all, My package giving me this error. Can anyone give me brief insight about this.."An error occurred while assigning a value to variable "CompanyID": "Single Row result set is specified, but no...
View ArticleValidate URL format in a column - SSIS
Hi,I have a table with 4 columns. One of them contains URLs. Is there a way to validate the URL format in SSIS and have two outputs, one output will have records with valid URL and other output will...
View ArticleMoving files to different folders and adding a date folder at th same time
Hi there,Ive managed to get the following working.I have files with Services within the file names, _SEN_, _EP_ , _FSM_ EtcThese files get moved to folders based on these...
View Article/Conn in command line to override config location
Hi we run std 2008 and are trying to use the /Conn option from the command line to override the design time config.We're reading info at sites like...
View ArticleSQL server linked server error while integrating with odbc driver
HelloWe are using MSDASQL (Microsoft oledb provider for odbc drivers) and our own odbc driver to testing below scenarios 1) using Rowsetviewer tool the connection is successful with our odbc driver....
View ArticleError Logging not giving the exact information
Good Morning All,I have a package and i have setup logging on it to capture the error messages, its a text file, but whenever the package fails and i look into the .txt log file it doesnt give me the...
View Articlessis :splitting the control flow and validation error
hello everyone, I'm stuck with this problem.My ssis package imports some xls files into an sql table for about 16months. Everything was fine until someone added a (missing) column in the xls file. I...
View ArticleHow to get ErrorColumnName in SSIS 2012
Hi there,Please let me know how to get error column name in SSIS 2012 with out creating any additional component.
View ArticleWhen dragging SSIS objects on canvas there is "shaking"
Hello, On my development box I applied a fix for SQL 2012 SP1 CU3 (http://support.microsoft.com/kb/2832017) the other day. Today I wanted to do some SSIS package development and I've run into a UI...
View Articledatatype hierarchyid in SSIS
Is there a way to insert an hierachyid into a staging table using a OLE db. destination component, I tried use a varchar representing a canonical string to insert this into a hierarchyid column.Greets...
View ArticleSSIS DFT Problem
Hello ,I am working on SSIS package, environment : BIDS 2008. I am using a data flow task, that contains one excel source component at the start. excel source component reads file & then we are...
View Article