Implementing Case Management Patterns using Oracle Process Cloud Service (PCS)
Hi everyone and welcome to the second part of our article on implementing Case Management (CM) patterns with Oracle Process Cloud Service (PCS). On the first part, we learned a bit about the concepts around Case Management and we (barely)…
Case Management Patterns using Oracle Process Cloud Service
Hi and welcome to a new article on Case Management using Oracle Process Cloud Service (PCS). This time, we’re going to address some use patterns that may seem difficult to implement using PCS, and tackle the need for unstructured parts…
Did you know… You can change the default file encoding for new query on SSMS?
I’m currently working on a SQL code migration from Firebird to SQL Server. The client provided the scripts with all modules (Stored Procedures, functions, etc) and the steps I’m following (roughly speaking) for converting are: Open new query window Copy…
Leveraging on SQL Server Data
I’m working on a project where I need to convert Firebird SQL code into T-SQL code. No schema, just the modules. There are more than 1000 objects between stored procedures, views, triggers, user-defined data types, etc. First – the pain……