How to iterate databases for a data flow task
Hi,I have created a 'Execute SQL Task' which retrieves all the database names and Id's from a SQL Server. I am looping using a Foreach loop container. I am able to print all those database names and...
View ArticleSSIS: Capturing the [File Creation Date] and [File Size] of many .csv files...
I have good experience in SSIS, but nil as far as Script Task and Script Component are concerned.I have a situation in which I am loading many .csv files into a SQL Server destination table. I am using...
View ArticleSSIS: Capturing the [File Creation Date] and [File Size] of many .csv files...
I have good experience in SSIS, but nil as far as Script Task and Script Component are concerned.I have a situation in which I am loading many .csv files into a SQL Server destination table. I am using...
View ArticleMicrosoft SSIS - Load a flat file (.csv) with multiple commas (,) and no...
I have a situation in which our client has given a flat file (.csv) to be loaded into a SQL Server table using SSIS.This huge raw .csv file (with about 400,000 records) does not have a proper csv...
View Articlehow to send email notification for Sql server agent jobs
Dears,i am running ssis packages through sql agent server job,i want to configure now if the job fails or success send an email notification with error.could any one explain me how to send email...
View ArticleImport CSV with decimal point (12.99) and loads (1299,00)
Hi,In Germany, decimal numbers are separated by commas and thousands by points. Developing my SSIS package I face this problem. I have a flat file in csv fields separated by commas. A column in my...
View ArticleODBC Progress datatype problems after updating to VS 2017 15.9
Hey there,we are currently using VS 2017 15.7.5 and SSDT 15.8We've got SSIS packages which read data from a Progress database via ODBC.We updated to VS 2017 15.9.2 and now all the ODBC Progress...
View ArticleThe connection "Connection" cannot be found. Verify that the connection...
Hi, I am getting data of sharepoint online with ssis and odata. If I use Visual Studio the package work howerver I get a error when I deploying the package. the configuration is the next:Auth...
View Articlessis No "Expressions item" in Properties when modify Connection Managers item
fellow a online training to test SSIS, the link is here in step3 no.2 the article https://msdn.microsoft.com/en-us/library/ms166797%28v=sql.120%29.aspx?f=255&MSPPError=-2147217396show it should...
View ArticleCANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER - Target Server Connection
Hi,I have an SSIS Package that transfers data from source server > target server. This is a straight table to table transfer from one DB to another.The SSIS Package runs fine from the package,...
View ArticleHow to load multiple excel(.xlsx) files with similar but not equal file names...
Hi All, Thanks for your help in advance. I'm wondering if there is a possibility to load multiple files that has something in common in the file name. All the files has the same columns and I need to...
View Articlenumber of files in a folder
Hi I want to create a script which counts the number of files in folder and based on this results i need to use precedence constraints to different destination Please help
View Articlefile excel matrice source
hello , please how can i import a matrice from an excel file in ssis if not how can i solve this problem ( my source file is an axcel file witch containt a matrix ) thank you
View ArticleExtract connectionstring details from a SSIS package
Hi,Want to extract the connection string details from SSIS package which is saved in a file system.I have done it some years back using the below link...
View ArticleGet the connections refernced in SSIS Package when connections are created at...
Hi,We have SSIS project where connections are created at project level. We do not have a connection created at individual package level. Now we have connection name referenced at the task level. For...
View ArticleData flow execution depending on variable value
Hi,I have variable vYear and depending on variable value (2018, 2017 ... or 2013) which i edit manually i want different data flows to be executed.how can i do it ?thanks in advance
View ArticleAverage
Hi,I have the result below, the diffDate is different between RDate and InvDate. I need to find out the average date for this custNo 12345. I think it should be sum(0+31+0+6)/4 ?,but not sure how to...
View ArticleSSIS Job which downloads files from websites using script task failing after...
I have a weird issue when downloading some zip files from websites.My solution is working fine when I run from Visual Studio manually. When I deployed on to the server, it did not run. Below...
View ArticleUsing Visual Studio 2015 and TFS for SSIS projects
Hello,We plan to start using Visual Studio 2015 and TFS soon, both new to our BI group. Should I expect any problems with SSIS projects or can I expect it to work just like database projects? It...
View ArticleDWH Surrogate Primary Key Management
Hi experts,This is a theoretical question. I would like to figure out which is the best way to manage the primary keys within the DWH and develop the optimal data model.The primary keys in the source...
View Article