Viewing 15 posts - 346 through 360 (of 4,820 total)
There are several things to investigate. The remote site is one of the first things to look at. Do they perhaps have any new web security methods in place? Things...
January 4, 2019 at 7:04 am
January 4, 2019 at 6:54 am
January 4, 2019 at 6:40 am
December 19, 2018 at 11:46 am
FOR XML PATH(''), TYPE has to follow the end of the query. It can't be within the SELECT. Has to be at the end of the query...
December 19, 2018 at 11:31 am
December 19, 2018 at 11:25 am
I just found this forum and I hope you all can help me. I...
December 19, 2018 at 11:11 am
Does that object have any kind of "close" method? You might need to do that to disconnect from the remote site. Not doing so risks controls on the remote site...
December 19, 2018 at 10:10 am
Okay, question 1). Why create the jobs on the secondary at all ? You are seeking to not have them run...
Question 2.) See question 1.
December 17, 2018 at 2:45 pm
That depends on your desired value. The median value computed by PERCENTILE_DISC has to actually come from the data, so the number of values is irrelevant in that regard only. ...
December 17, 2018 at 2:36 pm
This might be as simple as this:DECLARE @ntop AS int = 3;
WITH RAW_DATA AS (
SELECT
DB AS DatabaseName,
[proc] AS ProcedureName,
[date] AS TheDate,
MAX(TTExec) AS MaxExecutionTime
FROM YourTable
December 17, 2018 at 1:59 pm
December 17, 2018 at 1:42 pm
Not that I'm aware of. If you have an SSIS package that uses environment variables for configuration purposes, generally, that is the kind of thing that tells you what your...
December 17, 2018 at 1:26 pm
Viewing 15 posts - 346 through 360 (of 4,820 total)