(Manoj) Microsoft SQL Server is the most popular database management system, which provides flexibility to the database administrator to manage their database.
Community
NLog vs log4net vs Serilog: Compare .NET Logging Frameworks
(Simon Timms) Logging information in .NET, or really in any production application, is invaluable. In many cases, developers don’t have direct access to the production environment to debug issues.
Line Numbers in SQL Server Management Studio
(Greg Larsen) Have ever tried to debug a chunk of TSQL code (like a stored procedure) and found yourself trying to figure out which TSQL statement is at a particular line number?
std::optional: How, when, and why
(Casey Carter) C++17 adds several new “vocabulary types” – types intended to be used in the interfaces between components from different sources – to the standard library.
SQL SERVER – WMI Error 0x80041017 – Invalid Query Using WBEMTest
(Pinal Dave) During my free time, I do provide assistance to the community. Sometimes via forums, sometimes by giving a free session to local user group related to SQL Server. In this blog, I would share the steps to fox WMI error 0x80041017, Invalid Query.
De-Normalization of Your Database with JSON
(Dave Stokes) One of the humbling things about working at Oracle with the various MySQL personnel is that you are often blown away by something one of them says or does. And that is on a regular basis.
Oracle Database 18c installation with Vagrant
(Skant Gupta) A vagrant is a tool for building and managing virtual machine environments in a single workflow. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases production parity, and makes the “works on my machine” excuse a relic of t
missing oraagent.bin process
(Martin Berger) It all started with a small error when I tried to stop/start a service:
A dynamic year of change for the Mainframe
(Anne Hoelscher) IBM has reinvigorated the mainframe market in the past year with the z14 and the announcement this month of the open source project, Zowe. 30 years ago as I started my career as a bright-eyed mainframe developer, I received questions and comments from “what is a mainframe?” to “ther
The .error() Method Cannot Catch Future Task Timeout Errors In ColdFusion 2018
(Ben Nadel) Earlier this morning, I demonstrated that providing a Timeout value to a Future method will change the Future callback from an asynchronous call into a blocking, synchronous call in ColdFusion 2018.
