Viewing 4 posts - 1 through 4 (of 4 total)
The log file increaseing in size merely implies the mdf file is being written to, it's not really conclusive evidence that it is being writtent to. Just because one grows...
August 15, 2012 at 2:06 am
Yeah sorry I appreciate its all done in memory but I was referring to the write back stage.
That's pretty much answered my question, cheers.
August 13, 2012 at 4:04 am
Okay so getting a little more specific. Does the SQL Server edit the MDF file and overwrite the current value of that record or does it carry out a check...
August 13, 2012 at 3:35 am
Ask a simple yes/no question and get a few tangent replies, damn.
Its quite simple. You have a table as follows.
CREATE TABLE Test (
ID INT IDENTITY(1,1)
...
August 13, 2012 at 1:50 am
Viewing 4 posts - 1 through 4 (of 4 total)