Viewing 15 posts - 31 through 45 (of 109 total)
Hi Tomm
thanks for the response, is there a way to simplify your calculation in order to give me the sum in one line in the report.
eg. adding up row A...
May 30, 2016 at 1:55 am
Thanks for the response, unfortunately AVG(Texbox1/(FaceTime-Texbox2)) doesn't work cause Textbox1 & Textbox2 are already summed,
the records e.g BA1202 are grouping and they already have calculated values.
May 25, 2016 at 11:35 pm
thank you so much guys it really does help with what I need to achieve.
April 22, 2016 at 12:46 am
Here's the sample data, thanks
DECLARE @MeterReading TABLE
(
MeterId int,MeterDescription varchar(100), ReadingOn datetime, NewReading float
...
April 21, 2016 at 6:33 am
Hi
The date format is 2016/02/11 07:56:15, and I need to subtract 2hrs from the time, using the expression from my previous post.
February 10, 2016 at 11:33 pm
thanks for the response.
How do I create a string parameter? another thing I do have to create linked servers cause this server are hosted by my client. I use vpn...
December 17, 2015 at 9:20 pm
thank you so much, it worked!!!
September 17, 2015 at 6:33 am
hi
I wonder if you can still help me. I've modified the query but not I don't want to hard code in my above select.
the reason I hard coded it is...
January 29, 2015 at 11:52 pm
hi again
you are such a star, I can kiss you right now.
thank you so much the query did exactly what I was looking for.
regards
January 26, 2015 at 4:32 am
hi SSCrazy
thanks for the quick response, i'm gonna try it now.
thanks
January 26, 2015 at 4:24 am
hi Lowell
thanks for the quick response.
the query I use to get the list of all the databases is
SELECT s.name FROM sys.sysdatabases AS s
I want to automate this query...
January 13, 2015 at 6:49 am
i don't think i understand, in the execute sql task i created the command SELECT MAX(wwoq.StatusChangedOn) AS MaxDate
FROM wrkWorkOrders AS wwo
...
December 20, 2013 at 4:53 am
i'm going to create different sources but on each i need to select values withing the date range variable i'm declaring in the beginning.
December 20, 2013 at 4:03 am
thank you Phil for the quick response
i've managed to find the error after going through my script task over and over again and found that i didn't assign the variable...
November 17, 2013 at 9:01 am
SSCray and Cadavre
you guys are rock stars!!! it working perfectly
thanks
June 5, 2013 at 7:39 am
Viewing 15 posts - 31 through 45 (of 109 total)