What is the difference between a Application Server and a
Database
Answers were Sorted based on User's Feedback
Answer / suresh murugadass
Application server contain all application specific
components such as Jar, WAR, EAR files which inturn
containts web components and bussine class components.
DB Server will normally a separate server instance. App
server send a db request via JDBC calls to connect to the db
and fetch the results / process the request in the databse.
Is This Answer Correct ? | 27 Yes | 0 No |
Answer / 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 |
Answer / sivasankardoss
Application Server conatains all the databases that holds
the business data.
Database resides in the application servetr.
Sivasankardoss.K
Is This Answer Correct ? | 6 Yes | 29 No |
Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?
What is cdc in sql server?
What is resultset concur_updatable?
What is the return type of executeupdate ()?
Explain the truncate command?
What is the difference between Drop and Truncate
What are the steps you will take to improve the performance of a poor performing query?
What is the diffrence between update_one and auto_fix?
what is the system function to get current user's user id? : Sql server database administration
Explain alternate key, candidate key and composite key in sql server?
Explain the difference between function and stored procedure?
Explain what stored procedure sp_replcounters is used for? : sql server replication