Jaro winkler and levenshtein: the right to make mistake
When you do a search on a search engine, you have probably already made a typo, or reversed two letters.
Read moreEverything that revolves around the database, queries, stored procedures or triggers. Or even more recent issues such as big data, NoSQL and open data.
When you do a search on a search engine, you have probably already made a typo, or reversed two letters.
Read moreWhen throwing a shrink database to a SQL Server database, there is no evidence of progression, and some important foundations
Read moreCurrently testing a migration to PHP7 (from PHP5.5), I noticed that the management of connections to SQL Server via the
Read moreUsing MySQL functions, triggers, and stored procedures has many advantages, but also some challenges. We will detail these different points,
Read moreThere is a tool integrated into MySQL which makes it possible to obtain very interesting information, and which will give
Read moreIf you use MySQL stored procedures a lot, you probably needed to loop over a recordset to process a dataset.
Read moreWe work a lot with SQL Server and the related software suite (SSIS, SSRS in particular, in version 2008 R2).
Read moreA quick article for a question I had to ask myself recently. How to make in MySQL to return all
Read moreMySQL replication is relatively simple to set up, there are still a few points not to be overlooked and to
Read moreHere’s a little topo on having, from time to time, null values in the Fetch of a MySQL cursor. While
Read moreOne of your DBAs, or one of your developers creating stored procedures is gone. You want to delete his MySQL
Read moreI recently came across two behaviors of the MySQL CONCAT function which caused me problems with encoding and null values.
Read more