Viewing 15 posts - 1 through 15 (of 22 total)
Vladan,
Thanks for the reply, the way you have done it is very simple and for some one like myself who is learning its easy to understand, appreciate the help :)...
May 11, 2010 at 8:47 am
Hey guys,
Thanks for the posts, apologizes for not getting back sooner I just didn't have a chance to have a good look at the SQL. My original post showed the...
May 9, 2010 at 6:45 am
Thanks for the replies, this is all a little over my head but ill have a read of that article and see if i can come up with anything as...
May 5, 2010 at 9:17 am
Ray,
Thanks that pretty much does exactly what I hoped, thanks for the links as well could be very helpful 🙂
March 24, 2010 at 10:07 am
Thanks for the post, that SQL works very well just what I needed thanks. what I need to do is compare savings week on week. I'm not sure whats the...
March 24, 2010 at 9:09 am
Thanks for the reply, I just found out what is wrong, firstly if more than one record has the same profile_ID it seems to be adding the answers together...
January 27, 2010 at 4:34 pm
GSquared,
thanks for the reply, that post that you maybe referring to http://www.sqlservercentral.com/Forums/Topic826285-1291-1.aspx was actually from me, I posted this problem a while back, however I only just began...
January 27, 2010 at 10:59 am
Well the only solution i can think of is having all separate columns for everything. When the chart runs it needs to grab data from a column, so lets say...
January 12, 2010 at 10:30 am
Chris,
Thanks, i know it does but i have one small problem, i also need the savings to be split into 4 columns, for example a policy savings column, building_savings, floor_savings,...
January 12, 2010 at 9:22 am
Thanks for the reply, this very nearly works thanks very much appreciate it, the problem with the reports i have to use unfortunately is that they wont process multiple results...
January 12, 2010 at 8:58 am
Thanks for the post appreciate it, unfortunately that doesn't solve my problem, Im stuck using MS chart Controls which don't seem to be able to process multiple sets. I tried...
January 12, 2010 at 4:52 am
Thanks for the advice and code, The code you provided works great for me, thanks for that, really appreciate the help 🙂
January 4, 2010 at 9:22 am
--===== Create Temp Table
CREATE TABLE #savingstemp
(
pc_profile_id int,
shutdown_Time datetime NULL,
startup_Time datetime NULL,
subpolicy_name varchar(50),
day_hour_rate float,
night_hour_rate float,
pc_kwh_rate float,
hours_off_day int,
...
January 4, 2010 at 4:43 am
Lynn Pettis (12/1/2009)
Will STARTUP_TIME always be greater than SHUTDOWN_TIME, SLEEP_TIME or HIBERNATE_TIME?
Not necessarily which is one of my problems, for example if a computer shuts down at 01/12/2009...
December 1, 2009 at 7:46 am
Bru, appreciate the effort you made, thank you. This issue is quite tough to understand and I've been trying to figure it out for a while now. What I have...
December 1, 2009 at 4:15 am
Viewing 15 posts - 1 through 15 (of 22 total)