Viewing 6 posts - 1 through 7 (of 7 total)
Quick one I hope in case I'm heading off in entirely the wrong direction!
I've been working on a product for some time now that had an entirely UK-only customer...
April 23, 2025 at 3:09 pm
That error code usually indicates there's a problem with the command line arguments being passed to the installer, often due to leftover config from a previous install. I’d recommend running...
April 22, 2025 at 1:36 pm
SELECT * FROM sys.dm_db_persisted_sku_features
If the result set has no records is it conclusive to state that the enterprise features are not being used and we can downgrade to standard?...
April 21, 2025 at 4:03 pm
Thanks for sharing your setup – sounds like a great learning environment. When configuring SQL Server Always On Failover Cluster Instances (FCI), you’ll need to make sure you select SQL...
April 20, 2025 at 10:50 am
You can try the following approaches to optimize the stored procedure:
Optimize XML Parsing: Use FOR XML PATH or OPENXML for better XML parsing, or use SQL Server’s xml data type...
April 18, 2025 at 11:43 am
Hi Holly,
You're on the right track with converting from EPOCH time and using DATEADD! To replicate the logic from your DAX code in SQL, you can extract the time portion...
April 17, 2025 at 10:59 am
Viewing 6 posts - 1 through 7 (of 7 total)