Viewing 13 posts - 16 through 28 (of 28 total)
Sorry Phil. I was trying to apply your example to mine but i'm still having trouble trying to build what you said. Can you give me an example so i...
June 14, 2011 at 8:58 am
Many thanks but i can't seem to work with my own query. Below is the original query which results in
EmpID | TimeDuration
zz1 | 2700
zz2 | 2500
zz3 | 2000
SELECT ...
June 14, 2011 at 8:43 am
P.S. What's dtTimes (Alias / Derived table) ?
May 24, 2011 at 9:44 am
Hi John,
Here is what i've tried so far. I've been googling all day but not getting anywhere
SELECT CAST(SUM(TB1.TimeDuration + TB2.TimeDuration) AS int) AS Total
FROM ...
May 24, 2011 at 7:57 am
My Mistake - Just checked the Chips in WinAudit. It is actually 2 Quad Core Processors. Whew!!!
September 23, 2010 at 5:32 am
That is perfect and amazing. I would have never achieved that. I've been looking all over the net for some examples.
Thanks again man. That's magic
January 19, 2010 at 9:26 am
Just tried it again but it seems to be getting caught up in himself or maybe i am going bonkers 🙂
The columns exp_high, exp_med, exp_low, exp_none etc. are bit...
January 19, 2010 at 7:57 am
Thanks dude. That works and rocks! Going through it now to save it in my brain 🙂
January 19, 2010 at 7:39 am
Can someone tell me can i create a new instance with one copy of SQL2005 on one server?
If so, how do i do this?
Thanks
October 25, 2007 at 8:18 am
I have only 1 SQL Server so does that mean i have only 1 instance?
Therefore is it not possible to do what i am trying to do using instances?
October 25, 2007 at 5:13 am
Thanks Andras.
Is there another way i can do this or is just not possible
Thanks
October 25, 2007 at 5:00 am
Viewing 13 posts - 16 through 28 (of 28 total)