Viewing 15 posts - 4,876 through 4,890 (of 19,564 total)
This is essentially the syntax you will need to use
=IIF(Fields!Column.Value = "Check", "Red", "No Color")
March 12, 2013 at 11:26 pm
What about IIS7 are you trying to configure? Is it the application connection string that you are having difficulties with?
March 12, 2013 at 11:24 pm
The data in the file, is it delimited or is it just paragraphs of information?
March 12, 2013 at 11:22 pm
is it mandatory to use tsql, or can PoSH or SSIS be used instead? Both of those tools are better for this type of task than tsql.
March 12, 2013 at 11:21 pm
Try changing the sql agent service account using configuration manager. Even just reset it back to the same service account currently in place.
March 12, 2013 at 5:08 pm
Does this package perform any tasks on the filesystem (read files, check file existence, delete files, etc)?
March 12, 2013 at 4:53 pm
Michael Valentine Jones (3/12/2013)
Just turn in your timesheet with the actual hours you work,...
March 12, 2013 at 4:48 pm
ratheesh4sql (3/12/2013)
But unfortunately my issue is not solved changing the Outputlog and user rights.
When i am trying to change the service user itself i am getting an...
March 12, 2013 at 4:44 pm
Is the package stored in msdb or filesystem?
Oh, and it would be a good idea to start a new thread for this. This was an old thread and appears...
March 12, 2013 at 4:40 pm
sqlfriends (3/12/2013)
dan-572483 (3/12/2013)
Good general rule: Jobs that need to run once but NOT more than once should not be scheduled between 1 & 3am on Sunday mornings.
But I don't think...
March 12, 2013 at 1:19 pm
Welsh Corgi (3/12/2013)
ESAT ERKEC (11/19/2012)
You can give persmion temp folder SQLServerSqlAgentUser$InstanceNameI can't find this folder.
What is the entore path?
Thanks!
It appears to mean, grant permissions on the temp directory to the...
March 12, 2013 at 12:40 pm
SQL Guy 1 (3/12/2013)
Steve-3_5_7_9 (3/12/2013)
March 12, 2013 at 12:18 pm
I had to think on this a bit. I think the idea has some merit. Storing database "maintenance" details and schedules within the database would be useful. ...
March 12, 2013 at 12:07 pm
Viewing 15 posts - 4,876 through 4,890 (of 19,564 total)