计算SQL Server 2005中存储过程的代码行数

发布于 2024-07-27 02:04:33 字数 181 浏览 6 评论 0原文

使用 SQL Server 2005 Management Studio,我已将每个存储过程和函数导出为单独的 .sql 文件。

有没有一种方法可以使用 CLOC 工具生成代码行度量?

CLOC 站点声称它支持 SQL,但在这种情况下它不会生成任何指标。

谢谢,

阿吉特。

Using SQL Server 2005 management studio, I have exported each Sprocs and Functions as a separate .sql file.

Is there a way that using CLOC tool, I can produce lines of code metric?

The CLOC site states that it supports SQL but it does not generate any metric in this case.

Thanks,

Ajit.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

浅笑轻吟梦一曲 2024-08-03 02:04:33

我得到了一个满足我要求的工具:

http://www .downloadthat.com/windows/Programming/Misc-Tools/OxyProject-Metrics_download.html

如果有更好的,请分享。

谢谢。

阿吉特。

I got a tool that satisfies my requirement:

http://www.downloadthat.com/windows/Programming/Misc-Tools/OxyProject-Metrics_download.html

If anything better, pl share it.

Thanks.

Ajit.

街角卖回忆 2024-08-03 02:04:33

为什么你不通过在 Management studio 中右键单击数据库来使用“生成脚本”,选择表/存储的过程/函数,然后将其导出到一个巨大的文件。
由此,您可以使用像记事本++这样的工具(如果您关闭自动换行并打开状态栏,甚至可以使用记事本)来查看行数。
或者您可以对创建的这一文件使用 CLOC。 这让你快乐。

WHy don't you use "Generate Scripts" by rightlciking on your database in Management studio, selecting your tables/stored procs/functions, and then exporting it to one giant file.
From that, you can use a tool like notepad++ (or even notepad if u take word wrap off and status bar on), to see number of lines.
or you can use CLOC on this one file created. Which ever makes you happy.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文