What are tasks?
Answers were Sorted based on User's Feedback
Answer / koti khammam
Doing a certain job with in a scheduled time is known as a
task.
Is This Answer Correct ? | 11 Yes | 2 No |
Answer / b
Doing a cerain job with in a scheduled time. Sample tasks
in sql server are import data, export data, backup, restore
etc..
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / surya
Tasks are used in DTS packages to perform the specific
operation like
1. ActiveX Script Task
2. Transform Data task
etc.
Is This Answer Correct ? | 0 Yes | 1 No |
Is the log file is a part of file group?
Why would you use sql agent?
In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;
What is the difference between commit and rollback?
explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
How to generate the Reports for the Database? I need an Example for it.Will we manually do this or else any script is there? Please let me know ASAP...
what are the new features introduced in sql server 2000? : Sql server database administration
What sql server means?
WHAT IS UNIQUE IDENTIFIER DATA TYPE?
What are cursors in ms sql server?
how many non clustered index in sql server 2008,2010,2012
How to disable triggers using "disable trigger"?