schemazen
schemazen copied to clipboard
Script and create SQL Server objects quickly
When two columns are identical except for their column position, SchemaZen creates an ALTER COLUMN command that does not actually resolve the difference. Instead, we should output text to explain...
As it says on the tin, would you accept a PR to change the behavior of SchemaZen to use [Parallel.ForEach](https://docs.microsoft.com/en-us/dotnet/api/system.threading.tasks.parallel.foreach?view=net-6.0)? Would you like this to be the default behavior or...
When I script the creation of a table that has a default value for a column it is not scripted. I've written a crude test that recreates the issue on...
Some of the integration tests are failing in bacee1a768df0991995518954c10bd3250ffdef8 when I run them locally: Test.Integration.TableTest: - TestImportAndExportNonDefaultSchema - TestExportData - TestImportAndExportDateTimeWithoutLosePrecision - TestImportAndExportIgnoringComputedData They all fail with the error "Incorrect...
This does 2 things: 1. Add a `--timeout` parameter to BaseCommand. 2. Implement the timeout parameter for importing data during `schemazen create`. This is not a complete timeout for everything,...
Hi, I had been succesfully running schemazen routinely like this: `SchemaZen.exe script --server serverName --database dbName --scriptDir "c:\Users\.." -o ` with no issues and finally today i am catching `...
Due to internal usage of the COLUMNPROPERTY function in INFORMATION_SCHEMA, this query can timeout on larger databases
Please add the ability to specify a Quiet or Silent logging level. I'm using SchemaZen in an integration test harness to create a sandbox database. The Console.WriteLine calls in SchemaZen...
Please show version number on * No Argument Specified * help * --version - single line output So we know what version of the exe we are on.