Blog Post

An important query to remember

,

This is based on a post with respect to where our focus and efforts should be that I wrote at my Goal Keeping DBA blog:

 

SELECT Task, Priority, DueDate

FROM [What_Is_Important] AS I

INNER JOIN [What_I_Can_Control] AS C

ON I.TaskID = C.TaskID

ORDER BY DueDate, Priority, Task;


 

Rate

You rated this post out of 5. Change rating

Share

Share

Rate

You rated this post out of 5. Change rating