Store SQL server database or table on Google drive or SharePoint?

Jsx03 21 Reputation points
2021-03-23T20:46:49.703+00:00

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?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,682 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,604 questions
{count} votes

Accepted answer
  1. Erland Sommarskog 100.9K Reputation points MVP
    2021-03-23T22:23:48.93+00:00

    You cannot put the database directly on Google drive - the database must be on a disk directly attached machine SQL Server runs on.

    The normal procedure in a company is that you have one or more central servers that many users have access to, so you can easily share your database that way. Or you could have the database in a cloud service that your company uses.

    Talk to your IT guys for more details.

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Trevor Seward 11,681 Reputation points
    2021-03-23T21:19:01.333+00:00

    This wouldn't be an appropriate use of either technology. You need a database of some form, be it SQL Server (Azure SQL, Azure SQL Managed Instance, MS SQL Server) or a form of NoSQL, such as an Azure Storage Account or CosmosDb, and so on.

    0 comments No comments

  2. Echo Du_MSFT 17,116 Reputation points
    2021-03-24T02:26:47.797+00:00

    Hello @Jsx03 ,

    I agree with trevorseward and ErlandSommarskog.

    You can not store SOL databases in Shared Network drive or Google drive.

    Here is an article that may help you.

    Thanks,
    Echo Du

    ================

    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments