(Thomas Levesque) Sometimes your API needs to expose a non-primitive type that has a “natural” string representation. For instance, a standard representation for a duration is the ISO 8601 format, where “1 month, 2 days, 3 hours and 4 minutes” can be represented as P1M2DT3H4M (note that this isn’t t
Other News
How to list and download the contents of a GitHub repo in C#
(Mark Heath) I recently needed to write some code in C# that could list the contents of a GitHub repository, and download the contents of specific files.
unauditable select
(Martin Berger) Oracle Unified Audit is a great and flexible tool.
Simple Performance Tuning Example
(Bobby Durrett) I helped resolve an Oracle database performance problem yesterday and I thought I would capture what I did in this blog post.
OIC: Identity Propagation In Structured Process
(Jan Kettenis) When a process calls a service you sometimes have a requirement that some user identity needs to be propagated to the service call. This article describes how you can propagate the identity (but alas not the principle) of a user on behalf of whom a service call is executed.
Announcing Two New Db2 Web Query Editions!
(Doug Mack) Db2 Web Query for i is a family of analytics products. The two products on the reporting/Business Intelligence side have been Express Edition and Standard Edition.
Top 10 Must-have VS Code Extensions for JavaScript Developers
(Olivia Diaz) JavaScript is one of the most popular programming languages, with different components, frameworks and tools.
I created a table and SQL created a schema and a user.
(Kenneth Fisher) Demo first and then I’ll explain what happened.
Interpreting execution plans of T-SQL queries
(Esat Erkec) In this article, we will analyze a simple T-SQL query execution plan with different aspects. This will help us to improve our practical skills instead of discussing theoretical knowledge.
SQL Server 2019 Profiler Optimization Tips
SQL Server 2019 Profiler Optimization Tips SQL Server 2019 Profiler is a graphical user interface for monitoring an instance of the Database Engine or Analysis Services. SQL Server Profiler allows to capture and save data about each event to a file or table to analyze later. In this article, you can find some helpful tips to performance tune and optimize...