【发布时间】:2021-04-16 17:26:45
【问题描述】:
我们在一个由 SSMS 创建的文件夹中有 1000 多个文件,例如
"aaa.storedporcedure.sql"
"bbbb.storedporcedure.sql"
"ccccc.storedporcedure.sql"
...
We want to remove the .storedporcedure from the file name to have the below file name'
"aaa,sql"
"bbbb.sql"
"ccccc.sql"
...
最好的方法是什么?
【问题讨论】:
-
"aaa,sql"是一个错字,我猜。