Viewing 15 posts - 16 through 30 (of 72 total)
November 5, 2018 at 8:05 am
November 5, 2018 at 7:58 am
Lookups are case sensitive unless you set the No Cache option.
November 2, 2018 at 6:04 am
September 6, 2018 at 8:15 am
When you build an SSIS solution in Data Tools or Visual Studio it creates an ispac file in the Bin folder. You can transfer this file to the SQL server...
September 6, 2018 at 4:33 am
August 23, 2018 at 5:28 am
In my last role we used SQL DB logging for SSIS in 2008, you don't have to worry about locks on a text file then.
March 27, 2018 at 9:27 am
The doesn't answer your question directly but offers a possible alternative. Since SQL 2012 you can use Project Deployment with SSIS where logs are automatically created in the SSISDB and...
March 26, 2018 at 8:38 am
Having had problems myself using Temporary Tables and CTE's with SSIS your best option is to create a stored procedure and use EXECUTE WITH RESULTSETS. I believe the problem is...
March 16, 2018 at 6:03 am
It does seem to me that this is a Windows security issue. When run from SSMS all is okay so it would have the security context of the user who...
March 13, 2018 at 4:51 am
You might have to put this in a stored procedure and EXECUTE WITH RESULTS SETS where you define the schema expected. Here is MS's example
EXEC uspGetEmployeeManagers 16 ...
March 9, 2018 at 8:43 am
Please provide more detail about how Server D is executing an SSIS package on Server A. Unless I am missing something I didn't think this was possible unless you execute...
March 9, 2018 at 8:24 am
Have a look at the WinSCP .NET Assembly. You can then run FTP or SFTP direct from VB.NET or C#.
Not how you want to use it but, I...
February 26, 2018 at 9:52 am
February 26, 2018 at 9:35 am
You could achieve this in SSIS without any C# coding. This is a rough outline of what is involved.
Use the Execute SQL Task to get a Distinct List of...
February 19, 2018 at 4:36 am
Viewing 15 posts - 16 through 30 (of 72 total)