|
2 |
edited tags
|
||
|
1 |
|
||
Sql SMO: How to get path of database physical file name?I am trying to return the physical file path of a database's mdf/ldf files. I have tried using the following code:
However this throws an exception "'database.PrimaryFilePath' threw an exception of type 'Microsoft.SqlServer.Management.Smo.PropertyNotSetException' - even though the database I'm running this against exists, and its mdf file is located in c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL What am I doing wrong?
|
||||
