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
Explain what is the function of sql server agent windows service?
What is Transparent Data Encryption?
What is the use of partition by in sql server?
What is the osql utility?
how you can get the list of largest tables in a database? : Sql server administration
How to loop through returning rows?
How do I shrink an ldf file?
there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration
What is nonclustered index with included columns ?
What is the meaning of lock escalation and why/how to stop this? : sql server database administration
What is the difference between varchar and varchar(max) datatypes?
Does partitioning help performance?
What is DCL?
How many primary keys are possible in a table?
Give the query of getting last two records from the table in SQL SERVER?