What are the OS services that the SQL Server installation adds?
Answer Posted / maheswar reddy s
SQL SERVER - is for running the databases
SQL AGENT - is for automation such as Jobs, DB Maintanance, Backups
DTC - Is for linking and connecting to other SQL Servers
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I get to sql server configuration manager?
Can you explain about buffer cash and log cache in sql server?
Do you know query execution plan?
What is indexing explain it with an example?
what is the difference between Tabular and Matrix report?
How can sql injection be stopped? : sql server security
What is stored in the mssqlsystemresource database? : sql server database administration
New concepts of sql server 2005 use in your project.
How we create SQL Server 2005 Reporting Services ? Give me Sample
Can you explain various data region available in ssrs with their use?
How to transfer an existing table from one schema to another schema in ms sql server?
how would you write a sql query to compute a frequency table of a certain attribute involving two joins? What changes would you need to make if you want to order by or group by some attribute? What would you do to account for nulls?
What is the difference between count () and rowcount ()?
How many columns can exist together per table?
What is the difference between varchar and varchar types?