B
B
Boris the Animal2016-03-11 14:41:42
Database
Boris the Animal, 2016-03-11 14:41:42

MS SQL Server data replication. Is there a normal description of what it is and how to set it up?

Hello. There is a task to make database replication. The database must store data for the specified period of time, all data whose storage time in the database exceeds the specified time must be merged into the archive. The archive can be anything and in any form. But there is such a moment that sometimes it will be necessary to get data from the archive and view it.
Does anyone have any ideas how to implement this? I either google the wrong thing, or I haven’t come across normal material yet, but I haven’t found what I need yet.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Filatov, 2016-03-11
@NYMEZIDE

Replication is a bit of what you want.
Set up a scheduler or triggers that will export old data. To another database, to a file, or somewhere else. And delete these records in case of successful export.
And to view archived data, you can write a simple program or script that will display or search for this data.
The main thing is to decide on the format and regulations.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question