在 SQL Server Express 2008 上归档旧数据
[SQL Server 2008 Express] [C# 4.0]
我开发了一个winforms应用程序,我想让用户有机会在每年年初归档旧数据。
例如,用户可以连接到查阅他的档案。
真实的场景是这样的:用户正在处理数据库,直到明年(2011)年初,他点击 ,我想复制然后删除所有 2010 年的交易数据(保留客户、供应商、员工、余额。 ..) 数据到一个名为 的新数据库,我跟踪 XML 文件中的所有存档文件名和位置。
我想知道 SQL 和 C# 双方要遵循的步骤才能完成此任务。
我欢迎任何建议、提示、示例、链接、书籍...
谢谢。
[SQL Server 2008 Express]
[C# 4.0]
I've developed a winforms application, I want to give the user the opportunity to archive old data at the beginning of each year.
The user can for example connect to to consult his archive.
The real scenario happens as follows: The user is working on the database, till the beginning of the next year(2011), he clicks on , I want to copy then delete all 2010 transactional data (keeping customers, suppliers, employees, balances...) data to a new database called , I keep track of all archive filenames and location in an XML file.
I'd like to know the steps to follow on both sides, SQL and C# in order to achieve this task.
I welcome any suggestion, tip, samples, links, books...
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)