Popular Posts

Recent Posts

How to add test data for the development and tests in EF Core

There’s a nice online tool for rendering the test data. It’s at the website https://www.mockaroo.com/. I often use it to render fake SQL data. But now I am working on a Net application with EF Core. And obviously, I need test data for webservices and interfaces. Below is the way to quickly insert the test […] Read more»

.Net & C#

Fix the error Transaction log for database ‘SP19_Config’ is full due to LOG_BACKUP

SharePoint 2016 Logo

When I executed Update-SPSolution command in PowerShell  to update  one of WSP-solutions, I got the error, that ‘LOG_BACKUP’ is full “Update-SPSolution : Das Transaktionsprotokoll für die ‘SP19_Config’-Datenbank ist aufgrund von ‘LOG_BACKUP’ voll”. In English versions of SharePoint the text of the error can be like this “The transaction log for database ‘SP19_Config’ is full due […] Read more»

SharePoint