Viewing 15 posts - 571 through 585 (of 594 total)
quote:
nope, i'm still getting this:AMSTERDAM Admin ...
January 24, 2003 at 10:11 am
try this then...
select dt1.Vessel, dt1.Callid, sum(dt1.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 <>...
January 24, 2003 at 10:05 am
Don't know why I didn't see this sooner...
select SiteID, CallID, sum(total_minutes) as "Total_Minutes" from
(
select Siteid as Vessel,callid,sum(airtime) as total_minutes into tempweek from oldbill02 with(index(siteid)) where...
January 24, 2003 at 9:10 am
quote:
Doesn't work: this is the errorColumn 'oldbill02.callid' is invalid in the select list because it is not contained in either an aggregate...
January 24, 2003 at 8:52 am
Unfortunately, nmoore is correct. About the only thing you can do, if the results of the select statement are being used in an update statement, is to concentrate efforts...
January 24, 2003 at 8:48 am
quote:
Hi, I have been monitoring locking on my Production database, it is a SQL Server 7.0 db. I am noticing in syslockinfo...
January 24, 2003 at 8:35 am
quote:
I'm trying to union 2 tables same structure and I need to add one column.doing this.select Siteid as Vessel,callid,sum(airtime) as total_minutes into...
January 24, 2003 at 8:21 am
quote:
HelloI need to know if is possible when i use an insert or update TSQL store in one column an uniqueidentifier...
January 24, 2003 at 7:38 am
quote:
which is better 'a' or 'b' ?any good advice to improve the two stored procedures ?
January 24, 2003 at 6:47 am
quote:
Rebuttal?
None at all. I was just wondering whether you were bound by contract or...
January 16, 2003 at 9:11 am
quote:
There has to be a caveat. George Bernard Shaw wrote that the reasonable man attempts to accomodate all changes and find...
January 16, 2003 at 7:02 am
quote:
I couldn't re-produce this. The statementdrop index
.[£indexname] executed successfully.
Regards,
Andy Jones
Sorry, my british friend. ...
January 16, 2003 at 6:53 am
quote:
I am in the process putting together a specification for a new server (Compaq).
Just wondering...why...
January 16, 2003 at 6:33 am
quote:
Frankly if your schema is in a regular state of flux and you are not in a development environment then there is...
January 16, 2003 at 5:53 am
Viewing 15 posts - 571 through 585 (of 594 total)