(Rick Dobson) I am encountering requirements where I need to process a results set from a SQL Server stored procedure in another application or I am asked to pass the results set generated by a stored procedure to another team for data mining.
Other News
A Complete MultiThreading Tutorial In Java
(Vijay Kumari) Multithreading in Java is a process of executing multiple threads simultaneously. A thread is the smallest unit of the processing. Multithreading and Multiprocessing, both are used to achieve multitasking.
Guru: MERGE, Chicken, And Eggs
(Ted Holt) Which came first: the chicken or the egg? I don’t have time to ponder such trivialities.
How to debug and profile any EXE with Visual Studio
(Andy) Have you ever needed to debug or profile an executable (.exe file) that you can’t build locally? Then the least known Visual Studio project type, the EXE project, is for you!
Zero-Downtime Cluster Maintenance: Comparing the Procedures for Upgrades versus DB/OS Maintenance
(Eric M. Stone) Part of the power of Tungsten Clustering for MySQL / MariaDB is the ability to perform true zero-downtime maintenance, allowing client applications full access to the database layer, while taking out individual nodes for maintenance and upgrades.
Where’d My VMs Go? Adventures in Simple Linux Forensics
(Andy Colvin) I woke up to a message the other day from a colleague on a project where I occasionally provide assistance.
SQL SERVER – Table Variable or Temp Table – Performance Comparison – INSERT
(Pinal Dave) Earlier this week, I wrote two blog posts which are comparing performance between regular tables and temp tables. In this blog post, we will talk about Performance Comparison between Table Variable or Temp Table.
Client-Side TypeScript without ASP.NET, Angular, etc.
(Marc Clifton) Reality – most everything out there seems to be half-baked, in the hot summer sun, piles of cow you-know-what.
CFQueryParam ‘Fails Silently’ With Empty Lists And IN Clauses In Lucee 5.2.9.40
(Ben Nadel) About a year ago, we converted our production app from Adobe ColdFusion to Lucee CFML. The conversion itself took several months (depending on how hard you squint); and, since the conversion, we’ve occasionally stumbled over a few inconsistencies between Adobe ColdFusion and Lucee CFML.
One upgrade to rule them all
(Giuseppe Maxia) Up to now, the way of updating dbdeployer was the same as installing it for the first time, i.e. looking at the releases page, downloading the binaries for your operating system, unpacking it and finally replacing the existing binaries.
