Tagged Questions

0
votes
1answer
101 views

finding datafiles path including datafile name using SMO

Hi i have did like foreach(LogFile lf in db.Databases) Console.WriteLine(lf.FileName) which displays the logfile path including extension.....My Problem is how to find the Datafiles …