Hi Guys,
what is the best way / solution to archive a database in MSSQL Server 2000.
Thanks
Feljun
You can try doing filegroups. Move the archived data to a different filegroup by creating a table on the new filegroup that will contain the archived data. This might complicate your disaster recovery process, though