(Pinal Dave) Even though there are many disaster recovery solutions available in SQL Server as of today, few of my clients Still go with log shipping. In this blog, I would share my learning about one of the errors which I observed with one of my clients.
Author: SSWUG Research
Developing Mobile Applications in .NET
(Damir Arh) In this tutorial, I will describe the tools and frameworks available to .NET developers for all aspects of mobile application development i.e. front-end, back-end and operations.
Solving Access Denied in Crypto Machine Keys
(K. Scott Allen) Previously on OdeToCode I posted about tracking down an AspNetCore build error.
Using Function Monkey with MediatR
(James) There are a lot of improvements coming in v4 of Function Monkey and the beta is currently available on NuGet. As the full release approaches I thought it would make sense to introduce some of these new capabilities here.
Practical RPG: Encapsulating Your Data with Extension Files, Part 2
(Joe Pluta) In my previous article, I explained how to use extension files to encapsulate a legacy database. This allows you to add new data points to the database without the impact of changing an existing master file.
Projections with JPA and Hibernate
(Thorben Janssen) Choosing the right projection when selecting data with JPA and Hibernate is incredibly important.
Sequence Contains No Elements
(Thomas LaRock) I came across this “Sequence contains no elements” error when using Always Encrypted a while back and wanted to write a quick post. In this case, I was trying to encrypted a computed column.
#0417 – SQL Server – Select row count of local temp tables
(Nakul Vachhrajani) I was recently contacted by a fellow team member who was interested in finding out the number of records in a temporary table which was being used as part of a long-running script.
Building and Consuming a REST API with Angular 9: Sending GET Requests with HttpClient and Services by Example
(Ahmed Bouchefra) In this part of our Angular 9 tutorial, we’ll build a fake REST API backend for our Angular frontend using json-server and faker.js and next, we’ll see how to create a service to send GET requests to our backend to fetch and consume data which will be rendered in the home component
Initialising PL/SQL associative arrays in 18c and later
(Martin Bach) I can never remember how to initialise PL/SQL associative arrays and thought I’d write a short post about it.
