I have a local database in my house with MS Sql Server, from this database I only need to show a data from a table through the internet or an application, I would like to know which is the easiest way to achieve this, to exemplify , if in the local database something more is added to the total, that total will be shown in the application. If in the database the "total" column changes from 10 to 20, that 20 will be displayed in the application.