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 is the Difference Between Primary and Foreign Key?
What is enhanced database mirroring in sql server 2008?
What is difference between unique and primary key?
How do you identify a foreign key?
Why the trigger fires multiple times in single login?
Tell me what are the advantages of using stored procedures?
Does partitioning improve performance?
How to enter date and time literals in ms sql server?
How to write an inner join with the where clause in ms sql server?
What is attribute hierarchy? : sql server analysis services, ssas
What is the web service used for reporting services?
What are the restrictions that views have to follow? : SQL Server Architecture
How to delete exactly duplicate records from a table?
Why truncate is ddl?
What are the differences between having and where clause.