SQL Server 2000 和 2005 的开源测试
有没有开源的测试工具可以测试Sql Server 2000的压力。
Are there any open source testing tools for testing the Sql Server 2000 stress .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Microsoft 提供了名为 SQLIOSim(原 SQLIOSTress)的免费实用程序,用于攻击 IO 系统和 OSTRESS 来重放跟踪文件。
鉴于您已经同意 MS SQL Server 许可证,它是否必须是开源的?
There are free utilities from Microsoft called SQLIOSim (was SQLIOSTress) to spank the IO system and OSTRESS to replay trace files.
Does it have to be Open Source specifically, given you've already agreed to the MS SQL Server licence?
有两个大型开源数据库服务器, mysql 和 postgresql. 我认为这两个都有一些测试工具(尽管它们可能需要一些调整才能用于 ms sql server)。
There are two big open source database servers, mysql and postgresql. I would think both of those had some testing tools (although they might need some tweaking in order to be used for ms sql server).