Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Curiousity on a Wish rating
Message
From
09/02/2003 17:51:13
Gerry Schmitz
GHS Automation Inc.
Calgary, Alberta, Canada
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00748446
Message ID:
00751222
Views:
31
>>It is obvious to me that I am able to write "through the cache" on the server (as MS puts it) from a client machine using FILE_FLAG_WRITE_THROUGH (just like SQL Server does).
>
>No, not quite. SQL Server completely by-passes the API and deals with the BIOS. While it does require Windows NT, the file I/O portion isn't used.

Yes, quite.

All versions of SQL Server open the log and data files using the Win32 CreateFile function. The dwFlagsAndAttributes member includes the FILE_FLAG_WRITE_THROUGH option when opened by SQL Server.

Q234656

And what's "Windows NT" got to do with it ? I think we've moved a bit beyond that OS as of late.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform