I need a solution
Hi everybody
I have a question.
I have this query
SELECT [TaskHistoryID]
,[Name]
,[Description]
,[CreateDate]
,[CompleteDate]
,[UserEmail]
,[Notes] FROM [ProcessManager].[dbo].[TaskHistory]
where Name like '%subtask%'
This return all historic subtask created, but I can't see the ProcessID to which it belong
I tried to do a relationship between TaskHistory and Task but the query doesn't returned data and really I don't know what tables can I use
Ideas??