(Manoj) In SQL Server to get top-n rows from a table or dataset you just have to use “SELECT TOP” clause by specifying the number of rows you want to return, like in the below query.
Author: SSWUG Research
Common commands and tasks to make dealing with Windows Core easier.
(Kenneth Fisher) I don’t know how many of you are working with Windows Core these days but personally I think it’s a pretty cool concept. You aren’t supposed to be logging into your servers all that often so why have the extra overhead of Windows?
Add a Turbocharged Data Grid to Your Angular Application
(Robert_Dyball) An article that explores how developers of enterprise web applications that need to display data in grids can use Wijmo FlexGrid, a mature, fully supported data grid.
Synchronously Refreshing a Power BI Dataset using Azure Logic Apps
(Koen Verbeeck) I’m able to refresh a Power Dataset in the Power BI service using the Power BI API. The solution is built in an Azure Logic App. However, when the action calls the API, it immediately succeeds without giving an indication if the refresh actually succeeded or not. Is it possible to do
MySQL Encryption: Master Key Encryption in InnoDB
(Robert Golebiowski) In the previous blog post of this series, MySQL Encryption: Talking About Keyrings, I described how keyrings work. In this post, I will talk about how master key encryption works and what the pros and cons are of using envelope encryption such as a master key.
Modernizing an Oracle Forms Application to an Oracle APEX Application
(Monica Godoy) Oracle Forms is an established technology that has been popular for building data applications for decades, particularly in South America you can find a vast array of companies working with Oracle Forms, even with an unsupported version.
Wrapping The FusionReactor API (FRAPI) For Safe Consumption In Lucee CFML 5.2.9.40
(Ben Nadel) Over the weekend, I looked at how to use the FusionReactor API (FRAPI) to instrument ColdFusion code. In that post, I was referencing the FRAPI Java class directly; which, only works if you have the FusionReactor Java Agent installed.
Angular – Typescript Fundamentals
(Veerendra Annigere) In order to build an application in Angular, we need to know the fundamentals of Typescript. In this article, I’m going to explain the fundamentals of Typescript and object-oriented programing principles.
Maximizing Database Query Efficiency for MySQL – Part Two
(Paul Namuag) This is the second part of a two-part series blog for Maximizing Database Query Efficiency In MySQL. You can read part one here.
OCI Serverless Functions invoking other Functions – synchronous and asynchronously through API Gateway and Streaming
(Lucas Jellema) OCI allows for cloud native application development, using facilities such as serverless functions, a light weight API gateway, a streaming service for asynchronous communication based on event messaging and built-in monitoring.
