Fixed in 16.9.2
Fix row counter sql generation
Fix in 16.9.2
Thank you very much.
commit cee86d6f0ae16b56a2c32e48e22c110a8727ac7b Author: Jean-François Veillette <jveillette@apple.com> Date: Wed Oct 1 17:15:59 2025 -0400 Fix row couter sql. diff --git a/src/main/gui/net/sf/jailer/ui/databrowser/RowCounter.java b/src/main/gui/net/sf/jailer/ui/databrowser/RowCounter.java index bd9c3089e..b8b081f46 100644 --- a/src/main/gui/net/sf/jailer/ui/databrowser/RowCounter.java +++ b/src/main/gui/net/sf/jailer/ui/databrowser/RowCounter.java @@ -251,7 +251,7 @@ public class RowCounter { if...
Fix row counter sql generation
"Order By" in Data Browser GUI
The user has rigths for all three schemas because we can see under SSMS
Allocating more memory will most likely not solve the problem. Jailer expects the statements in the file to be imported to be separated by a semicolon (‘;’, at the end of the line). If this is not the case, the entire file content is treated as a single statement, which may lead to memory problems.
you must first analyze the schema. you can also do this in the navigation view.
SQL SERVER impossible to export subset table
SQL Server java error during import
no idea, i'm not a mssql expert. You probably need a mssql user/login that has rights for all three schemas.
There is no such script feature. Such a script would have to be executed before the export. However, it is better to use filters for applications such as the one you mentioned. Among other things, this does not permanently modify the source data.
SQL Server object invisible
The goal of the update script is for example to anonymize the email column of the one table during the export AR DBA
What would be the purpose of this update script, or what should it do?
update script on export processus
Finally I tested also with : lib\sqljdbc_12.10.1.0_fra\sqljdbc_12.10\fra\jars\mssql-jdbc-12.10.1.jre11.jar but it's not working : "Cannot open database xxx requested by the login. The login failed". It's strange that it's working when the database is master
Hi, I already use the last version of JDBC : lib\mssql-jdbc-12.2.0.jre8.jar but it's not working
what exactly did you try to import? the import tool expects the input file to consist of individual SQL statements separated by “,”.
MariaDB import full .gz
the communication between jailer and the mssql database is controlled and managed by the mssql-jdbc driver. if you have problems with this, please contact the people responsible for the driver. you can find them here: https://github.com/microsoft/mssql-jdbc
Hi, Would you help me to fix it please ? Best regards AR DBA
Hi, There is something strange, On SQL Server 2019 It works on some instances, but not on others. I don't find the root cause. Would you help me to fix it please ? A R DBA
Thanks for your response. A R DBA
MongoDB is not an RDBMS, so it is not
IMPORT FULL mysql, sql server database
MongoDB connect
Connection to SQL SERVER 2019 in error
Connect SQL SERVER 2016 in error
Hello, And for SQL Server database, is it possible de extract all tables (structure and data) in one go with Jailer ?
Hello, It is possible to export both the DDL and the data of all tables. However, the tool is not designed for this use case. It is much easier to use mysqldump for this.
Hi, I'd like to know if it's possible to extract all tables (structure and data) of 1 mysql database in one go with Jailer please ? If yes, would you tell me the process please ? Thanks in advance Best regards A R DBA
Extract all tables
Hi Ralf! Thank you for your help! I may be doing something wrong, or it may be the data schema is constructed in a way that Jailer doesn't automatically do it. I opened the table in the browser and set the filter to the 1 record, did Menu->Create Extraction Model, added a Subject with the filter criteria to the row of interest. I exported it to XML, but it didn't crawl the table hierarchy any more than what was initially displayed in the relationship graph when it opened the Extraction Model Editor....
Yes of course. Simply define the table with the row as a subject table and define the row via the subject condition. All parent and child rows are then automatically expanded.
I have a database that I have read access to with lots of tables. Most have relationships between them, but there's also some audit ones that are unattached through relationship. Is there an easy way to do an export from all tables in the database where they relate to a single record? So it traverses the relationship tree tables and pulling out parent and child records for that starter record? Thanks!