top of page
BLOG
Search
Mathilde Benedetto
Apr 12, 20241 min read
Get insights on fields and tables in SQL Server
You may need to get a generic overview of the state of your server: what tables have data ? what fields do I have in each table? etc A...
10 views1 comment
Mathilde Benedetto
Oct 24, 20232 min read
Query tuning: how to analyse a query to improve its performance
Applicable to MySQL You may have some queries taking too long to be executed. So, what steps can you take to get a better time execution?...
14 views0 comments
Mathilde Benedetto
Aug 30, 20234 min read
Deduplication in PL/SQL based on date & serial
Here is an example of how to deduplicate a single table with PL/SQL. Context: We have a unique table. The client wants to get a data...
12 views0 comments
Mathilde Benedetto
Aug 11, 20212 min read
How to create an alias to search in a very long crontab archive
Suppose that you are a very big company with lots of clients and you have a crontab with a very long list of jobs. To go faster you can...
44 views0 comments
bottom of page