Viewing 15 posts - 316 through 330 (of 1,491 total)
Have you actually had the hardware checked?
A hardware fault is the most likely cause of your problems and it could mean your server is about the fail completely.
September 1, 2022 at 6:24 pm
Slow disk errors in the log suggest some sort of hardware problem.
I would get your sysadmin to look for failing RAID disks, problems with a SAN, bad network connections etc....
August 28, 2022 at 11:22 am
You may be better off asking questions on SQLWATCH.IO here:
There may also be clues with this Linux Perfmon type solution which uses Grafana for the dashboard:
https://github.com/microsoft/mssql-monitoring
August 13, 2022 at 2:11 pm
WITH P2Ns
AS
(
SELECT IDR, ID, AMOUNT, BALANCE
,CASE
...
August 9, 2022 at 8:09 pm
This series of articles shows a number of ways to track schema changes. Looking in the log or the log backups might help you if nothing is setup. Extended Events...
August 1, 2022 at 8:58 pm
If you are using query store the following might help:
https://matthewmcgiffen.com/2019/07/31/find-queries-with-high-memory-grants-using-query-store/
July 20, 2022 at 9:03 pm
>>I have tried a merge replication/Users won't mind using one database as master and do all the updates in that one.
I would have thought that transactional replication would make more...
July 17, 2022 at 2:09 pm
>>If you look at EmpId 129 Rafael Nadal he left at the time Jeff Bezos was Chairman but I am not sure how to write the SQL for this?
Obviously you you not have...
July 5, 2022 at 10:39 am
>>Statement 'Restore Database' is not supported in this version of SQL Server
The error message tells you all you need to know. Azure SQL Database does not support native backup and...
June 28, 2022 at 8:43 am
This should be straight forward Powershell. There are plenty of search results like:
June 22, 2022 at 8:04 am
ps. If you have not used Azure Automation before there is an outline tutorial if you keep following the next steps link in the following:
https://docs.microsoft.com/en-us/azure/automation/overview
June 21, 2022 at 9:12 pm
Using the Ola scripts the "@CleanupTime" parameter is not allowed !
This is a limitation of the SQL Server BACKUP TO URL and not specifically to do with Ola's scripts.
I...
June 21, 2022 at 9:01 pm
ps In some situations the following may be worth looking at:
https://www.sqlshack.com/introduction-to-sql-server-filtered-indexes/
June 17, 2022 at 8:11 am
Viewing 15 posts - 316 through 330 (of 1,491 total)