Variables won't display in Locals Window
Wondering whether anyone else has had this problem.For some time now, when trying to debug my SSIS packages in SSDT, I find that the Variables Node on the Locals Window won't open to list my...
View ArticleChange format of destination CSV file
I have a simple SSIS package that extracts from SQL and puts the contents into an existing CSV file.All works which is great how ever I need each column to be in separate cells. Currently each row of...
View Articlehelp with error
TITLE: SQL Server Import and Export Wizard ------------------------------ Warning 0x80049304: Data Flow Task 1: Warning: Could not open global shared memory to communicate with performance DLL; data...
View ArticleAccumulating SQL Server Errors into a Single Variable
Hi all!On certain SQL Server errors there are multiple messages generated, but a simple assignment like @[User::ErrorMessage] = @[System::ErrorDescription] only retrieves the latest message. Not all...
View ArticleThe requested OLE DB provider OraOLEDB.Oracle.1 is not registered. If the...
Hi I am trying to run the SSIS package abd getting error with oracle 64 bit driver while connecting to Oracle database.I installed 64 bit 12.2 deiver and I able connect to oracle databases from the...
View Articleexport data from sql server to csv using export data wizard. Get error.Any...
Error 0xc02020a1: Data Flow Task 1: Data conversion failed. The data conversion for column "Phone" returned status value 4 and status text "Text was truncated or one or more characters had no match in...
View ArticleData Quality
Hello Everybody,We have been struggling with the data quality issues in our group. Our group is primarily a Database development group and we are responsible for the processing of the large amount of...
View ArticleUser connects to sqlserver SSPI handshake failed with error code 0x8009030c,...
SSPI handshake failed with error code 0x8009030c, state 14 while establishing a connection with integrated security; the connection has been closed. Reason: AcceptSecurityContext failed. The Windows...
View Articleexecute sql task paramter by joining from two databases
my execute sql task needs to use a parameter to delete data from fact table based on the staging table in seperate database using paramters, The task is not deleting the data.delete from fact.dbo.fact...
View ArticleSSIS master package cannot finish
Im exporting 3 sql tables to 3 excels. Child packages alone in SSIS run OK. I have master package with 3execute package tasks where I run these 3 packages. Master package child packages finish...
View ArticleAdvanced Join Query
Greeting guys i have 4 tables uploaded under , im looking to get the product cost based on the order Date on the table SalesOrderheader , The Problem there is some product doesnt Exist on the...
View ArticleHow to load data into a dim table considering the SK
Hi,I have a simple Table1 source table with 3 columns including a tID column which is the PK.Assume the target is dimTable1 which contains the same columns as in source only with an additional...
View ArticleBuilding Centralised table to Capture Run Time status of SPECIFIC Task from 8...
I have several SSIS package in 8 different project which contain many task and sequence container running in parallel and sequentially. i am trying to have centralized metadata information table...
View ArticleCould not create DTS.Application because of error 0x80070005
Hi,This may be duplicate, but I couldn't find any answer, so posting issue I am facing.I have created a simple SSIS package to extract data from SQL to txt file, to run daily basis. Worked without any...
View ArticleIs there a Row limit for Excel ACE Driver?
I have a SSIS package running well in production however sometimes the package will fail when the excel file contains more than 25000+ rows.The SSIS package is run by SQL Server Agent and is set to run...
View ArticleAzure DevOps/GIT - after Completing a pull request, how to delete local branch?
Situation:1) I created a pull request for a code review to merge my dev branch into master.2) on AzureDevops web remote repo i applied all code feedback and Completed the pull request3) my dev branch...
View ArticleTrying to perform a database copy from server to another server
Has anyone ever successfully performed a database copy from one server to another using the the SMSS "Copy Database" feature? I am unable to get it to work properly. #Fields:...
View ArticleThe Script Task uses version 15.0 script that is not supported in this...
Hi All,We are migrating an SSIS project from SQL 2012 to SQL 2016. The project upgraded successfully without any issues and able to run few packages without any errors. But there are few packages which...
View Article