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;



Subscribe to this blog
Briefcase
Print
No comments.