How many services is running in sql server?
Answer Posted / prasadhari_m@yahoo.com
MS Sql Server-for running databases
MS Sql Agent - for running jobs
DTC(Distribution Transcation coordinator)-for connecting
and linked to the other servers
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
How important is to list the column names when doing an insert?
Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?
How do we use % when performing a search query?
Why do we need mysql?
What is myisam?
In how many ways we can retrieve the data in the result set of MySQL using PHP? What is the difference between mysql_fetch_object and mysql_fetch_array ?
Why do we use the mysql database server?
How do I check mysql version?
How to create a trigger in mysql?
How do you rename a table?
How are mysql timestamps seen to a user?
What is pragma autonomous_transaction?
What is a definer?
How do I edit a table in mysql?
What are the differences between a primary key and foreign key?