SSIS Script task not working in production environment
Dear all,I am using Script task in SSIS to read some value and create file using that value and place that file in share location,Its working fine in my dev environment when i deploy the package in...
View ArticleCannot run SSIS from SQL Server-Agent
Hi all,we have several SSIS-packages, that run by SQL Server Agent 2012 without any problems.Now there is new SSIS-package, that runs properly in Visual Studio. It has a for-each-container, wich loops...
View ArticleSchema in xsd file.
Hello Friends,I need your precious help here. I have an xsd file in which i have a schema. I need to get into my sql server database. Please tell me how can i do it through our ssis.I have seen many...
View ArticleAfter installed SP1 for SQL Server 2012, can no longer export to csv
After installing SP1 today via Windows Update, I am no longer able to export data to csv using the SQL Server Import and Export wizard. I get the following error message:"Column information for the...
View ArticleDeploy SSIS 2012 Environments
Hey,What's the easiest way to also deploy my Development environment with all its variable to my acceptance/production environment?Please mark the post as answered if it answers your question | My SSIS...
View ArticleCannot insert duplicate key row in object ERROR
Dear ALL,I have a simple data flow task in my package. What i'm doing is merging data from two different sources. The destination table has a field 'AgeOfActiveDetailID' which is the primary key and it...
View ArticleSSIS 2008 R2 Loading tab delemeted csv Issues?
Hi ,i got one requirement like i have to load sample file data which is given by client.The sample data contains tab delemeted values. it contains 4 rows and 12 columns and client has given one sample...
View ArticleCommand text was not set for the command object.
Good Morning,In my package i have a dataflow task and it has a red cross on it , but when i opened the data flow task i didn't see any of the components having that ed cross mark. I checked the error...
View ArticleI have a master table hw can u insert and update the rows into that one?
I have a master table hw can u insert and update the new rows or updated rows into that master table ? using ssiscan some one tell me the answer............Regards
View ArticleI have a task that loading the data into the destination table,that contain...
I have a task that loading the data into the destination table,that contain millions of records?suddenly that task faild at the 50001 recored position ,And I started the process from 50002 record from...
View ArticleSSIS 2005: insert large numbers of data into SQL server
Hi,I am trying to insert 4 million data from dB2 to SQL server. But after 1 million it's failed. I have tried with small amount of data(1000) and it is working fine.One more thing, it is taking more...
View ArticleConfigure SSIS Build in TeamCity
I am trying to setup a SSIS build using MSBuild agent on Teamcity 7.x. Created a simple data flow task in a SSIS project to copy data from xls to csv. I have setup a buildagent with - Build File Path:...
View ArticleCreating Folders Named by the first 4 digits of filenames
I have a folder Services. Under this, To Schools and under that lots of Service folders with files in.I want to look at the To Schools Folder and traverse all the directories. All the files start with...
View ArticleHow will express LIKE function in SSIS expression in Derived Column(Data flow...
Hi,How to Express in derived column as like T-SQL:(LIKE function)T-SQL query:case when rtrim(ltrim(d1.[batch])) like '%VMI%'or rtrim(ltrim(d1.[batch])) like'%VMO%'then '4'else '3'end) How can Express...
View ArticleSSIS 2010 - Data Flow Task doesn't create csv file if no SQL data is pulled
I have a SSIS 2005 package that I converted to 2010. But there seems to be a difference in how the two versions execute. In the 2005 version, in the Data Flow task that pulls data from SQL Server, if...
View ArticleMoving Files to folders based on First 4 digits of Name. If Folder doesn't...
I'm moving files to folders based on the 1st 4 digits of the folder name.If the first 4 digits don't correspond to a folder name how do you just ignore the error and dont move the file? I'm thinking...
View Articletype of value assigned to variable differs from the current variable type
hi all,I have a Data Flow Task that has to be ran against a collection of files in a folder.I have put the Data Flow Task inside a ForeachLoop container with a Package level parameterUser::fileName as...
View ArticleHow to create process to call SSIS if datetime is today in DB table?
We have SQL Server 2012.We want SQL Server Agent Job, which has task to check database table every 30min to see if SSIS should be called or not.We can use create SSIS package or stored procedure. Which...
View ArticleSystem start time variable issue
Hello EveryoneI have use system start time variable for my flat file name. I changed expressions for connection string for my flatfile connection, so it will take system time in file name.Now if i see...
View ArticleOutput of the data profiling task (xml data) load into SQL Server
Hi,In my source table how many number of the null values is therer I want to find out,for that one I'm using data Profiling(Column null ratio profile) task.Now I want to load that null values into sql...
View Article