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
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What is a trigger? Why we need it?
Which autogrowth database setting is good?
What are the disadvantages of using querystrings to send data from one page to another?
What is trigger and different types of Triggers?
I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration
Can sql servers linked to other servers like oracle?
What is global temp table?
What are subquery and its properties?
How to list all user defined functions in the current database?
What is importing utility?
What is bookmark link in ssrs?
What is the difference between truncate and delete commands?
Can sql servers link to other servers?
How can you find out how many rows returned in a cursor?