What is the difference between a Application Server and a
Database
Answer Posted / mahadev maity
Application server contain all application such as(MS word,
excel etc)which responsible for web component and contain
business data.
Database server is a separate server. application server
depends on the DB server. application server sends a db
request and process the request.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
How to bind a view to the schema of the underlying tables?
What is transactional replication?
Explain the categories of stored procedure?
Does sql server 2000 clustering support load balancing?
How to skip remaining statements in a loop block using continue statements?
What is difference between join and natural join?
State the difference between union and union all?
What is optimistic concurrency?
What do you need to connect php to sql server?
What command do we use to rename a database?
Which are the two editions in which SQL Azure database available?
How to identify current user in ssrs report?
What is sql server replication? : sql server replication
Explain Geometry datatype in sql server 2008 with example