Skip to content

Determines where your SQL Server database and log files are stored by default.

License

Notifications You must be signed in to change notification settings

sep/SqlServerPath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SqlServerPath

What is it?

Usage

var sqlDataPathRoot = SqlServerPath.Configuration.GetSqlDataRoot;
var drive = sqlDataPathRoot.drive;  // e.g. C
var path = sqlDataPathRoot.path;    // e.g. Path/To/DataFiles/DATA

Installation

SqlServerPath is also available via NuGet:

PM> Install-Package SqlServerPath Or visit: https://www.nuget.org/packages/SqlServerPath/

About

Determines where your SQL Server database and log files are stored by default.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published