schemazen
schemazen copied to clipboard
Script and create SQL Server objects quickly
I'm not quite sure if the problem is caused because I'm currently running Schema Zen or Sql Server in linux, but when I try to import data it fails because...
Test execution worked fine.
I'm currently working on linux, and Schema Zen appears to run well on mono (great!) The only glitch I have is that the data import does not work (it does...
add a options like --rowlimit 10 to limit row amount to be exported, for the situation that target database is too big, but still need some rows used as examples.
Hi, I discovered your really nice tool many weeks ago and use it eyes closed. But after many weeks testing export and import data, i found a really embarassing issue....
Given a column with a non-default collation: ``` sql create table MyTable (Name nvarchar(100) collate Latin1_General_CS_AS_KS_WS ASC) ``` SchemaZen outputs the table without the collation.
We are using a lot of domain users and groups in our environment, which have no corresponding server logins (all domain users are trusted to connect to server itself). Such...
I found this example that might help: http://agimatec-tools.googlecode.com/svn/trunk/dbmigrate/src/main/java/com/agimatec/sql/script/SQLScriptParser.java
When scripting out objects could you include user permissions? SchemaZen is AMAZING. Fast, and great for disaster recovery. THANK YOU!