Database location

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
The connection string for the database is in file \App_Data\dataSettings.json.
(If you really need to know where the physical files for that DB are, then you can use a tool like SSMS, right-click the DB, select Properties, and then select the "Files" tab.)
3 years ago
avaproductions wrote:
I'm unsure where the database has been installed to. What would the typical directory look like? Would I find it in C:\Users/App_Data or another location?


for a default installation of SQLExpress on your local machine, assuming you have not changed any defaults, the raw data file location will be something similar to below (maybe different SQL version number)

C:\Program Files\Microsoft SQL Server\MSSQL14.SQLEXPRESS\MSSQL\DATA
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.