(Pablo Echeverria) A database login or user (SQL Login, Oracle User, etc.) is actively being used and embedded in code, but the password is about to change. How can you find all of the places where it exists with SQL Server such as Jobs, Linked Servers and SSIS information stored on the server?
Other News
Introduction To Routing In Angular 8
(Menakapriyadharshini Baskarpillai) In this article we’ll discuss about angular 8 routing and navigation.
Update on using HostBuilder, Dependency Injection and Service Provider with .NET Core 3.0 WPF applications
(Marco Minerva) Some months ago we talked about how to use .NET Core 3.0 Dependency Injection and Service Provider with WPF. Now that the final version of .NET Core 3.0 has reached its GA, it’s time to update that article showing the right approach to use HostBuilder, Dependency Injection and Servic
MySQL load data infile made faster
(Sri Sakthivel) Loading any large file into MySQL server using the LOAD DATA INFILE is a time consuming process , because it is single threaded and it is a single transaction too. But with modern hardwares system resource is not a bottle neck.
How to resize a btrfs root partition on Oracle Linux
(Gerald) Resizing a root partition (/) of a running Oracle Linux isn’t hard but the information out there on the web is limited. In my situation, I was given access to an already installed Oracle Linux environment that wasn’t using all the available space of the disk.
SQL SERVER 2019 – Supports Compatibility Level from 2008 to 2019
(Pinal Dave) Earlier last week SQL SERVER 2019 is Released. It has been an amazing experience to download and work with this new version. As I have been working for almost 20 years with SQL Server, I want SQL Server to be robust and stable, while performing better than the previous version of the SQ
Serializing CellSet Adodm MDX Query Result Set to JSON
(Fedor Dzjuba) Sometimes, we need to present MDX result on the web or a client application that has no native provider to Microsoft Analysis Service. Solution is to use Adodm.Client CellSet, serialize it into sensible JSON and spit it out to the client to render.
gRPC vs HTTP APIs
(James Newton-King) ASP.NET Core now enables developers to build gRPC services. gRPC is an opinionated contract-first remote procedure call framework, with a focus on performance and developer productivity. gRPC integrates with ASP.NET Core 3.0, so you can use your existing ASP.NET Core logging, con
MySQL Shell 8.0.18 – What’s New?
(Rene Ramirez) The MySQL Development team is proud to announce a new version of the MySQL Shell with the following major improvements:
Convert Groupby Result on Pandas Data Frame into a Data Frame using …. to_frame()
(Lucas Jellema) It is such a small thing. That you can look for in the docs, no Stackoverflow and in many blog articles. After I have used groupby on a Data Frame, instead of getting a Series result, I would like to turn the result into a new Data Frame [to continue my manipulation, querying, visual
