Import data from excel to mongodb using ssis
Hi Team,Is their any option to import data from excel to mongodb using ssis. If it is possible anyone please help on this issue.Thanks Bala Narasimha
View ArticleHow do I define a BINARY Parameter Type?
I have a SQL Server Stored Procedure that uses a LSN BINARY(10) as an input parameter. How do I define that in SSIS? Using an Execute SQL Task in Control Flow to try and Execute the SQL Server Stored...
View ArticleHow to copy latest file from multiple directory into common directory ?
I want to copy newly created file(.orig) from multiple directory into common folder using ssis package .Diretory contains file name is in form of PSANsiteIDfromtodate_filecreateddate this file is...
View Articlesql server job running SSIS package failed. How to troubleshoot?
Job name: Utilites_Table_Update User: ktmsql Job started at: 10 May 2019 00:00 Job failed at: 10 May 2019 00:00 Next scheduled to run: 11 May 2019 00:00 Job outcome message: The job failed. The Job...
View ArticleProcess Azure Analysis Cube incrementally
we have Azure Analysis cube(Tabular) which is around ~50 GB. We have Partition the FACT table w.r.t weekending date .The table has weekending date as the date column . How do we process the cube only...
View ArticleColon interpreted in SSIS causes an error 0xc020902a showing as a truncation...
Is this a bug? (C:\Program Files (x86)\Microsoft SQL Server\140\DTS\MappingFiles\JetToMSSql9.xml)For the column in question, the Excel sheet shows a relationship = example '1:2 or '1:3 or '1:1 (one...
View ArticleBase64 Decode String using SQL
Hi, I am using base64 encoding to store string in DB, but to retrive if I want to decode string, is there any function which supports that?Here is my Base64 Encoded String...
View Articleget a package in script task
Hello I make a script task in ssis control flow for manipulating existing dataflow at run time. ( dataflow is created in another package in same project )but I have error and I can't get text error....
View ArticleEdit script task doesnt work in VS 2013 and SSDT 12.0 with windows 7 ?
Edit script task doesn't work in VS 2013 and SSDT 12.0 with windows 7 ?I m trying to open the edit script task but it doesnt open and nothing happens.
View ArticleOpen my SSIS Package at the very top rather than at the middle in Microsoft...
This may seem really trivial...but is there any way that I can save my SSIS Package and my Microsoft Visual Studio project so that when it opens in Microsoft Visual Studio the SSIS flow begins from the...
View ArticleSend mail task message body font rule question
Say if I have copied Times new roman font text and have placed the text in a message body variable in the config file then when sending email , will the email smtp exchange server impose its own font...
View ArticleWhat is wrong here?
DELETE P from [dbo].[Pri] P inner join [ETL].[Pri_Delete] D on P.[Bran]=D.[Bran] and P.[Discount]=D.[Disco] and P.[Ite] =D.[Ite] and P.[Pric]=D.[Pric]it is not deleting
View ArticleCan you pull down data from SQL Server Amazon Web Services with a SSIS package?
We have SQL server running on an instance of EC2 – and we need real time reporting (done with report builder) and published on our local report server. Can you pull down data from SQL Server Amazon...
View ArticleOLE DB Source to Multiple destination with Different Column
What will be best way to handle a use case where-1. I have a old -db source containing 10 columns2. This source data need to go to three places with different fields from source-Excel 1 ( 5 fields...
View ArticleSSIS Packages and Machine Readable Files
I have a question around SSIS packages to see if it is possible for them to read Machine Readable files. The version of SSIS that I am using is Visual Studio 2015. I have a .DAT file that is in a...
View ArticleSsis job fails with below error.
Hi Msdn, I have an ssis job which sends mails to customers and job failed with below error. Can you post solution for this. Thanks.
View ArticleSSIS Export data from sql to excel sheet
HI Can any body help me how to handle below scenario.I have one 2 millions records in sql sql server i want to move all the data to excel sheet .as per my knowledge excel supports maximum of 1...
View ArticleCreate Tables Dynamically from Flat Files and load Data in SSIS
Hi I'm using VB 2017 I need a code that i can create new tables with the headers in my text files as the column names.they all in Tab Delimited --
View Article