Viewing 15 posts - 1 through 15 (of 19 total)
this for sure is a rather hasty approach and it does'nt seem to work..
June 29, 2007 at 8:29 am
so how exactly would you include that in the body of the message??
June 28, 2007 at 1:21 pm
Yes thanks a lot!
I see what I was doing wrong..
January 8, 2007 at 10:57 am
this does not work as the completiondate is a datetime field..
Also this query is a part of a scheduled task so it looks at the current system time..
January 4, 2007 at 12:22 pm
never mind thanks Sushila I see what you are saying..
April 19, 2006 at 9:59 am
Ok I update the select statement as follows:
Insert DeletionHistory
Select deleted.Firmfile,SYSTEM_USER,Getdate() From SEARCH,deleted
WHERE SEARCH.FirmFile = deleted.FirmFile
However nothing is recorded??
April 19, 2006 at 9:55 am
A given individuals performance far exceeds expectations when in face of competition. My personal belief is if you have a quality product or service to...
March 28, 2006 at 7:21 am
Thanks Chris
for a solution.. For all other posts agreed sql case in where clause is neat trick that is where I was hoping for correction on syntax.. So instead...
January 6, 2006 at 11:51 am
thanks, it's called not paying attention..
October 18, 2005 at 12:34 pm
That was much better Here is what I found under the package logs..
Step Error Source: Microsoft Data Transformation Services (DTS) Package
Step Error Description:Logon failed: MapiLogonEx Failed due to MAPI error...
October 6, 2005 at 2:26 pm
Kindly improvise on suggestion that will resolve the issue. I prefer simplicity.. Thanks..
October 6, 2005 at 1:10 pm
It's not a permission issue because I am running this under admin account
October 6, 2005 at 12:48 pm
The union and the left outer join was the most optimal way.. I had tried the union however the where clause does make it much more efficient ..
Execution time is...
September 21, 2005 at 6:50 am
This is definately not the correct approach a simple select shows that one of the record does exist in the list of tables. Remember users is the superset and the...
September 20, 2005 at 8:17 am
Viewing 15 posts - 1 through 15 (of 19 total)