Viewing 15 posts - 16 through 30 (of 224 total)
Like most workplace communication issues, this is a management issue. Most of the time, the people are hardworking and competent, but the incentives are wrong.
A DBA (and most other non-developer...
October 5, 2016 at 11:13 am
I Googled this and answered correctly, but I have no idea what this is. Work is using Excel 2010 and at home I have Excel 2011 for Mac. Someday...
October 4, 2016 at 7:46 am
There are embedded single quotes and embedded double quotes. Switching the QUOTED_IDENTIFIER setting will fix the single quote issue, but the embedded double quotes will then be just as much...
October 3, 2016 at 1:53 pm
Case expressions are short-circuit evaluated. The first expression that meets the criteria will be used.
This one assumes that birth dates in the future and NULL birth dates should return...
September 29, 2016 at 2:48 pm
I had this problem occur again on a different server. This time, I found the error message. The message is in the Application Error Log in Windows Event Viewer. I...
September 28, 2016 at 2:54 pm
I did find the "hidden" transient error. It's in the SQL Server error log and occurs three times at the exact same second as the other error was logged.
[298] SQLServer...
September 21, 2016 at 3:42 pm
Just to close this thread... the return code is void (.NET programs can return void from main). I don't know what's actually returned in that case, but it doesn't matter....
September 21, 2016 at 8:23 am
IIS is not involved at all with SSRS (except in much older versions, but that's not what you are doing). There is no need to do anything with it for...
September 21, 2016 at 5:46 am
I've had terrible results modifying the configiration xml directly. Different versions of SSRS have different requirements in terms of which tags are required and valid values. Many sites, including Microsoft...
September 20, 2016 at 9:50 am
I think the following lines from the error log are most relevant. Open Reporting Services Configuration Manager and make sure the URLs are set. There is a URL for Reports...
September 20, 2016 at 8:40 am
I would settle for having my last name properly spelled. There's some low-hanging fruit.
August 4, 2016 at 11:55 am
It's working!!
I decided to delete the encryption keys AGAIN because I've changed the service account so many times already...
After doing that, I could at least connect to the report...
August 2, 2016 at 7:44 pm
I believe that I discovered the original issue. I was using instructions for configuring authentication that only applied to SSRS 2008, not R2 and later versions (this is 2016). I...
August 2, 2016 at 7:32 pm
I would like the ability to turn off password masking, maybe not all the time, but with a key to hold down to see what's been typed. I've attempted to...
August 1, 2016 at 10:02 am
tom.w.brannon (7/27/2016)
July 27, 2016 at 8:58 am
Viewing 15 posts - 16 through 30 (of 224 total)