Viewing 15 posts - 2,806 through 2,820 (of 5,103 total)
Ok but you just for got the time he needs to learn that there is a view wizzard -- (unknown until you hit the forum but I am going to...
* Noel
August 18, 2005 at 10:29 am
select S.Data SourceData, d.data DestinationData
from
B join A as S on S.ID = B.SourceID
join A as D on D.SID = B.DestID
* Noel
August 18, 2005 at 10:04 am
I could improve my typing skills ... which could give me an edge
?
* Noel
August 18, 2005 at 9:53 am
If you have sufficient disk space, copying the data to build a new table may run much faster than updating the existing table.
That is a very BIG may
1....
* Noel
August 18, 2005 at 9:50 am
Like I said there is always more than one way to skin a cat ![]()
* Noel
August 18, 2005 at 9:38 am
Damn are we having a bad day or what??????
It's hard to beat your typing... no time to loose ![]()
![]()
* Noel
August 18, 2005 at 9:33 am
SELECT Product, 1.0*SUM(SaleQty)/datediff(m,Min(SaleDate)-Max(SaleDate))AvgSalesPerMonth
FROM
orderdetail
GROUP BY Product
Will be simpler
* Noel
August 18, 2005 at 9:26 am
Just wondering how to use Time DataType
it is just a matter of exploiting less convertions
select directly to a client, add time to a value with a simple "+" sign,.....
* Noel
August 18, 2005 at 9:18 am
Suppose you need to save times only. it is very handy and you can count how many posts do you get here on how to get rid of the time...
* Noel
August 18, 2005 at 9:11 am
Never said that they cannot be updated but When you get used to SET BASED manipulations and you come across all thoses digusting method that prevent trigger firing concatenation is...
* Noel
August 18, 2005 at 9:07 am
(sorry getting sick of seeing this field split).
You may be relieved to know then that 2005 have DATE and TIME types ![]()
* Noel
August 18, 2005 at 9:00 am
here is another way... ugly but you shouldn't need this anyways
USE tempdb
SELECT COL_NAME(OBJECT_ID('#temptable'), 1)
USE LocalDBName
* Noel
August 18, 2005 at 8:55 am
Viewing 15 posts - 2,806 through 2,820 (of 5,103 total)