How to read limited rows from CSV file in SSIS
Hi,I have 2 years amount of data in my csv file . I only want to read last one month of data from csv file. I don't want to use conditional split for this. Please suggest any other ways in SSIS. Can I...
View ArticleDeploying SSIS Project in SQL Server Management Studio 18.2
Hi, i am trying to deploy a SSIS project in SQL server Management Studio 18.2 (SQL server 2019). for that when i was trying to create a catalog (SSISDB) under integration services Catalog. SSMS is...
View ArticleWrite and delete CSV files in SQL database
Hi ! I have a question about creating a job in SQL 2012 and I would like some help. So I have a local folder on a PC which contains CSV files that are generated by another system via VBS script with...
View ArticleHow to configure connection manager for OLE DB source for a Oracle connection?
Able to create a connection in Visual Studio.Package works fine when executed in Visual Studio, but fails when executed using dtexec. Error is requested oledb provider is not registered. I am using...
View ArticleLoad 2 values in a recordset
Hi AllMy data flow looks like 1. table source ( which has 2 columns as quest_ID and page_ID )2. recordset ( i want to load both IDs in one recordset in 2 object data type variables )the above im doing...
View ArticleUpgrading from SQLNCLI11 to MSOLEDBSQL
We are in the process of upgrading our sql server database to sql server 2017, after we upgraded some of our SSIS packages stopped working where we encountered the following issue: SSIS Error Code...
View ArticleOST to PST Conversion
I have tried a lot of tools for conversion but found OST to PST Converter one of the best, it is ads free , easy to use, fast in processing, please recommend me any other tool also that can help me in...
View ArticleHow to Migrate Outlook PST file format to MBOX file format without data loss?
I need to Migrate Outlook PST file database to MBOX file format, But I have around 10 GB of Data. Can anybody recommend me a perfect tool to Migrate PST file format to MBOX file format externally...
View ArticleHow to get the rows with the max value only
Hello allI have result set that returns the following data, but i want to filter only the ones with a higher index for example: so i want the output should be ID 2, VALUE BOB, INDEX 2 ID 4, VALUE...
View ArticleExcel Source stopped working in SSIS
Hi all, since few days Excel Source in SSIS stopped working due to the following messageCould not retrieve the table information for the connection manager 'Excel Connection Manager'.Failed to connect...
View ArticleAdd custom sheet in existing excel files.
I have created dynamic excel files with 2 worksheets in each file. I want to add another worksheet into each excel file which consists of my custom page which is needed to be added in each existing...
View ArticleWhy does SSIS attempt Oracle and Teradata logins with a null password?
Hi, In the new SOX world, passwords are a big deal. I was wondering if anyone knows why SSIS attempts logins to Oracle and Teradata with a null password? It's obvious the login is going to fail,...
View ArticleSSIS Package to change column format & remove hidden characters / white spaces
Hi ThereI have an issue with loading data from an excel spreadsheet to SQL database using SSIS package. It seems to be data columns have different formats or hidden characters which are not accepting...
View ArticleSSIS package to write various results to a text file
Hello,I have to create an SSIS package to write various results to a text file. The first thing is to list the contents of a stored procedure. I'm guessing that this would involve calling...
View Articleconversion issue - from SQL Server 2018 back to Microsoft Access 2007
Hi technical supporter,What is the equivalent of Microsoft Access data type "memo" to SQL Server 2018 data type, and vice versa ?What is the equivalent of Microsoft Access data type "text" to SQL...
View ArticleCould not load file or assembly 'microsoft.sqlserver.integrationservices.server
I'm trying to deploy a SSIS package from Visual Studio to my secondary server. The db owner is the same on server 2 as it is on server 1. This is the error message that I get. An error occurred in...
View ArticleVB Script to Send Email via Outlook
Good afternoon, all -I have a VBA script that runs as an Excel macro to send an email to a distribution list. this is working fine and I was wanting to convert a copy of it for use in a VB Script task...
View ArticleHow to handle NULL in ssis
Hi, I have a .csv table with about 50 columns. Some of the cells contain NULL values. When I use the Script Task, I get an error. Is there any way to solve this problem?Here is error message .The...
View ArticleAsync HttpClient API call doesnt not work when deployed to agent
Hi,I have created an SSIS package which runs an async HttpClient call to an API.This works fine while running the package from Visual Studio, but once I deploy the package and try to run it with an SQL...
View ArticleHow to delete/remove hidden characters in Excel blank cells using SSIS package
I have a excel spreadsheet with number of columns to be loaded by SSIS package to a SQL database. Some spreadsheets arefailed to loading data to a table due to hidden characters. When I manually...
View Article