(David Ramel) Careers firm Hired published its 2020 State of Software Engineers report, examining various topics such as the hottest jobs in software engineering, salaries and most in-demand programming languages.
Other News
Guru: Copy OUTQ To PDF
(Bob Cozzi) A long time ago I created a CL command named Copy from OUTQ (CPYOUTQ). This command allowed you to selectively copy spooled files from one OUTQ to either another OUTQ or to the IFS as a PDF or text file.
Tips for Delivering MySQL Database Performance – Part Two
(Bart Oles) The management of database performance is an area that businesses when administrators often find themselves contributing more time to than they expected.
SQL SERVER – Resolve WAIT_ON_SYNC_STATISTICS_REFRESH Wait Type
(Pinal Dave) Every new consulting engagement teaches me new learnings. In the recent SQL Server Comprehensive Database Performance Health Check engagement, I had faced a very interesting issue, which I had not faced so far ever in my career before.
Add Material-UI Table In ReactJS Application
(Sanwar Ranwa) In this article we will learn how to use the Material-UI Table in React applications. Material UI is one of the most popular UI frameworks developed by Google.
Tips for using Very Large Databases in SQL Server 2019
Tips for using Very Large Databases in SQL Server 2019 Avoid using SQL Server Management Studio to maintain Very Large Databases. Because using SQL Server Management Studio is very resource expensive, use stored procedures and Transact-SQL statements, in this case. For heavily accessed table with text/image columns, place this table in one filegroup and place text/image columns in a different...
SQL Server Backups and The Cloud
It used to be that SQL Server backups were the topic of every other webinar that was hitting the airwaves. Nowadays, that’s not the case; so many things have happened that make the backups just automatic. Not the least of these is the fact that your cloud provider may well be taking care of backups for you, making sure they […]
Documentation for SQL server 2019
(Tibor Karaszi) Duh, it’s on the web, you say. Yes, of course it is, but sometimes you prefer to have a local copy of the documentation. For instance:
Introduction to Azure SQL Database Auto-Failover Groups
(Marcin Policht) Azure SQL Database offers a number of resiliency features that deliver a mix of high availability and disaster recovery capabilities.
Building and documenting REST APIs with ORDS
(Luis Rodriguez) In the first part of the article we will provide an overview of how you can use Oracle REST Data Services for providing APIs directly from your PL/SQL code . The second part covers how to document our Web services using Swagger.
