Forum Replies Created

Viewing 15 posts - 31 through 45 (of 59 total)

  • RE: Union 2 tables

    nope, i'm still getting this:

    AMSTERDAM Admin 106

    AMSTERDAM ...

  • RE: Union 2 tables

    only the first part works fine

  • RE: Union 2 tables

    something still wrong

    select Siteid as Vessel, Callid, sum(total_minutes) as Total_Minutes from

    (

    select Siteid as Vessel,callid,sum(airtime) as total_minutes from oldbill02 with(index(siteid)) where callwhen >='12/31/2002' and substring(callnbr,5,3)<>'976' and siteid <> ' '...

  • RE: Union 2 tables

    No my friend, I need the vessel name and the callid for all vessels, not only for Amsterdam

    thanks

  • RE: Union 2 tables

    Doesn't work: this is the error

    Column 'oldbill02.callid' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause.

  • RE: Trigger

    well my problem is the both they are not related, so is very hard to update the second table after the first been updated, I lost the variable to locate...

  • RE: Trigger

    well now I'm getting an error:

    Cannot Insert the NULL into column TIMESTAMP on trunk_lines

    means that , the table I'm trying to update has a timestamp autonumber and do not accept...

  • RE: Enterprise Manager, cannot restore

    1- Yes I change the view to details and right click,all tasks and nothing, hour glass only.

    2- Yes I can restore from query Analyzer, I just want to fix the...

  • RE: txt file ( 128 bit ) with 8000 characteres

    Not to individual files, but to individual records at the same file, what I need is a Query statment to do that.

    ex:

    Pell off 128 characteres and save it on line1

    another...

  • RE: txt file ( 128 bit ) with 8000 characteres

    Yes I know that..I can do programming, I'm try to know is If exist any way to do this in a querie statement

  • RE: DTS works but schedule JOB don't

    Sorry took me so long to answer I take vacations, so I'm back.

    Yes when I copy and past and run from the query analyzer works fine, but the job...

  • RE: TOP 10

    NO NO, sorry there is no primary key and NO indexes

  • RE: TOP 10

    Yes the primary Key is siteid

    nothing more, no indexes

  • RE: How to run a fast querie from a HUGE Database

    not reason, the "BETWEEN" is working fine

    just give that TIMEOUT EXPIRED, don't know why yet, If I refresh the page works

  • RE: How to run a fast querie from a HUGE Database

    well I'm using the command "BETWEEN" and I'm getting "TIMEOUT EXPIRED" but when I refresh the page it's come on ok. every time I refresh I got it...is that any...

Viewing 15 posts - 31 through 45 (of 59 total)