Viewing 15 posts - 241 through 255 (of 329 total)
Yes,that will be run against multiple servers as part of an SSIS package.
Thanks
February 1, 2016 at 12:46 pm
By evaluating 2 columns(Blocked and Current_Overdue) and then color coding 2nd column.
Can I have somethinglike this to color code a column (Current_Overdue)
=IIF(Fields!Blocked.Value=1 And Fields!Current_Overdue.Value = 0, "Red",...
January 25, 2016 at 2:20 am
I am aware of that..
but how do I write this condition in SSRS.
If cell1=value1 and cell2=value2 then for cell2 color=red
January 25, 2016 at 12:17 am
But how do I make the 2 drop down list independednt of each other.As of now I have select atleast 1 option in both the drop down lists to get...
January 18, 2016 at 10:24 pm
If my result set has a million rows wouldn't a case statement be very slow than a where clause.
Is there a better way of doing this.My environment is sqlserver 2008.
And...
January 14, 2016 at 7:48 am
This is the script.It extracts all servers within a domain.
December 2, 2015 at 10:41 am
This code does not remove the empty spaces after each server name.I am unable to import it into a SQL table using an SSIS package.
Thanks
December 1, 2015 at 12:45 pm
Thanks but...
Why is the existing one not working?
August 4, 2015 at 4:40 am
I cannot create a Stored proc across 100's of servers.
I will be running this code across servers from the SSIS package.
July 31, 2015 at 12:29 am
I have 2 variables.
One variable(ADO object) to list of server names in the forloop container and other variable to loop through the ADO object.
May 12, 2015 at 9:16 am
I see application users in the application but I do not see them in the database as users ?
These app users can connect to the database using their logins.But I...
April 29, 2015 at 11:47 am
I am not sure if I made my question clear.
I currently have built a SSRS report where only specific rows appear to people accessing the report based on their...
April 1, 2015 at 3:52 am
Viewing 15 posts - 241 through 255 (of 329 total)