What is "scheduled jobs" or "scheduled tasks"?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What is delete query?

0 Answers  


What is dml command?

0 Answers  


What is the cpu pressure?

0 Answers  


How do I find my localdb version?

0 Answers  


Explain filtered indexes benefits?

0 Answers  






how can do you the system monitoring?

1 Answers  


How do I find the transaction log size in sql server?

0 Answers  


How to find the latest updated value in a table without sending any parameters to that query

2 Answers  


How to Generate a Series of Random Integers With T-SQL?

1 Answers  


sql server architecture ?

0 Answers  


I have a table EMP in which the values will be like this EmpId Ename Sal DeptId 11 Ram 10000 10 11 Ram 10000 10 22 Raj 20000 20 22 Raj 20000 20 33 Anil 15000 30 33 Anil 15000 30 I want to delete only duplicate Rows. After Delete I want the output like this EmpId Ename Sal DeptId 11 Ram 10000 10 22 Raj 20000 20 33 Anil 15000 30

13 Answers   DELL,


Can a database be shrunk to 0 bytes, if not, why?

0 Answers  


Categories