Subir una base de datos SQL Server a la nube y que sea accesible a través de ODBC

Xavier 20 Reputation points
2024-06-14T11:24:42.12+00:00

Hola a todos,

Mi duda es la siguiente: ¿Existe la posibilidad de subir una base de datos de SQL Server a la nube y que ésta sea accesible a un programa que tengo en diferentes empresas? Actualmente este programa utiliza esa base de datos localmente en cada cliente, esto es, en su propio servidor de SQL Server, pero quiero evitar esta circunstancia, haciendo que el programa ahora apunte a una única base de datos que esté en un servidor en la nube. Lo ideal sería que esto pudiera ser así, y que el único cambio en el programa consistiese en definir una cadena diferente de conexión para que apuntara a un servidor SQL Server en la nube.

Gracias, Xavier

Translation.

Hello everyone,

My doubt is the following: Is there a possibility to upload a SQL Server database to the cloud and make it accessible to a program that I have in different companies? Currently this program uses that database locally in each client, that is, in its own SQL Server, but I want to avoid this circumstance, making the program now point to a single database that is on a server in the cloud. Ideally, this could be the case, and the only change in the program would be to define a different connection string to point to a SQL Server in the cloud.

Thanks, Xavier

Azure SQL Database
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,166 questions
{count} votes

Accepted answer
  1. Alberto Morillo 33,341 Reputation points MVP
    2024-06-14T17:20:34.7633333+00:00

    The answer to your question is yes. First make sure the SQL Server database is compatible with Azure SQL by performing an assessment using a tool named Azure SQL Data Migration Assistant. The same tool can migrate the database for you to Azure SQL with very little effort as explained here.

    In this article you will find how to create an ODBC DSN to connect to Azure SQL Database.

    Translation to Spanish.

    La respuesta a su pregunta es sí. En primer lugar, asegúrese de que la base de datos de SQL Server es compatible con Azure SQL realizando una evaluación mediante una herramienta denominada Asistente de migración de datos de Azure SQL. La misma herramienta puede migrar la base de datos para usted a Azure SQL con muy poco esfuerzo como se explia aquí.

    En este artículo encontrarás cómo crear un DSN ODBC para conectarte a Azure SQL Database.

    Traducción realizada con la versión gratuita del traductor DeepL.com


0 additional answers

Sort by: Most helpful