Viewing 15 posts - 31 through 45 (of 100 total)
Sometimes, you need to use : SQLserver instant name + port (1433). I would use another port if you can.
The error message could indicate you have a network connectivity /...
December 21, 2023 at 5:52 am
Have you tried to repair the SQL installation? Clean registry / ensure programs are un-installed correctly.
If yes, then re-install on a different folder. This helps sometimes.
Note: As always, please check...
December 21, 2023 at 5:36 am
If your max memory is 512 GB. I would give 1/4 to the OS and apps. The rest goes to SQL.
If you have VMs, I would initialize the Min memory...
December 21, 2023 at 5:23 am
I would not use some of these monitoring tools. They slow things down.
Perfmon gives you good performance graphs for KPI. Please check out Idera.
December 21, 2023 at 5:15 am
A good database design is a must with normal forms 1,2,3, others met.
+ good indexes
+ Partitioning is best.
+ High Availability groups
-> Hardware choices
+ RAID 10 or better
+ Load balancer
+ Disk...
December 14, 2023 at 6:11 am
Please read on temptdb database contention.
https://www.sqlshack.com/sql-server-tempdb-database-and-latch-contention/
November 28, 2023 at 2:58 pm
Yes, SSRS resource should be a shared resource on another SQL server for node 1 and node 2 on AG.
Agree with ANT-GREEN notes.
November 27, 2023 at 1:26 am
Database design books - college level
SQL server hand books - lots to choose from. Grant Fritchey has some!
Videos:
Brent Ozar videos / Pinal Dave - SQL authority / (Jonathan Kehayias /...
November 27, 2023 at 12:53 am
I understand you are trying to preserve some data at the subscription, and save time. Perhaps, try this steps:
November 27, 2023 at 12:39 am
Yes, the windows system event viewer will tell you if there is a hard drive error in addition to the SQL logs.
I hope you can afford a raid 10 one...
November 27, 2023 at 12:15 am
WMI provider errors could mean a lot of things. One of them could be your SQL install got damaged some what.
Try this solution from Microsoft:
To fix a corrupt SQLPS module,...
November 27, 2023 at 12:05 am
Create an alert that reads from one of the system catalog views and notify an operator by email when the free space of the SQL Transaction Log file becomes under...
October 26, 2023 at 4:59 am
Simply create an alert that reads from one of the system catalog views and notify an operator by email when the free space of the SQL Transaction Log file becomes...
October 26, 2023 at 4:56 am
This was removed by the editor as SPAM
October 26, 2023 at 4:34 am
Viewing 15 posts - 31 through 45 (of 100 total)