Hello.
I'm using the logfile class (
http://msdn.microsoft.com/en-us/lib...0%29.aspx) to get information about the logfiles on the SQL2008 R2 server.
However, I'm not fully understanding the property "
http://msdn.microsoft.com/en-us/lib...00%29.aspx">MaxSize". It's supposed to display "maximum size to which the file can grow", but I find this hard to believe. To test this I created a database where the initial size of the log file were set to 10 MB. I then checked the box "no growth allowed". But when running the command to get MaxSize I get the number 2097152 (presumably MB after formating from KB). This number seems to be standard for most of my log files.
Anyone have any experience with this?
Kind regards