Viewing 15 posts - 31 through 45 (of 90 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...
It's better to fail while trying, rather than fail without trying!!!
June 28, 2012 at 1:12 am
Thx, I have a solution
It's better to fail while trying, rather than fail without trying!!!
June 28, 2012 at 12:31 am
No variable, yes the file is generated and stored on a folder
It's better to fail while trying, rather than fail without trying!!!
June 27, 2012 at 5:25 am
Thanks a lot:-)
It's better to fail while trying, rather than fail without trying!!!
March 31, 2012 at 6:30 am
on the very same server, without changing the startup parameters it works ok, c attached
Now i'm not sure why
It's better to fail while trying, rather than fail without trying!!!
March 1, 2012 at 3:52 am
Hi
Tested it on the other and starts fine whether systems 32 folder or binn folder
It's better to fail while trying, rather than fail without trying!!!
March 1, 2012 at 2:14 am
Thanks All for assistance
It's better to fail while trying, rather than fail without trying!!!
January 5, 2012 at 6:22 am
Thanks
It's better to fail while trying, rather than fail without trying!!!
December 29, 2011 at 2:13 am
What about a new ip address and service accounts, as currently running two nodes that are active
Thx
It's better to fail while trying, rather than fail without trying!!!
December 29, 2011 at 2:01 am
Thanks for your help, i will try the solution in the morning.
It's better to fail while trying, rather than fail without trying!!!
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...
It's better to fail while trying, rather than fail without trying!!!
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.
It's better to fail while trying, rather than fail without trying!!!
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...
It's better to fail while trying, rather than fail without trying!!!
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
It's better to fail while trying, rather than fail without trying!!!
November 23, 2010 at 5:18 am
Viewing 15 posts - 31 through 45 (of 90 total)