I'm using SQL server and want to create a new database to house some really big data. a few million rows of data and it's way too big to put in a flat file or load into Excel because I have to update it all the time and it just takes 20 to 30 minutes to change anything
I'm considering using Microsoft SQL server since our company has that. But I want the database or the table to be stored in Google drive so that if I'm out on vacation or if I ever leave the company, someone else can just pick up where I left off and continue editing the database table
Any ideas how this would be possible? To store a database or table in a shared network drive?