(Ian Bjorhovde) As DBAs, one of the tasks that we do on a fairly regular basis is install new Db2 code on the database server.
Community
Java Challengers #6: Thread behavior in the JVM
(Rafael Chinelato Del Nero) Threading refers to the practice of executing programming processes concurrently to improve application performance. While it’s not that common to work with threads directly in business applications, they’re used all the time in Java frameworks.
Converting an Excel Worksheet into a JSON document with C# and .NET Core and ExcelDataReader
(Scott Hanselman) I’ve been working on a little idea where I’d have an app (maybe a mobile app with Xamarin or maybe a SPA, I haven’t decided yet) for the easily accessing and searching across the 500+ videos from https://azure.microsoft.com/en-us/resources/videos/azure-friday/
Rendering A Partial To A String In Razor Pages
(Mike Brind) Partial Views or Pages are primarily used as a means of including reusable snippets of HTML within one or more Razor Pages.
Lesson Learned #77: Importing data from bacpac using bcp command utility
(Jose M Jurado) Today, I worked on a case that our customer needs to load some data from a bacpac to an Azure SQL Database, for different and urgent situations was not possible to export and create again this bacpac.
Initializing a Project with an Existing Database
(Peter Vogel) Eight-five percent of all application development is spent on existing systems, with existing databases.
MySQL InnoDB Cluster – Controlling data consistency and expel timeouts
(Miguel Araújo) This blog post follows the series that we have been composing to detail every single new feature added in the latest MySQL InnoDB Cluster release.
shared resources
(Martin Berger) Some days ago I had one of these calls from an application colleague: The database was slow yesterday, can you please check what’s the problem?
New Features of RAC & ASM in Oracle 19c
(Anuradha Mudgal) These are the new features for Oracle Automatic Storage Management 19c.
Using T-SQL to Fix Bad Data in XML Documents Using FLWOR
(Laeeq Hamid) I have an XML document with some incorrect data in it. Is there a way of iterating through the nodes of XML document using T-SQL and correcting the data before processing the contents?
