Showing category results for Azure SQL

Sep 20, 2023
Post comments count2
Post likes count3

Data API builder Now Supports ENV Files

Jerry Nixon

In September, Data API builder (DAB) revved with some great new features. In this article we’ll talk about controlling environment variables with ENV files. What is Data API builder? DAB is an open source, cross-platform engine that creates instant REST & GraphQL APIs for your database - MySQL, Postgres, Cosmos DB or Microsoft SQL. Without any ...

Azure SQLData API builder
Sep 5, 2023
Post comments count0
Post likes count3

Using OpenAI REST Endpoints with Azure SQL Database

Brian Spendolini

Everyone loves OpenAI these days as it can do some amazing things. Here, I asked it to create a picture of a cat in a data center: (Go ahead and click the image to see a bigger version of this nightmare fuel) Incredible!!!! But how can we use OpenAI in real world applications and scenarios with Azure SQL Database? Using OpenAI with the Az...

Azure SQL
Aug 28, 2023
Post comments count0
Post likes count3

REST Endpoint Invocation is now Generally Available

Brian Spendolini

On behalf of the Engineering and Product Management teams, we are happy to announce that External REST Endpoint Invocation is now GA!   What is External REST Endpoint Invocation? External REST Endpoint Invocation makes it possible for developers to call REST/GraphQL endpoints from other Azure Services from right in the Azure SQL Database....

Azure SQLRESTDevOps
Aug 25, 2023
Post comments count0
Post likes count11

Building your own DB Copilot for Azure SQL with Azure OpenAI GPT-4

Valentina Alto

Large Language Models (LLMs) have proven exceptional capabilities in chatting with unstructured, text data. But what if we want to interact with structured data? To do so, we will need to build an LLM-powered Agent which is able to reason over structured data, in our specific case an Azure SQL DB. Luckily for us, we don’t have to build this conn...

Azure SQL
Aug 7, 2023
Post comments count2
Post likes count0

Summer 2023 Update for Azure SQL Database External REST Endpoint Invocation

Brian Spendolini

Summer 2023 REST Endpoint Invocation Update Welcome to the Summer 2023 REST Endpoint Invocation update post! This summer, we updated the External REST Endpoints Invocation feature with a few key fixes and additions to help you use more Azure Services with your Azure SQL Database. The feature was released to public preview last year and this late...

Azure SQLRESTREST Endpoint Invocation
Jul 11, 2023
Post comments count0
Post likes count3

How to export Azure SQL Managed Instance data into Fabric Lakehouse

Jovan Popovic

If you want to perform advanced analytics on your data and create stunning reports in Power BI, you should consider using Microsoft Fabric. Microsoft Fabric is a solution that combines the best Lakehouse and Warehouse technologies to provide a scalable, secure, and cost-effective platform for data analytics. With Microsoft Fabric, you can store you...

Managed InstanceAzure SQLMicrosoft Fabric
Jul 5, 2023
Post comments count0
Post likes count1

How to copy data from Azure SQL Managed Instance to Microsoft Fabric DW

Jovan Popovic

If you want to perform advanced analytics on your data and create stunning reports in Power BI, you should consider using Microsoft Fabric. Microsoft Fabric is a solution that combines the best data warehousing and data lake technologies to provide a scalable, secure, and cost-effective platform for data analytics. With Microsoft Fabric, you can st...

Managed InstanceAzure SQLMicrosoft Fabric
Jun 4, 2023
Post comments count3
Post likes count9

Vector Similarity Search with Azure SQL database and OpenAI

Davide Mauri

Latest update - 06 November 2024 Vector Support is now available as Public Preview! Read the announcement here: Public Preview of Native Vector Support in Azure SQL Database! Access to full documentation here: Vector functions. Vectors and Embeddings Vector databases are gaining quite a lot of interest lately. Using text embeddings and vector op...

Azure SQL
May 17, 2023
Post comments count0
Post likes count1

Model your Supply Chain in a Graph Database | Part 1

Jerry,
Arvind

In this article, we'll explore the fascinating intersection of supply chains and graph databases. We'll explore the intricacies of supply chains, understand their complexities, and explore the practical benefits of utilizing graph databases for modeling and optimizing these networks.

Azure SQL
May 17, 2023
Post comments count0
Post likes count1

Model your Supply Chain in a Graph Database | Part 2

Jerry,
Arvind

In Part 2 of our series, we explore the practical aspects of enabling SQL Graph for modeling supply chains, including creating tables for nodes and edges and inserting data into them. We also introduce the MATCH keyword for querying graph data, simplifying the retrieval of information based on relationships between entities.

Azure SQL