Why do I need to qualify my File Path Variable with a \\ at the end in SQL...
I think the Title kind of sums up my question here. So in my Set valuesin my SQL Server Agent Job I have...\\PathQualifier\Prod\ClientName\Archive\\Why do I need "\\" after my Archive File Path...
View ArticleSSIS Script Tasks and Transformations Fail When Upgraded to SQL Server 2017
I have a number of SSIS packages that contain script tasks and transformations that fail when upgraded to SQL Server 2017. They were originally SQL Server 2012 packages and I successfully upgraded them...
View ArticleExcel OleDB Destination forcing currency/money source to text dt_wstr
Greetings, I have source data from SQL Server which is defined as money and I have been asked to format that to excel as currency/money. It seems SSIS does not want to do this. It comes thru the...
View ArticleSSIS Extract to a .csv file shows as .00
So I am just trying to be proactive here if the client comes back and says they want the data as 0.00 rather than .00.How can I get the quantity out to a .csv file as 0.00 as opposed to .00? Do I need...
View ArticleIs that the version issue?
I created an SSIS package using VS 2017 and SQL Server 2016 and tested it successfully. I deployed it to SSISDB Catalog on the SQL server 2012 and created a job. When I tried to run the job I got the...
View ArticleSSIS service
SSIS just stopped working. I can't open or create SSIS packages. This is the error message.Could not load file or assembly 'Microsoft.SqlServer.ManagedDTS, Version=15.0.0.0, Culture=neutral,...
View Articlehow to hand handled ssis timeout when running Execute sql task.
Hi I Have one doubt in ssis. how to hand handled ssis timeout when running Execute sql task. in execute sql task ,I am calling the stored procedure connectiong type is oledb connection TImeout is 0...
View ArticleGenerate Code Map: Unable to Connect to the Specified Database
I am attempting to generate a code map using Visual Studio 2017 Enterprise, but receive the following error: Note the data source: Data Source=(LocalDB)\MSSQLLocalDB. When I search for MSSQLLocalDB in...
View ArticleGenerate Code Map: Unable to Connect to the Specified Database
I am attempting to generate a code map using Visual Studio 2017 Enterprise, but receive the following error: Note the data source: Data Source=(LocalDB)\MSSQLLocalDB. When I search for MSSQLLocalDB in...
View ArticleSSIS Server Maintenance - cleanup_server_retention_window Job error
we are receving the following error message in sql server 2017(CU11) when the SSISDB Maintenance job runs. this job scheduled daily once and SSISDB database recovery model is simple. we have observed...
View ArticleSQL script Job duration unusual
Hi,If any SQL job ran at first day one hour,if second day running more than one hour means need to know job duration unusal.Need SQL Script.Regards,Niranjan B
View ArticleFuzzy Logic can used in same column
Hi Experts,I am using fuzzy logic to identify a similar company name but it is not working as expected. I want to apply Fuzzy logic in a similar column which is sourced.A column contains data like this...
View ArticleOleDB Destination for Oracle
Hello Gurus,Without using Attunity adapters (which involves upgrading SQL to Enterprise) and not using customer connectors (like CozyRoc) is there anyway we can achieve decent performance levels with...
View ArticleSyntax to call HANA Calculation view with the Input Parameter
Hi,We've a HANA Calculation view that we want to call from SSIS to load it's output. This calculation view has input parameters and we've to call this calc view. What syntax we should use for it...
View ArticleBack Up Database Task
This works with the default path where the DB back up file is saved or on the D drive. Can it be saved on a different folder on the C drive? I can't navigate to it using the ellipse button to select...
View ArticleImporting data from excel with fields occasionally having more than 4000...
Hi Experts,We are struggling with excel data import issue with fields occasionally having large text in it.The text in the field is not always more than 4000 characters.Initially we have changed the...
View ArticleCan SSIS Package Be Created in SQL Server 2017 Management Studio
I am migrating a very old .Net Web application from SQL Server 2005/Visual Studio 2005 to SQL Server 2017/Visual Studio 2010.I need to create a new SSIS Package to be able to import data from .csv...
View ArticleSSIS 2016 : "ForceExecutionResult = Success" doesn't work
Hi all,I managed the task failure with OnError event handler.After OnError my database situation is consistent but the ssis execution is result in error.I would like to avoid the error into ssis.I...
View ArticleSSIS Script Tasks and Transformations Fail When Upgraded to SQL Server 2017
I have a number of SSIS packages that contain script tasks and transformations that fail when upgraded to SQL Server 2017. They were originally SQL Server 2012 packages and I successfully upgraded them...
View Articlehow to load multiple files into multiple destination table in ssis
source FIles Structure: for hyd.txt file Id,name,loc 1,abc,hyd 2,hari,hyd for hyd1.txt file id,name,loc 4,banu,hyd 5,ran,hyd similar to bang: id,name,loc 10,gop,bang 11,union,loc for bang1.txt file...
View Article