Today I want to talk about executing SQL statements in X++ on both the currentAX database and external databases. This is something probably every AX developer will have to do at some point.You’ll want to do this for many reasons; to execute stored procedures, to improve performance, to get data fro Read More
posted @ 2013-09-26 15:35
Fandy Xie
Views(2156)
Comments(0)
Diggs(0)
SQL复制表的几种方法:仅复制表结构:select * into newTableName from OldTableNamewhere 1 = 2SQL复制整张表 select * into NewTableName from OldTableName只复制列名而不要内容 select * int... Read More
posted @ 2013-09-26 15:11
Fandy Xie
Views(251)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号