Viewing 15 posts - 1 through 15 (of 23 total)
Hello,
I did create it on my local machine. I went in and created it on the server and it works perfectly now, don't know why I did not think...
December 19, 2002 at 7:46 pm
Hello,
Thanks for your reply. I've tried to execute the package from within EM, the command prompt and within a job but I get the same error. However it...
December 19, 2002 at 6:49 pm
Hello,
Thanks Phill for your reply. I've logged onto the server itself to verify that the server can see the DB2 database through ODBC, indeed it can.
Cheers,
Chris
December 19, 2002 at 6:26 pm
Hello,
Thanks for that. I was hoping for something a little less drawn out where by perhaps I could change the PC name in the master db and or the...
October 23, 2002 at 12:58 pm
Hello,
Well I do this a lot but soon after I posted the above request for assistance I figured out the issue. Thanks anyhow.
Cheers,
Chris Rutherford
September 29, 2002 at 8:31 pm
Hello,
Thanks for your thoughts. I thought there would be some nice T-SQL to let me know when the table was last accessed without having to build up a history...
August 15, 2002 at 10:38 pm
Hello there,
Sorry about this. It seems that every time I post here I figure out the answer a few minutes later no matter how long I've been trying to...
July 23, 2002 at 3:47 pm
Hello,
Never mind I have figured it out. Thanks Steve for the point in the right direction.
Cheers,
Chris
July 18, 2002 at 8:20 pm
Hello,
Well I've got a bit further but I'm still stuck. This is what I have...
select Login.Date,
Login.AgentName,
Login.Timestamp as 'Login',
(select timestamp from eagentloginstat where eventtype = 'LO' and agentname = login.agentname...
July 18, 2002 at 8:01 pm
Oops, sorry, the computer kept prompting me to resend the information.
Chris
July 18, 2002 at 6:31 pm
You don't have leading or trailing spaces by any chance do you??
select distinct ACCOUNTNO From ContSupp Where accountno not in
(
select distinct accountno from contsupp where ltrim(rtrim(rectype)) = ''E''
)
You could try...
July 18, 2002 at 6:29 pm
You don't have leading or trailing spaces by any chance do you??
select distinct ACCOUNTNO From ContSupp Where accountno not in
(
select distinct accountno from contsupp where ltrim(rtrim(rectype)) = ''E''
)
You could try...
July 18, 2002 at 6:28 pm
You don't have leading or trailing spaces by any chance do you??
select distinct ACCOUNTNO From ContSupp Where accountno not in
(
select distinct accountno from contsupp where ltrim(rtrim(rectype)) = ''E''
)
You could try...
July 18, 2002 at 6:28 pm
Hello there.
Well this is how far I got...
select Login.Date,
Login.AgentName
from dbo.eAgentLoginStat as Login inner join dbo.eAgentLoginStat as Logout on
Login.AgentName...
July 17, 2002 at 11:58 pm
Hello,
I've got this view in place at the moment...
SELECT Date,
AgentName,
(SELECT MIN(timestamp) FROM dbo.eagentloginstat
...
July 17, 2002 at 10:10 pm
Viewing 15 posts - 1 through 15 (of 23 total)