Viewing 5 posts - 1 through 6 (of 6 total)
A 504 error usually indicates a gateway timeout, meaning the server is taking too long to respond. If this has been happening consistently, it might be an issue with the...
March 20, 2025 at 3:00 pm
If RedGate and ApexSQL Doc don’t fully meet your needs, another solid option is Dataedo, it’s great for capturing design decisions, relationships, and even business logic explanations.
March 14, 2025 at 12:08 pm
SSMS doesn't natively display data types in the diagram view, likely to keep the interface clean and focused on relationships rather than detailed schema information. However, I agree that seeing...
March 9, 2025 at 7:34 pm
Extended Events can definitely help with baselining, but as mentioned, they are more suited for diagnostics than continuous performance tracking. If you're looking for resource utilization metrics, DMVs like sys.dm_os_wait_stats,...
March 6, 2025 at 11:09 am
Yes, it's possible to sync SQL Server with Kafka in real time. You have two main approaches: handling it within your .NET API or configuring it directly in SQL Server.
If...
March 4, 2025 at 5:45 pm
Viewing 5 posts - 1 through 6 (of 6 total)