Stored procedure for data importing from flat files. Need some tips.
Hello everyone,I am currently working on creation of SP to automate the process of importing flat data into SQL Server.I want you to give me some useful advice on the best way how to realise, taking...
View ArticleSSIS Expression explanation
ISNULL(FUND_DETL_DESC_SK) || FUND_DETL_DESC_SK == 0) ? -1 : FUND_DETL_DESC_SK
View ArticleRuntime error while AttachPathAndPropagateNotifications()
Hi!I am trying for "replace <column>" expression in a "Derived Column" transformation operator(programatically).Before this, I tried this through SSIS Business Intelligent Studio and it worked!...
View ArticleWhy is my Package just stopping when going from one Execute SQL Task to...
I have one flow constraint going for my one Execute SQL Task to another Execute SQL Task. It's executing #1 and successfully and just stops there rather than continuing on to Execute SQL Task #2. Why...
View ArticleSQL Server Integration Services 11.0 not showing
To whom it may concern,I have been using SSIS 2008 R2 without a problem. I then installed VS 2012 and migrated my SSIS packages from VS 2010 to VS 2012. I also installed the BI Components...
View ArticleSSIS 2012 Script Task Debugging not working (VSTA Popup but no script...
Hi,I am trying to debug 2012 SSIS Package but for some reason its not working. Basically when I run package (64bit mode) it pop up Script IDE but never brings up Script (see below). Usually when...
View ArticleError code: 0x80040E37
SSIS package "finance_stage_to_dm_1.dtsx" starting.Information: 0x4004300A at DFT Load teams fmprod_v_fund_detail_desc, SSIS.Pipeline: Validation phase is beginning.Error: 0xC0202009 at DFT Load teams...
View Articlefloat [DT_R4] and SQL
Hi guys, I'm stuck in an huge projject just because I'm having problem moving data from CSV file to SQL. The colum that making me crazy is a float [DT_R4]. I tried in SQL with dec, int, real...but...
View ArticleNewbie Question - from an old DTS dinasour
Hi folks, Please bare with me. After a long break from ETL programming with SQL Server, I'm back! Looking forward to seeing the cpabilities of SQL Server's SSIS.I'm going through a CBT tutorial and...
View ArticleStrange Behaviour importing data
Hi guys, I got a strange behaviour on SSIS moving data from a CSV file to SQL . Two columns, one string and one number, I must convert the string from FT to string unicode. Behaviour ( we are talking...
View ArticleProblem in uploading files on FTP
I have to upload a .txt file on the FTP server , the connection was created successfully and it's also sending the file but data is not transferred. Please suggest . Binay Tiwari For Classic ASP...
View Articlemerge PDF files using script task
I am trying to merge multiple PDF files into one PDF file. I have around 5000 folders and each folder has around 10 to 15 PDF's in it. Before I m export those PDF's I need to merge multiple PDF files...
View ArticleError when Saving Package - Saving Fails when I try to Sign the Assembly -...
Hello,When I attempt to sign an assembly in a Script Task, the package will not save. I receive an error: TITLE: Microsoft Visual Studio ------------------------------ Failure saving package....
View ArticleDynamically pick the table names in data flow task SSIS
Hi All,I want to create a SSIS package which loads the data to a table on the other server every day. I have around 250 tables to load everyday and source and destination table names are available in a...
View ArticleSAP BW to SQl Server import and export wizard
I am trying to load data from SAP BW system to SQL server. Using management studio, But i am getting this error any idea?pulikondas
View ArticleWhat port(s) should be opened in firewall for dtexec (SQL Server 2008R2)?
We have encountered a firewall issue that prevents dtexec from connecting from a SQL Server to a file server and our security team require a specific port number to open to allow dtexec to connect but...
View ArticleNew to SSIS - Need help converting date
Hello everyone and thanks for your help in advance. I am very new to SSIS and am working with a flat file data source with a column, called Column16 that has dates in mm/dd/yy format. Also, a few of...
View ArticleSSIS Package will only run as SQL Agent Job when I have remote desktop to...
Hey guys, so I have another problem to add to the already massive 'SSIS/SQL Server Agent Job' pile. After days of searching, I can't seem to find anything specific to my problem though.The setup is as...
View ArticleMicrosoft.SqlServer.ScriptTask assembly not in my library
Hi, Apologies as this is a repost but inmy experience one wrong answer and I don't get any more responses. I have SQL 2012 SP1 installed but have the problem below I'm trying to add the following...
View ArticleHow can apply configure file in ssis by using script task ?
I had two config file in ssis 1. config file as per QA2. config file as per Production I think apply dynamically by using script task for above file (acc to server)How can I apply in script task for...
View Article