Viewing 15 posts - 1 through 15 (of 140 total)
Take a look at Kerberos Configuration Manager for SQL Server. It can report configurations and identify potential problems with SPNs and delegation. Even generate scripts.
July 3, 2023 at 8:57 am
I would probably use
SELECT GETDATE() AT TIME ZONE '<Full name of time zone>';
July 5, 2019 at 11:56 am
SSDT for Visual Studio 2017 15.9.0 added back the support for SQL Server 2012.
April 5, 2019 at 12:15 pm
As brilliant as simple. Thank you for sharing.
May 14, 2018 at 3:11 am
Think I found the answer, found the links below that describe the need to...
February 22, 2018 at 1:08 am
Excellent. Thanks. This will save me from trouble in the future.
February 22, 2018 at 12:56 am
SQL Server Management Studio 17.3 added support for Read-Only Routing:
February 5, 2018 at 6:43 am
I've run into to this issue of AppDomain is marked for unload and it also involved execution of CLR assemblies. I tried to increase server memory and the 'max server...
January 19, 2018 at 1:43 am
By the attached logs I see you're running SQL Server 2005 on Windows Server 2003 (R2). Is it on old hardware too? Maybe that's the problem?
The system and...
December 7, 2017 at 8:05 am
That doesn't look good. You didn't mention the cluster. I'm definitely no cluster expert, so I can't tell from the attached logs if the cluster has communication problems or SQL...
December 7, 2017 at 5:31 am
I don't think the memory pressure is the cause of the restart. Your error log says:
2017-12-06 23:59:38.81 spid5s SQL Server is terminating in response to a 'stop' request from...
December 7, 2017 at 3:34 am
November 27, 2017 at 3:59 am
Very useful. Now I don't have to keep track of the time offset.
November 23, 2017 at 12:50 am
November 15, 2017 at 5:46 am
Viewing 15 posts - 1 through 15 (of 140 total)