I used the propagate variable trick to continue a loop on error. That works within the package, but the parent package calling the package with the loop still fails.
Tag: sql server
SQL 2014 Learning Series # 8 – New Feature – Delayed Durability (Part 2)
(Balmukund Lakhani) In part 1 of the post about delayed durability, we have learned the basics of delayed durability. In this part, lets see it in action. I must point out that this feature is also called “Lazy Commit”. Hope you remember that we can set durability as delayed at two levels, database
Change the service accounts used by TFS, SQL, Reporting Services and SharePoint
(Sreeraj Rajendran) The steps and screenshots included in the article are for the following product versions:
How come I can create SQL Server objects but not access these objects
(K. Brian Kelley) In a SQL Server database I was able to create a stored procedure. However, when I went to execute the stored procedure, SQL Server told me I didn’t have permission to do so. Is this a bug or did I do something wrong?
What happens when the OLAP Query Log doesn’t turn on
(Chris) Bill Anton recently had a really great post about the OLAP query log and how to turn it on and translate it into English (available here). I’ve been meaning to blog about this for awhile but have been putting it off, and reading his post motivated me to go actually do it, instead of just sta
Finding SQL Server Agent Jobs Running at a Particular Time
(Michael K. Campbell) I’m guessing I’m not the first person to come up with the need to try and correlate a problem or issue on a server against whether or not a SQL Server Agent job was running or not.
SQL SERVER – SELECT INTO with FileGroup or Partitionis Not Possible
(Pinal Dave) The other day, I received an email from user and after a long time before I answer the question, I had to check the answer online.
Clustered Columnstore Indexes: Exploring Delta Store and Delete Bitmap
(Dmitri Korotkevitch) I am OLTP guy. I cannot grasp concept of the columnstore indexes – indexes that do not care about an order of columns in the definition. It was a reason why Data Warehouses and I lived happily ever after. Just apart from each other.
Improving SSRS Report Performance using new R3 features – Part 6
(Youxuan Jin) In Ax2012, we introduced class SrsReportDataProviderPreProcess class as the solution for long running SSRS reports that cause SSRS time out. The approach is to process data in Ax session before calling SSRS.
SQL Server Reporting Services Embedding .NET Code for Report Formatting and Error Handling
(Scott Murray) I want to embed code into my SQL Server Reporting Servers (SSRS) to allow special formatting for report output. How do I implement and deploy this code and what functionality can use this embedded code?