Viewing 15 posts - 5,116 through 5,130 (of 6,395 total)
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
the data source may not nessesarily be in the data source folder. when you set the target url for the report solution deployment you can also set the folder...
May 11, 2012 at 1:26 am
Personally I would backup to a local drive and mirror the backup to the network, that way you have multiple points of failure to the bak/trn files incase you have...
May 11, 2012 at 1:20 am
yes it is the rdl.data file.
I have just done a google as I thought best see if it can be turned off and it can.
32bit computer
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies\rsreportdesigner.config
64bit...
May 10, 2012 at 8:41 am
Viewing 15 posts - 5,116 through 5,130 (of 6,395 total)