Get the job you dream on


Sql Server Interview Questions on File Server and Client Server Database

One of major things in two of this approachOracle, Informix, Microsoft Sql Server are
is of working with data but both of thesethe best suit example of client server
works  in  different  manner.databases. Single user desktop just like
Microsoft  access.
In File Server Database approach the data is
stored in the file and user have to take dataThere are lots of advantages of client server
directly from the file. When any change is todatabases.
be made it is directly on the file
application that is open .The file and data1) Single program reading and writing data
writes to these files. If 10 users are onlinethe less chance of accidental changes or
on data then 10 are working and writing oncrashes of data. 2) Only single program play
the  file.good role of security so enforcement of
security is easy. 3) Client server databases
In a client server approach data is stilluse network bandwidth more efficiently then
stored in a file but controlled by a serverfile server databases. 4) All things are
all the access in the hand of server. Whenhandling by single computes so performance is
any of application wants to make use ofgood and quite impressive. 5) Client-servers
existing data then application request isdatabases use some good features that protect
send to server. After that server reads theour data just like logging transactions and
request and send feedback. When any ofrecovery  from  disk  and  network  errors.
application wants to writes something on file
the request is send to server the serverSome of these features are also available in
writes on the file. One single person readsfile server approach but these need more
and  writes  from  this  data  files.expensive client server market. You can also
learn more on dot net interview questions.



1 A B C D 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 89 90 91 92 93 94 95 96 98 99 100 101 102 103 104 105 106 107 108 109 110