|
|
|
|
|
|
| Question of the Day |
Today's question (by Steve Jones - SSC Editor): | |
Backup to Immutable Storage | |
| In SQL Server 2025, a backup can be made on Azure Immutable Storage. What changes in how the backup is created? | |
Think you know the answer? Click here, and find out if you are right. | |
| Yesterday's Question of the Day (by Steve Jones - SSC Editor) |
The String Distance I In SQL Server 2025, what is returned by this code: SELECT EDIT_DISTANCE('Steve', 'Stan')Assume preview features are enabled. Answer: 3 Explanation: There are 3 changes needed.
Ref: EDIT_DISTANCE - https://learn.microsoft.com/en-us/sql/t-sql/functions/edit-distance-transact-sql?view=sql-server-ver17 |
| Database Pros Who Need Your Help |
Here's a few of the new posts today on the forums. To see more, visit the forums. |
| SQL Azure - Administration |
| Transactional Replication setup issue - Hi! I've been banging my head against the wall for 2 days now trying to setup Transactional Replication between an Managed Instance and Azure SQL Database. Documentation: https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/replication-two-instances-and-sql-server-configure-tutorial?view=azuresql That's the documentation I'm working with although I'm using the same instance for distribution and publishing. I've double checked the config on Azure and replication multiple times […] |
| Editorials |
| The Power of Data and Privacy - Comments posted to this topic are about the item The Power of Data and Privacy |
| The DBA is Dead; Long Live the DBA - Comments posted to this topic are about the item The DBA is Dead; Long Live the DBA |
| Optimism Without Illusion or Why AI Needs Blunt Technologists - Comments posted to this topic are about the item Optimism Without Illusion or Why AI Needs Blunt Technologists |
| When SQL Server Central Went Down - Comments posted to this topic are about the item When SQL Server Central Went Down |
| Discussions about Books |
| Data Warehouse Toolkit meets Star Schema: The Complete Reference - Is there a good syllabus for reading these two together? (Yes, it's called the table of contents!) Just wondering because Kimball's book is super high level, and Adamson's book is much more detailed. Maybe I'll just have to put it all in my book report. LOL |
| Article Discussions by Author |
| What's the Date? - Comments posted to this topic are about the item What's the Date? |
| Two New Shortcuts for Fabric Lakehouse Developers: The Fabric Modern Data Platform - Comments posted to this topic are about the item Two New Shortcuts for Fabric Lakehouse Developers: The Fabric Modern Data Platform |
| GPX distance and time analysis in SQL Server - Comments posted to this topic are about the item GPX distance and time analysis in SQL Server |
| Changing the AG Listener - Comments posted to this topic are about the item Changing the AG Listener |
| The String Distance I - Comments posted to this topic are about the item The String Distance I |
| SQL Server 2022 - Administration |
| SSMS 22 Latest Update Crashing - Hi all, I've just had to roll back my SSMS 22 version from 22.3.0, because this version seems to crash as soon as I open it (just after selecting an instance to connect to). Anyone else having any issues with 22.3.0? |
| SQL Server 2022 - Development |
| SSIS with VS2022 64/32 issue with Excel files - Hi all, I'm trying to do classic scenario for loading multiple Excel files into db working in VS2022. I have reliable template which worked OK for csv files. But now after switching to xlsx I have problem when file name defined on Variable tab let say FileA.xlsx is not present in directory. If […] |
| Case part is sloooooow - Hi So the case statement is slowing this down - but for the life of me I cant think/find a more efficient way to get the results: select * FROM pec.tBRClaimLinePreCalc WITH (NOLOCK) JOIN dbo.tclaim_procedure WITH (NOLOCK) ON tclaim_procedure.claim_procedure_id = tBClaimLinePreCalc.claim_procedure_id JOIN dbo.TPEC_RGV_ProcedureType WITH (NOLOCK) ON TPEC_RGV_ProcedureType.claim_procedure_id = tClaimLinePreCalc.claim_procedure_id WHERE claimProc_ServiceType IS NULL OR […] |
| Why the following cmds in sequence do not work - I need to delete rows from both the temporal main and history tables. The temporal main table can get deleted without issues. For the temporal history tables, I code to turn system versioning off, issue the Delete, then turn system versioning back on. If I execute manually each of the below cmds one at a […] |
| |
| ©2019 Redgate Software Ltd, Newnham House, Cambridge Business Park, Cambridge, CB4 0WZ, United Kingdom. All rights reserved. webmaster@sqlservercentral.com |