Viewing 11 posts - 1 through 12 (of 12 total)
You can add metadata columns like source, created by, created at, and updated at to your tables. Mark migrated data with 'legacy' and user-generated data with 'user'. Use triggers to...
June 12, 2025 at 5:37 am
Thanks for confirming, Parkin. I was seeing the same and wasn’t sure if something went wrong during the upgrade. Good to know it's expected and not just on my end.
May 3, 2025 at 12:58 pm
I'd recommend also checking for things like online indexing, data compression, or transparent data encryption, especially if you're auditing older instances. A full review of what’s actually in use at...
April 20, 2025 at 7:14 pm
Consider VBA for extracting cell-level data, you can run the script directly from Excel. You could create a macro that triggers on a specific event, like opening the workbook or...
January 22, 2025 at 7:54 pm
The issue with temp tables not clearing could be related to the connection scope or session not closing properly, especially with upgrades. One approach is to ensure that your temp...
January 15, 2025 at 11:13 pm
Since SSMS 18.12.1 works fine, it might be worth checking the TLS settings. SQL Server 2005 doesn’t support TLS 1.2 by default, so you might need to enable it or...
January 9, 2025 at 7:09 pm
You’ve done most of the setup already, but for Windows Authentication to work, your SSMS machine needs to be joined to the same Active Directory domain as the RDS instance....
January 8, 2025 at 8:05 am
Use Automated Backup and Restore. It’s a straightforward approach for creating replicas and works well for your nightly sync requirement. Snapshot geo-replication is more suited for high availability and real-time...
January 7, 2025 at 11:07 am
The problem often comes down to the way the temp tables are being used and scoped within your application. Make sure you're dropping the temp tables at the end of...
January 4, 2025 at 8:38 am
Find a service that can provide you with a file system interface that's compatible with your video editing software, rather than just a simple object storage service like S3. This...
December 21, 2024 at 3:17 pm
Make sure you review the schema of the databases and add any missing indexes to improve the performance of the replication process. For very large tables, you may need to...
December 16, 2024 at 1:26 pm
Viewing 11 posts - 1 through 12 (of 12 total)