[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
The real scenario happens as follows: The user is working on the
next year(2011), he clicks on
(keeping customers, suppliers, employees, balances...) data to a new database called
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.
Subhendu DePosted Dec 11, 2010, 2:24 PM