top of page
BLOG
Search


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...
Mathilde Benedetto
Apr 12, 20241 min read
10 views
1 comment


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?...
Mathilde Benedetto
Oct 24, 20232 min read
14 views
0 comments

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...
Mathilde Benedetto
Aug 31, 20234 min read
12 views
0 comments

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...
Mathilde Benedetto
Aug 11, 20212 min read
44 views
0 comments
bottom of page