Filter a column based on another column-sql server
I have a query where i count the records based on multiple columns. I have specified a condition to filter only only few types from a column. Work TaskMR SERRTO SERR PO NULLTO MEDTTO TRESTO NULL In my...
View ArticleSSIS Script Task on Query Result using FOR JSON (ERROR)
I'm pulling a result set from SQL server into a C# object, where I then use the JavaScriptSerializer to convert it to a json string and output it to a file. The file is created but it only contains{}...
View ArticleThe column "COLUMNNAME" cannot be processed because more than one code page
HiI am using sqlserver 2014 express edition, when I am trying to import the data using Import wizard from csv file. the given error is coming . Please can you help. sorry for duplicate posting. In...
View ArticleHow to continue executing subpackages even after one of subpackage fails?
I have a package using Execute Package Task to call more than 30 subpackages. If one of subpackage fail I would like the rest of subpackages still run and finish the whole process. Is it possible? If...
View ArticleHow to Check if a package is running
Hi Guys,Is there a way to check if a package is currently being ran by another user or process.I know you can use the execution table in SSISDB but what happens if the package is not deployed to...
View ArticleADServiceAccount as Proxy Account for SQL Server Agent To schedule SSIS...
I want to use a Managed ADServiceAccount created using the following powershell command as a proxy account to schedule and execute ssis packages :New-ADServiceAccount -Name seraccname -Enable $true...
View ArticleSSIS Transaction Options
Hi guys,I set the transactionOption in SSIS package to required and I got this error even after following this...
View ArticleSSIS Package does nothing after starting debugging
HI - I am trying to debug the package and the package does nothing and I have to stop debugging every time. I don't understand what might have happened. <g class="gr_ gr_113 gr-alert gr_spell...
View ArticleSSIS : The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local...
Hello,I want to use "Microsoft Office 12.0 Access Database Engine OLE DB provider" under SSIS connection manager to get data from Excel 2007 files on a server with 64 bit. To facilitate this ,...
View ArticleRemove Intermittent Quotation Marks From Flat File
I need to import a text file we receive from a vendor. Unfortunately, the vendor sends a somewhat messed up file. The file is comma delimited, which is no big deal. But, the file sprinkles quotation...
View ArticleODBC Destination/Source Issue in VS 2010/2012 for Snowflake ODBC
Hello all, I am working on a SSIS package that will pull data from SQL server then load it into our DW (Snowflake). I have installed the ODBC driver for windows and I can connect the snowflake just...
View ArticleHow to deal with Data change loss if implement Change tracking or CDC on...
We have existing database which replicated data from operational database. Current we do full loading by grabbing data from replication database and insert all data to staging tables. In the staging...
View ArticleThe column "COLUMNNAME" cannot be processed because more than one code page...
when I try to import the csv file into an existing database , the following error is comingI did the following steps1. Select flat file source2. Filename .csv file3. Destination SqlServer Native client...
View ArticleImporting a spreadsheet with merged cells
I see this question has been raised before but none of the suggested solutions fits my situation. I need to import to SQL Server a collection of around 50 spreadsheets every day. I have no control...
View ArticleHow to reset toolbox for SSIS visual studio Projects
When opening an package (.dtsx) the toolbox no longer shows the Toolbox groups and items as before...how do I reset the groups and items? Have tried reinstalling SQL Server, and are able to manually...
View ArticleBatching rows in a script task for batch web-service integration: Patterns...
Integrating a system that provides a web service API can be a painful exercise, because you're often forced to call a web service for every row in the pipeline. This is incredibly slow. I'm upgrading...
View ArticleLoading datetime field gives wrong dates in ssis
I am using Sql Server 2012. I have a table which has a field as Datetime (it is a table in Dynamics CRM 2011 so I have no control of the data type).Say this field is called BisStartDate.If I run this...
View ArticleHow to update an Excel file from SQL table using SSIS 2012?
Hi All,Question: How do I update an Excel file from a SQL Server 2012 table using SSIS 2012?Background: The state gov't requires an annual detail report from us, but our data warehouse doesn't have all...
View ArticleError running SQL Job
I am trying to import Oracle data into SQL Server, and the package runs fine in the Import and Export Utility, but when I set up the package in a SQL job, I get the following error: Date7/30/2018...
View ArticleNo result rowset is associated with the execution of this query
Hello Microsoft community,I am getting this below error. what do I do?Error: 0x0 at Execute SQL Task: No result rowset is associated with the execution of this query.Amrut
View Article