I think, thank because VFP5 and VFP6 work with SQL-Server
With SQL-Sever you have all the protection and securities that you had with
The main frame for example all the write procedures is running in the server if something happened in the work station the data will be OK but if we work just with a LAN, if something happened with the workstation that could corrupt the *.dbf in the LAN-server.
The only two inconvenient I found working with SQL-Server :
1o. You have to make the whole and detail design before you start, because change something in the middle of the road is a pain in the neck or when the program is running and you boss want some modification, even now with SQL-server 7 a lot of things become easier.
2o. Because SQL-server is other Sever running inside of one computer in your LAN usually the same NT-server, you have to hire or give training to someone to be the SA (system Administrator) for you SQL-server, so now you have two Administrator one for the NT and other for SQL.
Therefore I believe SQL-server is not for small business.