Viewing 15 posts - 31 through 45 (of 89 total)
Not sure were to upload the file on SSC, but find below
--TEST--
SET NOCOUNT ON
if exists (select * from sys.objects where object_id = object_id('DirListingTEST')
and OBJECTPROPERTY(object_id, N'IsUserTable') = 1) Drop Table DirListingTEST
if...
June 28, 2012 at 1:12 am
No variable, yes the file is generated and stored on a folder
June 27, 2012 at 5:25 am
on the very same server, without changing the startup parameters it works ok, c attached
Now i'm not sure why
March 1, 2012 at 3:52 am
Hi
Tested it on the other and starts fine whether systems 32 folder or binn folder
March 1, 2012 at 2:14 am
Thanks All for assistance
January 5, 2012 at 6:22 am
What about a new ip address and service accounts, as currently running two nodes that are active
Thx
December 29, 2011 at 2:01 am
Thanks for your help, i will try the solution in the morning.
June 29, 2011 at 11:33 am
😀
Please bear with me, so i'm selecting data from the developer table with incorrect data type inserting data to a table with correct data types. So how do i incorporate...
June 29, 2011 at 10:54 am
Thanks, it's just that the developer created the table with varchar type.
Thanks once more, will try the solution.
June 29, 2011 at 10:46 am
Great article Craig, just to acknowledge your work i also modified the reports to include a graph to get a quick glance before scanning the report to check for failed...
May 25, 2011 at 11:33 pm
Thanks for your response the below expression worked with formating the cell in SSRS table to show % sign.
=Sum(Fields!SLA_Missed.Value)/(Sum(Fields!SLA_Achieved.Value) + Sum(Fields!SLA_Missed.Value))
=Sum(Fields!SLA_Achieved.Value)/(Sum(Fields!SLA_Achieved.Value) + Sum(Fields!SLA_Missed.Value))
Thanks
November 23, 2010 at 5:18 am
Viewing 15 posts - 31 through 45 (of 89 total)