查询 SQL Server CE
我完全承认我对 SQL Server CE 很无知,所以如果我的问题很明显,请原谅我。
我们有一个第三方产品,它在后台使用 CE 来存储作业运行的历史记录。该工具仅显示最近 30 天的日志,但我想看看物理存储的内容是否多于该工具通过查询 CE 数据库向我们显示的内容。可以这样做吗?如果是这样,我需要什么才能查询它?
提前致谢!
I fully accept that I am ignorant when it comes to SQL Server CE so please forgive me if my question is obvious.
We have a 3rd party product that uses CE in the background to store a history of jobs run. The tool is only showing the last 30 days of logs, but I wanted to see if what is physically stored is more than what the tool shows us by querying the CE database. Is it possible to do this? If so what do I need to be able to query it?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您可以使用 SQL Server Management Studio表达。
I think you can use SQL Server Management Studio Express.