Viewing 15 posts - 1 through 15 (of 18 total)
Take a look here...
And may I ask why you are using RC3 instead of RTM?
January 17, 2018 at 1:53 pm
This article explains how to resolve this issue permanently...
January 25, 2016 at 11:50 am
Try creating and using a date table...much simpler. This script will create an awesome one.
Full disclosure - I found this script here - I am not the author...
/****** Object:...
January 5, 2016 at 8:30 am
Like this? Your question is somewhat confusing and incomplete.
CASE
WHEN OOC_Code = '08' THEN SomeValue
WHEN OOC_Code = '0' THEN SomeValue
ELSE DefaultValue
END
January 4, 2016 at 3:14 pm
You might try this first...
Open RegEdit and navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters
Create a New DWORD value with the name: SessTimeout set the value: 360 keep it Hexadecimal
https://support.microsoft.com/en-us/kb/102067
See if that works...
January 4, 2016 at 2:25 pm
It might be helpful if you told us exactly what the monitoring software is. And are you using VM-Ware or Hyper-V for your virtualization?
January 4, 2016 at 2:16 pm
I have had issues in the past when I used VARCHAR(MAX) as the data type for the body of an HTML email.
Try using NVARCHAR(MAX) instead...here is a little sample code...
December 18, 2015 at 10:35 am
Memphis PASS Chapter? I'll be seeing you guys soon. Been working in Nashville until this June and have been meaning to attend...but I will be around in January...
December 17, 2015 at 10:23 am
You need to use this install instead...
https://msdn.microsoft.com/en-us/mt429383
It is the 2016 Preview...it works fine for me.
Regards
December 17, 2015 at 6:08 am
No impersonation - the service account had 'Browser' permissions on the SSRS folders and it handled all the security access and report access via a custom web page and database....
December 11, 2015 at 1:20 pm
I have worked with a system something like that before. We locked down the SSRS server by only allowing the service account that the security application ran under to...
December 11, 2015 at 11:50 am
Viewing 15 posts - 1 through 15 (of 18 total)