show/hide this revision's text 2 added 10 characters in body; edited tags

Hi

i hav have did like

   foreach(LogFile lf in db.Databases)
      

Conole.writeline(lf.FileNameConsole.WriteLine(lf.FileName)

which displays the logfile path including extension.....My Problem is how to find the

Datafiles exact path including extension..Give me the Guidance

Any Help is Greatly Appreciated...

Thanks in Advance.

show/hide this revision's text 1

finding datafiles path including datafile name using SMO

Hi

i hav did like

foreach(LogFile lf in db.Databases)

Conole.writeline(lf.FileName)

which displays the logfile path including extension.....My Problem is how to find the

Datafiles exact path including extension..Give me the Guidance

Any Help is Greatly Appreciated...

Thanks in Advance.