brianhayes
MIS
TIA, and I have tried to do this muliple ways, and always end up with the same thing... I do not know how to do it and nothing I have read has helped.. what am I missing?
What I am tring to do? Determine when a name exists, that did not exist in a prior date and/or previous date. Reporting the date of change only.
Data:
ID (int) Date_time (datetime) Name(varchar150)
110 2002-10-25 17:28:31.350 Backup Exec
110 2002-10-25 17:28:31.350 NetSupport
110 2002-10-25 17:28:32.450 Backup Exec
110 2002-10-25 17:28:32.450 NetSupport
110 2002-10-26 17:28:31.350 Backup Exec
110 2002-10-26 17:28:32.450 Backup Exec
110 2002-10-26 17:28:32.450 NetSupport
110 2002-10-28 17:28:31.350 Backup Exec
110 2002-10-28 17:28:31.350 NetSupport
110 2002-10-28 17:28:32.450 Backup Exec
110 2002-10-28 17:28:32.450 NetSupport
110 2002-10-28 17:28:32.450 Net Solution
In the data above you can see that on the 25th two names exist, and on the 26th, one of the names is missing, and then on the 28th, the two original names are now back, plus one.
What does this represent? That I had a change on the 26th for one name (NetSupport was removed) and two changes on the 28th (NetSupport was added back and Net Solution was added as well). So in short, NetSupport was remove on X and was installed in X, then Net Solution was added on X.
Can anyone help???? Im going on three weeks now and its not looking good....
Thank YOU
Brian
Brian Hayes
brian.hayes@eallowed.com
What I am tring to do? Determine when a name exists, that did not exist in a prior date and/or previous date. Reporting the date of change only.
Data:
ID (int) Date_time (datetime) Name(varchar150)
110 2002-10-25 17:28:31.350 Backup Exec
110 2002-10-25 17:28:31.350 NetSupport
110 2002-10-25 17:28:32.450 Backup Exec
110 2002-10-25 17:28:32.450 NetSupport
110 2002-10-26 17:28:31.350 Backup Exec
110 2002-10-26 17:28:32.450 Backup Exec
110 2002-10-26 17:28:32.450 NetSupport
110 2002-10-28 17:28:31.350 Backup Exec
110 2002-10-28 17:28:31.350 NetSupport
110 2002-10-28 17:28:32.450 Backup Exec
110 2002-10-28 17:28:32.450 NetSupport
110 2002-10-28 17:28:32.450 Net Solution
In the data above you can see that on the 25th two names exist, and on the 26th, one of the names is missing, and then on the 28th, the two original names are now back, plus one.
What does this represent? That I had a change on the 26th for one name (NetSupport was removed) and two changes on the 28th (NetSupport was added back and Net Solution was added as well). So in short, NetSupport was remove on X and was installed in X, then Net Solution was added on X.
Can anyone help???? Im going on three weeks now and its not looking good....
Thank YOU
Brian
Brian Hayes
brian.hayes@eallowed.com