What is the difference between a Application Server and a
Database
Answer Posted / 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 |
Post New Answer View All Answers
What is the security principal at the server level that represents your session?
Any one plz send me SQL Server Developer/DBA resume for 4 years experience
How to find the source of a table in sql server?
Explain in details security in SQL azure?
What is the difference in accessing db between sql server vs sql azure?
when you create a database how is it stored? : Sql server database administration
What is the contrast between sql and pl/sql?
how we use window authentication connection with sql server.?
What is the significance of master, tempdb and model databases?
What are the default system databases in sql server 2000?
What are the types of resultset?
how do you test proper tcp/ip configuration windows machine? : Sql server database administration
hi, the following are the outputs of sp_spaceused and sp_tempdbspace sp_spaceused ------------ database size unallocated size tempdb 77752.95 MB 28026.99 MB sp_tempdbspace ------------- database size spaceused tempdb 77752.945312 1.007812 the unused space in sp_spaceused is nearly 28 Gb and in sp_tempdbspace is nearly 76 Gb cany any one explain about this output and why its giving different results.
Tell me the phases a transaction has to undergo?
What are the components of dbms?