What is the difference between a Application Server and a
Database

Answers were Sorted based on User's Feedback



What is the difference between a Application Server and a Database..

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

What is the difference between a Application Server and a Database..

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

What is the difference between a Application Server and a Database..

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

Post New Answer

More SQL Server Interview Questions

How will you make an attribute not process? : sql server analysis services, ssas

0 Answers  


What is mapping schema?

0 Answers  


1.what is the purpose of using alias name in sql server? with certain example? 2.what is cursor?will u plz explain me in detail with certain example?

3 Answers  


I have a website that allows customers to browse and place orders for certain products. I have 2 tables; Customers and Orders. The Customers table holds the customer records and the Orders table holds the orders placed by the customer. Both tables are tied based on the field Cust_ID. Example of the data is shown below: Cust_ID Cust_Name Cust_ID Product Amount Order_Date 1001 John Tan 1001 P-5211 $120.00 2/13/2006 1002 Michael Wong 1001 K-1428 $88.90 1/11/2006 1003 Mary Cheong 1003 C-0923 $82.50 1/27/2006 1004 Ahmad Suffian 1003 K-1428 $88.90 2/2/2006 Write a single SQL statement that extracts all purchase records with the following criteria: 1. Customer names starting with “M” only. 2. Orders placed within the current month only. 3. Amount does not exceed $100.00 The list must be sorted by order date with the latest order showing on top.

3 Answers   Techno Solutions,


What is co-related sub query?

0 Answers  






what is bit datatype? : Sql server database administration

0 Answers  


Explain a differential backup?

0 Answers  


How to call a function from a stored procedure in SQL Server ?

0 Answers   HCL,


Describe how to use linked server?

0 Answers  


What the different components of Replication and what is their use?

0 Answers  


What is triggers in ms sql server?

0 Answers  


What is a trigger what are the advantages of trigger?

0 Answers  


Categories