Viewing 15 posts - 31 through 45 (of 2,494 total)
There is a limit on the number of rows that can be displayed in a SSMS pane. This is because SSMS is not intended as a reporting tool.
You can check...
March 3, 2025 at 7:42 am
For us mere humans, we read IssueNo = 2 as the first condition to be satisfied, and think the convert(...) should only be done if condition 1 is true.
For SQL,...
February 21, 2025 at 8:03 am
USE statements can be tricky. I suggest splitting your code into two procs, one to test status and one to do actions.
You could make the test status proc a bit...
February 7, 2025 at 7:57 am
If there is no budget for monitoring tools that implies your business does not care if the service is up or down, it just wants things on a 'best-efforts' basis. ...
February 5, 2025 at 8:31 am
I am clutching at a straw here, as I have not seen this ctual problem.
I am wondering if there is some level of server-to-server authentication happening that is causing the...
January 31, 2025 at 7:08 am
My approach would be to try to isolated where the problem occurrs.
January 31, 2025 at 5:48 am
If SQL reports an error, even if you think it is a false positive, you have a problem you need to deal with.
IMHO if you know that a new version...
January 29, 2025 at 9:21 am
I do not know DbDefense in any way, but I do know a bit about XPs.
The support for XPs will not disappear overnight. With the current SQL release cycle if...
January 29, 2025 at 9:15 am
Jeffrey is definitely on to something.
You can check this by looking at the SQL log on the node that is starting up, this will tell you how long it is...
January 29, 2025 at 8:59 am
Most of us know Murphy's law that 'anything that can go wrong will go wrong', but fewer of us realise that Murphy was an optimist.
Back in 2018 we had implemented...
January 11, 2025 at 2:09 pm
You are going to have to do some troubleshooting. What do your install logs say about the problem. If you don't know where to find the logs, check out the...
January 6, 2025 at 7:39 am
I agree that network issues can be a problem when doing a backup to a remote location, but if the network works correctly then having the backup stored remotely has...
December 23, 2024 at 8:28 am
To start with, you will test this all out in Dev, yes? This will give you the process to use for Production.
For an AG, all servers in the AG need...
December 11, 2024 at 7:46 am
Without knowing what happened, it does smell a bit like locking.
Before retirement I made fairly extensive use of columnstore indexes, but I also had snapshot isolation active. SI did a...
December 11, 2024 at 7:29 am
What you are asking for is why I developed SQL FineBuild. If you want it can automatically set up SQL Server 2019 on a cluster complete with AG and distributed...
December 9, 2024 at 7:54 am
Viewing 15 posts - 31 through 45 (of 2,494 total)