Viewing 15 posts - 1 through 15 (of 237 total)
SQL Server 2016 is shipped with TLS 1.0 so it will be supported. However, TLS 1.0 itself is now End of Life so its recommended to upgrade it to...
February 26, 2019 at 3:11 am
Sorted 🙂
select
sysjobs.name [Job Name]
,CASE sysjobs.enabled
when 1 THEN 'Job Enabled'
when 0 then 'Job Not Enabled'
End job_enabled
,CASE sysschedules.enabled
WHEN 1 Then 'Schedule...
April 19, 2018 at 1:44 am
I feel a little bit like cupid on this thread but thanks for your responses 😉
December 15, 2017 at 2:29 am
much appreciated - that works!
August 16, 2017 at 4:27 am
appreciate all the feedback - I won't waste my time with it!
June 23, 2017 at 2:40 am
Thanks for the replies.
This is the first time I have used it, I normally use all the DMV's as mentioned above but was curious how DTA works and how...
June 22, 2017 at 7:31 am
out of interest.. why are you trying to open up the file?
Why not add it to a SQL instance and view the data that way?
This seems...
May 24, 2017 at 8:31 am
Hi
Is this constantly returning 1 or was this a one off? I would set up a job to capture this figure every 5 minutes or so to see...
May 8, 2017 at 3:59 am
February 10, 2017 at 1:54 am
does the listener...
February 9, 2017 at 10:23 am
We have a 3 node AG
Node 1 - Subnet 1 -Sync - autofailover
Node 2 - Subnet 1 -Sync - autofailover
Node 3 - Subnet 2 - ASync -...
February 9, 2017 at 10:22 am
Gail Wanabee (12/7/2016)
January 24, 2017 at 5:35 am
I have just created an ADO.net connection to the listener which worked fine, then all of a sudden the OLE DB started working fine.
Tried with this multiple people and it...
December 14, 2016 at 8:20 am
Nothing very useful no, quite fustrating how it tells me its failed but cant find anything anywhere to tell me why..
1st error in cluster events:
Cluster resource 'AG1' of type 'SQL...
November 18, 2016 at 8:32 am
Viewing 15 posts - 1 through 15 (of 237 total)