Viewing 15 posts - 5,116 through 5,130 (of 6,400 total)
check the execution account of the maintenance plan? is it running as the agent account or do you have it running under a proxy. from there you should...
May 11, 2012 at 8:33 am
does the user exist as a server principle already? if not it will need to be added as a login first before it can be added as a DB...
May 11, 2012 at 8:31 am
declare a parameter or a variable within the report, set it to an expression of the GETDATE() equivilent in SSRS, then use that instead of System.DateTime
May 11, 2012 at 6:28 am
thats due to you using the system date time and that is always changing due to it being the system clock. you would need to use a static starting...
May 11, 2012 at 6:22 am
what is your expression to work out the start time and end time based on the execution time field?
May 11, 2012 at 6:08 am
use the execution time builtin field which is in the report data toolbox of BIDS or report builder.
to get the time in hh:mm:ss you will need to do a variable...
May 11, 2012 at 5:59 am
look at the executionlog view in the reportserver database joined to the catalog table on the report guids to get the names of the reports.
May 11, 2012 at 5:43 am
Brandie Tarvin (5/11/2012)
Of course, I'm not really sure you should have...
May 11, 2012 at 5:36 am
should be a good starting point
http://msdn.microsoft.com/en-us/library/ms141724.aspx
the related tasks go into how to setup and configure the loop
May 11, 2012 at 2:18 am
what level of rights does the account have which is backing up the database?
restricted user only allows members of sysadmin/dbcreator/db_owner roles to connect to the database, so if the account...
May 11, 2012 at 2:16 am
no the only way to store a date in any other format than yyyy-mm-ddThh:mm:ss.ms is to store it as a string based data type, otherwise it is convert it...
May 11, 2012 at 1:52 am
May 11, 2012 at 1:45 am
The datetime datatype only stores values in yyyy-mm-ddThh:mm:ss.ms format. I would leave it as this and do the formatting into dd/mm/yyyy in the application or in the calling stored...
May 11, 2012 at 1:41 am
switch on remote errors then run the report again, this will give you a more detailed error
May 11, 2012 at 1:28 am
Viewing 15 posts - 5,116 through 5,130 (of 6,400 total)