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 |
How will you make an attribute not process? : sql server analysis services, ssas
What is mapping schema?
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?
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.
What is co-related sub query?
what is bit datatype? : Sql server database administration
Explain a differential backup?
How to call a function from a stored procedure in SQL Server ?
Describe how to use linked server?
What the different components of Replication and what is their use?
What is triggers in ms sql server?
What is a trigger what are the advantages of trigger?