Extracting hyperlinks from Excel column
The problem: I have an SSIS package that loops through 100+ Excel files and reads the data, then copies the contents over to a SQL Server Table. In these Excel files, this one column has hyperlinks....
View ArticleDo you want to be acknowledged as SQL Server Integration Services Guru?...
What is TechNet Guru Competition? Each month the TechNet Wiki council organizes a contest of the best articles posted that month. This is your chance to be announced as MICROSOFT TECHNOLOGY GURU OF THE...
View ArticleSSIS training?
Greetings all, I have a need to quickly spin up on SSIS. Can anyone suggest a class? I did a search on this forum but most of the the related threads were not all that recent.Thanks in advance.
View ArticleSSIS Standards and Practices.
Hi everyone. We moving from Informatica to SSIS and I have been asked to make a standard documents and best practices to be followed in SSIS. I am struggling for more then a month now but couldn't come...
View ArticleAccess denied Attaching database (mdf file)
Downloaded and restored backup of 'AdventureWorksDW2012', then tried to 'Attach' but get the following error:TITLE: Microsoft SQL Server Management Studio ------------------------------ Failed to...
View ArticleRemove first character from each line of a fixed width file using SSIS VB.Net...
Hi Guys, I need to Remove first character from each line of a fixed width file using SSIS VB.Net script task. could anyone please share the SSIS VB.Net script task? Thanks in advance
View ArticleXML Source Timeout Script Task
I'm new to SSIS and C# so I'm still getting to grips with all of this. We pull XML data over a HTTPS link however when the data becomes too big the connection times out. After researching online I...
View ArticleSSIS project deployment on Azure Data Factory Pipeline with SSH.NET SFTP...
Hi Friends,I am using SSH.NET library inside my SSIS project Script Task stages on Visual Studio 2017 IDE using SSDT tools. The project is running well on my local laptop and I am able to connect on...
View ArticleJob is getting failed with the error code Code 0xc0047048
Hello Everybody, At present, I am facing a typical issue with the job which is hosted on SQL srver 2008 database server. Sometimes, the job is getting failed and if we see the...
View ArticleBreakpoints Have Stopped Working
Good afternoon, all -I have VS2015 and, for some reason, breakpoints in Script Tasks have stopped working. I've tried to find the Project Property setting to turn off Run64BitRuntime, as suggested in...
View Articledrop all database connections then run remainder of tasks
I have an SSIS package that deletes a table and then loads the table, at times I have been running into issues where a user or two have had the table locked due to being logged into the app that's...
View ArticleWhat is the Scope of Temporary Tables?
Good afternoon, all -I have an SSIS package with several Execute SQL Tasks. I plan to use a temporary table that is shared among these tasks.Can a single temp table, created via the first of the SQL...
View ArticleScientific Notation while taking data from EXCEL into SSIS
Hi ,I have one problem regarding format of mixed data columns in excel. I am using this query to retieve data from my excel spreadsheetSelect * fromOPENROWSET('Microsoft.Jet.OLEDB.4.0','Excel...
View ArticleExport a excel file with headers
Hi all,Here is my code.....alter procedure proc_generate_excel_with_columns ( @db_name varchar(100), @table_name varchar(100), @file_name varchar(100), @Exelname varchar(100) ) as --Generate column...
View ArticleSsis pkg failure does not appear in the sysssislog table.
hi to all , in my pkg i have a data flow that has xls-connection.i also have logging to sysssislog table for all levels in the pkg.when there is any problem with the connection ( file not found .. )...
View Articledtexec incorrect version
Hi, could you please adviceI have moved my existed dtsx to another pc I have installed latest sql server and vs like 3 days agosql server:SQL Server Management Studio15.0.18206.0 Operating...
View ArticleExtra time delay while calling child SSIS package from parent package.
I have one SSIS project where there is one main package which calls child packages.each child package will do SQL CRUD operation with sql database(using both inline query and Stored procs).There is...
View ArticleOData connection sql server 2019
Hi,We are migrating to sqlserver 2019. We have a SSIS package with an Odata connection in it. It works fine in visual studio 2019. But when I deploy the package i get the message "Cannot acquire a...
View ArticleSSIS Package with dynamic date variables failed to run in SQL Server Job Agent
Hi, I have a problem where I have an SSIS package (SQL Server 2008) that won't run from SQL Server Agent, but it runs fine when kicked off manually from Visual Studio. The package is schedule to run...
View ArticleCheck if excel file is open in script task
I have a SSIS package that loads data from excel to a SQL server table. There is a script task which checks if the file exist. Now i want to check if file is opened by somebody else and ignore the...
View Article