update 10 records at one time once condition is statify
Hi ALLI need to update 10 records in batch using ssis.like My query is Update A set col1=B.value from table1 A Inner join (select top 10 value from tabl2 )B ON A.id=B.id where B.value is nullwhat i...
View ArticleSSIS 2012 Project Deployment syncronous execution with dtexec, can we get the...
It seems like all information outputted from dtexec.exe is if the package was succeeded or failed on project deployment model on sql 2012 (SSISDB)Is it possible to get the detailed information we used...
View ArticleHow to make the dat file Dynamic
HiI am facing an issue regarding the loading the file into the DBThe file structure as...
View ArticleHow to force Flat File Source in Data Flow operation to stop churning at a...
A Flat File Source and Connection Manager step through the rows in a text file and upload them to a SQL Server table. Each row has maybe 20 tab-delimited fields and the CR character (x0A) is used as...
View ArticleNeed SSIS Complex interview questions and Real time scenarios
Hi..I am newly searching a job on MSBI with 3 years of experience.Could any body help me regarding the interview questions and mainly on real time scenarios. Because I attended three interviews, all...
View ArticleError when run the SQL query
Anyone know the root cause of the error? Thanks."Error[07001][Oracle][ODBC][Ora]ORA-01008: not all variables bound"I am connecting the oracle DB and run the SQL query with the parametersSELECT...
View ArticleThe incoming tabular data stream (TDS) protocol stream is incorrect
Hi,I have researched this error but could not find any solutions so far. I have a package that runs every night and recently its been failing intermittently with the following error:"An OLE DB record...
View Articledeploying package error
Hi people while deploying a package into a ssis catalog i got the folowing error, im using the same administrator account to do this, i even using sql server data tools from the server, what is...
View ArticleGetEnumerator error when it reachs 64º excel file
Hi, I'm trying to load multiple excel files and multiple sheets. I did it, but when it reachs 64º file, i got this error: Error: 0xC0014023 at Foreach Loop Container: The GetEnumerator method of the...
View ArticleHow to abort the SSIS package execution?
Hi,Using precedence constraint we can stop the execution of the next step. But is there a way to prevent the package from execution? I mean the package will not go to the further steps after a...
View ArticleExport to Excel data issue using SSIS
I have an SSIS Package that imports data from SQL To Excel file. If the col in SQL Has a hash sign such as "#", in excel it shows up as a period i.e. ".".How can I retain that "#" sign, when exporting...
View ArticleProblem with BCP and using queryout flat file with another program
I am using BCP and i have tried XML file format (see below) and non-XML (see below that). Both export fine until i need to take that text file and load it into a third party application. The program...
View ArticleUnable to Deploy Package Using the Package Installation Wizard (Next Button...
SQL Server 2008 R2 (32-bit) - RTMWindows Vista (32-bit)I'm attempting to deploy a package to a remote server. When I double click the package's manifest, the Package Installation Wizard opens, but the...
View Articlemove package from 1 server to another
hi,when i move package from 1 server to another,even if i have configuration,that have file path,when i move to another server that path changed ,how can i make it to take changed path automatically?
View ArticleUnavailable resource?
I have a rather simple SSIS package that, among other steps, is extracting data from a fact table, running it through a split to take out data with a specific value, and inserting it into a temporary...
View ArticleProduction Package Reverts to Development Package Configuration Values When...
Hi, I have a SSIS 2005 package that uses a SQL Server Table Package Configuration and I'm using a SQL Server Alias for my configuration database connection string. When I manually execute the package...
View ArticleCheck db status
I have a SSIS package that routinely fails because one of the source DBs is being restored at the time my package runs. I want to put in a check to see if the db is online - that's easy enough by...
View ArticleCannot insert Value NULL into column
Hi Experts,I am a student and this is my first time posting ever! I am doing my DB final and keep getting the error "Cannot insert the value NULL into column "Supplier$" the column does not allow...
View ArticlePassing the Script task variables to Send mail Task
I have a script task which has 5 variables. I am using c# code for flat file validations. One variable for the No header recordone variable for the No trailer record.one variable for the No Detail...
View ArticleHow to import new files from remote secure server
Hi All,I'm importing multiple files with different structures from a remote server using PSFTP ,execute process task into a local folder and loading into staging tablesRight now I'm...
View Article