On Sat, May 24, 2008 at 4:55 PM, Hacking Bear <[EMAIL PROTECTED]> wrote:
> I'm new to dbUtils and i cannot find answers to my question. Please help me. > > I want to export my schema to SQL DDL from SQL Server but the output sql > file is empty (even though the XML schema file has valid data.) Apparently, > my task, connection, etc. works. Only the generated SQL file is empty. any > idea? That is odd. Could you try running the writeSchemaSqlToFile subtask within the ddlToDatabase task using the ss-schema.xml file that you got ? That will basically perform the same operation except that it does not use a live database but the database model contained in the ss-schema.xml file. Tom
