Viewing 15 posts - 76 through 90 (of 19,564 total)
USE [ReportServer];--View all of the SSRS jobs
USE [ReportServer]
SELECT
[Schedule].[ScheduleID] AS [SQLAgent_Job_Name] ,
.[Description]...
April 19, 2017 at 4:15 pm
Use this script. SSRS scheduling and agent scheduling via script really are kind of a pain in the butt.
April 19, 2017 at 4:03 pm
April 19, 2017 at 3:58 pm
April 19, 2017 at 3:41 pm
Those three waits are new in 2016 and apply to the parallel redo that comes with 2016. 2014 doesn't have that particular enhancement.
I'd be curious to see other...
April 19, 2017 at 2:08 pm
Gary Varga - Wednesday, April 19, 2017 12:05 AMAs a developer I can confirm that the fire was definitely a requirement. 😛
Nah,...
April 19, 2017 at 9:37 am
Me: Is FTP connection XYZ affected by your login /...
April 19, 2017 at 9:21 am
It looks like all three are being piped into a single command so you are getting the help output. Try breaking them into separate steps.
Of course, this seems...
April 18, 2017 at 8:38 pm
Oh and fwiw, here are some additional related waits for the issue I suspect you may have (you may need to capture via Extended Events.
parallel_redo_flow_control April 18, 2017 at 5:04 pm
Viewing 15 posts - 76 through 90 (of 19,564 total)