makinacorpus / DbToolsBundle

A PHP library to backup, restore and anonymize databases
https://dbtoolsbundle.readthedocs.io
MIT License
181 stars 15 forks source link

Anonymization - Sample table creation fails if sample is too big with sqlsrv #174

Closed SimonMellerin closed 5 months ago

SimonMellerin commented 5 months ago

SQL Server supports a maximum of 2100 parameters. This could lead to error when the DbToolsBundle try to create big sample table.

This is probably also the case with other RDBMSs.