Backup/Restore and collation update in Azure Synapse

Shailesh Ganesh Shripati 90 Reputation points
2024-04-30T14:04:23.77+00:00

We have one requirement that to change the collation of Azure SQL serverless database in Azure Synapse Analytics to default collation. So I have 2 questions, 1. How to take backup and restore Azure SQL serverless database in synapse. 2. How to update collation of SQL serverless database.

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,448 questions
0 comments No comments
{count} votes

Accepted answer
  1. Smaran Thoomu 10,405 Reputation points Microsoft Vendor
    2024-04-30T15:42:54.38+00:00

    Hi @Shailesh Ganesh Shripati

    Thanks for the question and using MS Q&A platform.

    Unfortunately, currently there's no direct way to backup and restore serverless SQL databases in Azure Synapse Analytics. This functionality is not yet supported.

    Here's a breakdown of your questions:

    1. Backup and Restore of Serverless Database:
    2. Updating Collation of Serverless Database:
      • Modifying the collation of a serverless database directly isn't possible.
      • Create a New Serverless Database with Default Collation:
      • Define a new serverless database with the desired default collation.
      • Migrate your data and schema to the new database using techniques like Data Factory copy activities or T-SQL commands (depending on data size and complexity).
      • Decommission the old serverless database after successful migration.
    3. Consider Dedicated SQL Pool (if applicable):
      • Evaluate if a dedicated SQL pool can fulfill your needs. Dedicated pools offer backup and restore functionalities and potentially more control over configurations like collation.
      • If a dedicated pool suits your requirements, migrate your serverless database to a dedicated pool with the desired collation.

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more