Viewing 8 posts - 1 through 8 (of 8 total)
Just a follow up on this, Jeffrey.
I have managed to get a working solution with your help.
I had been trying to read in the 'collection' variable from the For Each...
July 22, 2020 at 1:25 pm
Thank you for the reply, Jeffrey.
Before reading your reply - I had done the following:
1 -Execute SQL task that gets all of the userID's that have attachments present in other...
July 14, 2020 at 8:13 am
Ensure your sysadmin hasn't left the 'User must change password at first login' checkbox checked when he\she created the service accounts.
June 13, 2019 at 3:00 pm
Ed Wagner (4/30/2014)
April 30, 2014 at 6:45 am
Sorted.
@ Stuart
They are INT values and they are being returned at present via a view.
Thanks for the responses guys. I increased the decimal values from (4,2) to (5,2) and...
April 30, 2014 at 6:31 am
Stuart Davies (4/30/2014)
SELECT CONVERT(DECIMAL(4, 2), CAST(NULLIF(t.SLAHours, 0) - t.TotalDownTime AS REAL)
/ CAST(NULLIF(t.SLAHours, 0) AS REAL) * 100) AS [%Availability]
FROM...
April 30, 2014 at 5:53 am
Thanks for the reply. Thats what I thought but needed confirmation.
I was asking the initial question because of licensing issues\constraints - we would only need to purchase one...
December 3, 2013 at 7:40 am
I'm not seeing any content either?
January 18, 2012 at 5:07 am
Viewing 8 posts - 1 through 8 (of 8 total)