I want to create a windows application in C# and SQL Server, these have two databases one is in local another one in remote. I have 2 doubts:
- Is possible to connect remote SQL Server in windows application?
- Some time Internet may be not available (may be chance). This time I cannot fetch and store data in remote server, my application not running that time,how can avoid this situation? Full data available remote server, partial database only in local SQL Server please share ideas to me.