Datasense – Management of sensitive data in organizations
The objective of Datasense is to Identify, Classify and Categorize personal and sensitive data in the Portuguese language, in the context of the General Data Protection Regulation (GDPR). Personal data include personal identification numbers (e.g.: ID card number, cellphone number),…
Link congratulates BPI for another international recognition
Link is very pleased to congratulate BPI on yet another international recognition with the award of the Innovation Award 2019 by The London Institute of Banking & Finance in the BEST TECHNOLOGY INITIATIVE – EUROPE category with the BPI GoNow…
Improving the use of Variables and Parameters on SSIS– A tip from the field
As part of my actual job, I frequently use SQL Server Integration Services for developing new packages as well as to change existing ones. Inside SSIS I use and abuse of variables and parameters, and often end up having some…
Azure Databricks and Azure HDinsight Hive Integration
Hello, There is a great hype around Azure DataBricks and we must say that is probably deserved. It will put Spark in memory engine at your work without much effort and with decent amount of “polishedness” and easy-to-scale-with-few-clicks. We also…
KAFKA 101 – Messages To Non-existent Topic
This is a series of Kafka 101 tricks that our team see during our engineer work. Blog posts will be very small and objective. This first post is about sending messages to topics that don’t exists and what happens to…
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…