Answer Posted / guest
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
What is GUID in sql server?
What are the requirements on sql server network connections?
Do you know sql server 2008 introduces automatic auditing?
What are the differences between char and nchar in ms sql server?
What are the types of table?
How to check if a table is being used in sql server?
What are the different types of normalization?
What is the difference in accessing db between sql server vs sql azure?
what does the automatic recovery do? : Sql server administration
What is 2nf normalization form?
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
What are the character string functions supported by sql server 2005?
Please explain the characteristics of a transaction server for example atomicity, consistency, isolation, durability?
Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration