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
Does partitioning help performance?
How does clustered and non clustered index work?
Which language is supported by sql server?
Can you edit the .rdl code associated with a linked report?
Tell me extended events in sql server 2008?
What are the disadvantages of merge replication?
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
What is the difference between osql and query analyzer?
Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60
Define magic tables in sql server?
What are the source of constraints?
What are the types of table?
How to concatenate two binary strings together?
Explain the xml support sql server extends?
Can multiple columns be used in sql group by clause in ms sql server?