Hi there I get alot of help from this website.Thank Long live stack overflow team and contributors.
My question is that is Lets say I have a c# desktop app running in client machine on network say at office and that particular application stores data in mdf database file.
Backup of that database is placed on Server on that network as mdf file .
Is it possible that client application while running frequently checks that database on server is same as on clients end and if not newer replaces older. If it is possible then how or there is any alternate way?