我正在使用Microsoft 2008 R2并为所有数据库对象(如表、函数、触发器、过程、视图、约束等)生成一个带有脚本的ddl文件。
现在我的需求是为数据库对象按字母顺序生成这个ddl文件,并且对对象类型的所有查询都应该分组在一起。
即:-
Drop Table A1
Create Table A1
Alter Table A1
Drop Table B1
Create Table B1
Alter Table B1
Drop Function F1
Create Function F1
Drop Procedure P1
Create Procedure P1 and so on..
我必须找到一种方法来定义每个通道的衰老子集。
主要目的是在每个通道中分离一个组织的订购者。
例如:
* I have Org1 and Org2:
** Org1 has orderes: orderer11, orderer 12
** Org2 has orderer: 21, orderer 22
* I want to create system channel which contains EtcdRaft consenter with all 4 orderers.
* I want to create 2 application channels,