M
Microsoft
I was thinking...
The SQL Server work with big files (like 30Mb or 30Gb) and when i use
"UPDATE..." or "INSERT..." it updates the MDF instantly.
I think it just find the correct place in the file and update the record.
But it doesn't create another file (or create?) after it performs the update
of one especific record.
Well, i want to do it too.
How can i do it if I'm using .Net?
Thanks,
David
david[a]siscorp.com.br
The SQL Server work with big files (like 30Mb or 30Gb) and when i use
"UPDATE..." or "INSERT..." it updates the MDF instantly.
I think it just find the correct place in the file and update the record.
But it doesn't create another file (or create?) after it performs the update
of one especific record.
Well, i want to do it too.
How can i do it if I'm using .Net?
Thanks,
David
david[a]siscorp.com.br