Viewing 15 posts - 1 through 15 (of 86 total)
perhaps the one or more of the data models on this site will provide you with ideas
July 9, 2017 at 10:45 am
and the error is ?
October 28, 2016 at 3:33 pm
Have you tried changing the property pages for an Integration Services project, on the General tab of Configuration Properties, select the TargetServerVersion property and choose SQL Server 2016, SQL Server...
October 27, 2016 at 1:27 pm
SQL Server 2008 is not supported on Windows 10.
September 11, 2016 at 2:14 pm
edit the dtxs files in a text editor
see attached for an example of the package path
September 3, 2016 at 2:25 pm
not sure this will work since SSDT-BI 2013 is not backward-compatible with SQL Server 2012, but you might try the suggestions listed in the link below
September 3, 2016 at 1:37 pm
I have not experienced this error, but found the link below which describes the error you receive and steps to correct.
August 11, 2016 at 10:45 am
recommend reading Joe Sack's write up on this
August 11, 2016 at 9:23 am
have you tried using the “Balanced Data Distributor” for SSIS?
https://blogs.msdn.microsoft.com/sqlperf/2011/05/25/the-balanced-data-distributor-for-ssis/
the balanced data distributor works with ADO.net connections
usually with MultipeActiveResultSets and increased packet size
July 4, 2016 at 11:27 am
Suggest changing the destination connection advanced property for MultipleActiveResultSets to True
January 13, 2016 at 3:53 am
try
sp_replicationdboption
November 25, 2015 at 9:10 am
May be totally unrelated, but have seen indexed views on two tables cause deadlock on queries that only reference one of the tables - similar to what you described.
October 1, 2015 at 12:10 pm
try looking here for examples
September 26, 2015 at 3:45 pm
these articles provide the basics for writing SSIS Script Task -- C#.Net & VB.Net
includes executing sql statement with multiple results
http://www.sqlservercentral.com/articles/Integration+Services+%28SSIS%29/76439/
http://www.sqlservercentral.com/articles/Integration+Services+%28SSIS%29/76438/
August 15, 2015 at 8:09 am
Viewing 15 posts - 1 through 15 (of 86 total)