Skip to content

The Dev Mill

Finding Solutions to My Problems and Yours

Toggle menu
  • Home
  • CV
  • Log In
31 July 202117 April 2024Helpful

Stop SSRS From Sending Empty Reports

This article was written for SQL 2014 Summary If you have an SSRS subscription that emails out a report, but there is a requirement to only send that report if there is data, then that should be easy enough to do, shouldn’t it? From what I’ve found so […]

17 July 202117 July 2021Tutorial

Creating a Snippet in SQL Server Management Studio (SSMS)

I have found that I have been using the same error handled transaction quite a lot recently. So I wanted created this snippet to have the script easily accessible. My main goal with this snippet was to have it easily and quickly accessible, with only a few keystrokes. […]

19 June 202117 July 2021Helpful

Script to restart Apache Tomcat Server

I recently found that a Tomcat server was running out of memory, I did give the service more, but I believe the problem to be a memory leak, so more memory is only a short term solution. Fixing the memory leak is obviously the best solution, but I’m […]

4 June 20214 June 2021Best Practice, Tutorial

Nested transactions Part 2 – Error Handling

In the previous article I talked about using savepoints for nested transactions. In this article will talk about how to handle rollbacks, and what to do when the Stored Procedures you use have their own transaction handling. There was a quote that I read once, I can’t remember […]

25 May 2021Best Practice, Tutorial

Nested transactions Part 1 – Save Points

Transactions are a great way to group statements together in an all or nothing batch.However, nesting transactions is where things get a little messy, some people even call them evil. I note here that a big part of the reason people don’t like nested transactions is because they […]

19 May 202111 November 2021Troubleshooting

SSRS Error: Maximum request length exceeded.

On occasions I have received the error ‘Maximum request length exceeded.’ when trying deploy an SSRS report. The Cause The problem comes from the report being too big for the size allowed by SSRS. The report probably has embedded objects like images or PDFs. The Solution Try and […]

12 May 202122 May 2021Tutorial

Integrating an ASP.Net App with Azure AD – Easy as 123

I have been working with Microsoft.AspNetCore.Authentication.AzureAD.UI for authenticating with Azure AD. I noticed however that in a recent project it is now deprecated. So I thought I’d spend some time learning the new way of integrating with Azure AD using the Microsoft Identity Platform. I was pleasantly surprised […]

3 May 202112 July 2022Troubleshooting

Target Framework Not Installed – But it is!

I recently got this message when trying to open a project created by another developer… I was surprised because everything on my PC was up to date.I tried installing the runtime but it told me that it was already installed.I checked the registry and that confirmed that I […]

11 November 201915 June 2021Troubleshooting

Identifying which tables are updated by a transaction

One of the applications I work with has more than 900 tables, so as you can imagine trying to determine where the data lives can sometimes be difficult. This script shows me which tables were updated by the last transaction. Add the database name in the USE and […]

23 May 201915 June 2021Helpful, Troubleshooting

Changing the AM and PM designator dynamically

I received the error ‘The string was not recognized as a valid DateTime. There is an unknown word starting at index 17’ on a server when trying to convert a Date and Time string to a DateTime, but I had no such error in development or testing. The […]

Posts pagination

< 1 2 3 4 >

Recent Posts

  • Because You Are Agile, It Doesn’t Mean You Are Doing Scrum 
  • Debugging an MVC call
  • I Generated a Site Icon with AI
  • Null result returned when getting section or connection string from Configuration
  • Dependency Injection in a Console App

Tags

Azure AD C# CSS Dates Design Errors Java MVC PowerApps Power Automate RegEx Scrum SQL SSMS SSRS Tips VBA Word

Categories

  • Best Practice
  • Helpful
  • Playing Around
  • Troubleshooting
  • Tutorial

Archives

  • 2025 (1)
  • 2024 (1)
  • 2023 (5)
  • 2022 (8)
  • 2021 (13)
  • 2019 (2)
  • 2018 (2)
  • 2017 (1)
  • 2016 (4)

Recent Comments

  • Gerald NMN McCulla on Converting an Array of JSON Objects to Key Value Pairs in Power Automate
  • John Riggle on Stop SSRS From Sending Empty Reports
  • Derek on SSRS Error: Maximum request length exceeded.
  • stabile on Working with SharePoint List Multi Value Fields in Power Automate
  • Hairstyles on Nested transactions Part 1 – Save Points
Proudly powered by WordPress