如何使用SQL(select/stored procedure/etc)从SQL Server数据库生成所有表的DDL(带外键,索引等)脚本?除了数据,我需要一切.
我不能使用Sql Server Management Studio,因为我想在一个将在linux上运行的node.js脚本中使用它!