Skip to content

Commit dc43df8

Browse files
committed
added SQL Conf() data
1 parent 2a16bd4 commit dc43df8

File tree

2 files changed

+191
-19
lines changed

2 files changed

+191
-19
lines changed

db/samples/sample-data.sql

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -501,25 +501,6 @@ exec dbo.add_sample '
501501
';
502502
GO
503503

504-
/*
505-
SQL Conf() 2025
506-
*/
507-
508-
exec dbo.add_sample '
509-
{
510-
"name": "Vectors, AI, Agents: how AI will change the way users interact with databases",
511-
"description": "Discover how AI is revolutionizing the way users and developers interact with databases. In this session we will explore how intelligent agents can generate and execute T-SQL queries to retrieve the precise information requested by users or developers. Dive into the foundational role of vectors in powering these agent-driven interactions and see how SQL Server can serve as the backbone for creating modern, AI-augmented applications. Additionally, gain insights into the critical security implications of these advancements and learn best practices for safeguarding your data in this AI-driven paradigm. Whether you''re a database developer or a technology strategist, this session will equip you with the tools and understanding to leverage AI for the next generation of database interactions.",
512-
"url": "https://youtu.be/Uddhx8Bu2ZM",
513-
"details": {
514-
"author": "Davide Mauri",
515-
"conference": "SQL Conf() 2025"
516-
}
517-
}
518-
';
519-
GO
520-
521-
--exec dbo.delete_sample @url = 'https://youtu.be/Uddhx8Bu2ZM'
522-
523504
select id, name, created_on, updated_on from dbo.samples order by created_on desc;
524505
--where [url] like '%kmeans%'
525506
GO

db/samples/sql-conf-data.sql

Lines changed: 191 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,191 @@
1+
2+
/*
3+
SQL Conf() 2025
4+
*/
5+
6+
exec dbo.add_sample '
7+
{
8+
"name": "Vectors, AI, Agents: how AI will change the way users interact with databases",
9+
"description": "Discover how AI is revolutionizing the way users and developers interact with databases. In this session we will explore how intelligent agents can generate and execute T-SQL queries to retrieve the precise information requested by users or developers. Dive into the foundational role of vectors in powering these agent-driven interactions and see how SQL Server can serve as the backbone for creating modern, AI-augmented applications. Additionally, gain insights into the critical security implications of these advancements and learn best practices for safeguarding your data in this AI-driven paradigm. Whether you''re a database developer or a technology strategist, this session will equip you with the tools and understanding to leverage AI for the next generation of database interactions.",
10+
"url": "https://youtu.be/Uddhx8Bu2ZM",
11+
"details": {
12+
"author": "Davide Mauri",
13+
"conference": "SQL Conf() 2025"
14+
}
15+
}
16+
';
17+
GO
18+
19+
exec dbo.add_sample '
20+
{
21+
"name": "Harness the power of SQL & JSON",
22+
"description": "In this session, we will learn about how to work with JSON seamlessly using various SQL functions. We will walk through how to store JSON documents, query properties in JSON documents, transform relational data to JSON and read JSON files from storage.",
23+
"url": "https://youtu.be/aX6aKurECnY",
24+
"details": {
25+
"author": "Umachandar Jayachandran",
26+
"conference": "SQL Conf() 2025"
27+
}
28+
}
29+
';
30+
GO
31+
32+
exec dbo.add_sample '
33+
{
34+
"name": "Top 10 things developers should know about Azure SQL Hyperscale",
35+
"description": "There are many options for running Microsoft SQL Server in Azure. In this session, we talk about the most exciting and leading cloud-native option, called Azure SQL Hyperscale. We will describe some of the key capabilities and considerations you need to know so that you can develop great new cloud applications leveraging Hyperscale!",
36+
"url": "https://youtu.be/MjJs25428l8",
37+
"details": {
38+
"author": "Arvind Shyamsundar",
39+
"conference": "SQL Conf() 2025"
40+
}
41+
}
42+
';
43+
GO
44+
45+
exec dbo.add_sample '
46+
{
47+
"name": "Deploy Data API builder in Azure Container Apps",
48+
"description": "Work through a demo that highlights the benefits and steps of containerizing a Data API Builder application and deploying it to an Azure Container App.",
49+
"url": "https://youtu.be/RfyBT6maQd0",
50+
"details": {
51+
"author": "Chris Wiederspan",
52+
"conference": "SQL Conf() 2025"
53+
}
54+
}
55+
';
56+
GO
57+
58+
exec dbo.add_sample '
59+
{
60+
"name": "SQL-first development with .NET Aspire",
61+
"description": "You''re joining a new project, so it''s time to setup the database server, create the tables, seed it with sample data, get your app connected, and start working on everything. This is going to mean days of reading outdated wikis, pestering people for database exports and installing software - and that''s before you even try to work out how the app works! Let me introduce to you .NET Aspire, and how we can turn this into little more than cloning a git repo and launching the app!",
62+
"url": "https://youtu.be/HqSW-NK5loA",
63+
"details": {
64+
"author": "Aaron Powell",
65+
"conference": "SQL Conf() 2025"
66+
}
67+
}
68+
';
69+
GO
70+
71+
exec dbo.add_sample '
72+
{
73+
"name": "SQL Development with VS Code",
74+
"description": "Discover the latest enhancements in the MSSQL extension for Visual Studio Code, designed to simplify and modernize SQL development. In this session, we''ll explore powerful features like an improved Connection Dialog, advanced Object Explorer filtering, a visual Table Designer, and an interactive Query Plan Visualizer. Learn how these tools seamlessly integrate with SQL databases, whether on-premises or in the cloud, enabling you to build, test, and deploy high-performance applications more efficiently. Gain practical insights into optimizing your SQL workflows and leveraging these innovations to enhance productivity in database development.",
75+
"url": "https://youtu.be/IB1kHOc6IV4",
76+
"details": {
77+
"author": "Carlos Robles",
78+
"conference": "SQL Conf() 2025"
79+
}
80+
}
81+
';
82+
GO
83+
84+
exec dbo.add_sample '
85+
{
86+
"name": "Unlocking Database Conversations: Semantic Kernel and Data API Builder in Action",
87+
"description": "Unlock the power of natural language interactions with your database, moving beyond AI-generated SQL queries and their pitfalls. With Data API Builder, you can seamlessly expose your database via GraphQL, and with Semantic Kernel''s intelligent agents, enable precise and conversational data exploration. Discover how this approach transforms data access into an intuitive and reliable experience.",
88+
"url": "https://youtu.be/UTl4JVE4sLE",
89+
"details": {
90+
"author": "Tommaso Stocchi",
91+
"conference": "SQL Conf() 2025"
92+
}
93+
}
94+
';
95+
GO
96+
97+
exec dbo.add_sample '
98+
{
99+
"name": "SQL projects for everyone in VS Code",
100+
"description": "In this session you can get to know SQL database projects, the human-readable format for your database definition that brings a CI/CD integration to your database through a whole ecosystem of development and deployment tooling. We’ll use a series of demos centered on VS Code to examine how SQL projects are useful for a variety of development processes and levels of database expertise.",
101+
"url": "https://youtu.be/uXpf2ounaOw",
102+
"details": {
103+
"author": "Drew Skwiers-Koballa",
104+
"conference": "SQL Conf() 2025"
105+
}
106+
}
107+
';
108+
GO
109+
110+
exec dbo.add_sample '
111+
{
112+
"name": "A Developer''s Guide to Using Copilot in SSMS",
113+
"description": "Unlock the future of T-SQL development with an end-to-end walkthrough of Copilot in SSMS. In this session, we''ll dive into Copilot in SQL Server Management Studio (SSMS) to understand how Copilot meets you where you are. With real-world demos to showcase Copilot''s power in action, you''ll quickly understand how it improves efficiency within your T-SQL coding workflow.",
114+
"url": "https://youtu.be/NCjLH5KiSOA",
115+
"details": {
116+
"author": "Erin Stellato",
117+
"conference": "SQL Conf() 2025"
118+
}
119+
}
120+
';
121+
GO
122+
123+
exec dbo.add_sample '
124+
{
125+
"name": "GraphQL Meets SQL: Modern Data Access for SQL Developers in Microsoft Fabric",
126+
"description": "Learn how GraphQL APIs can empower and provide flexibility to integrate modern applications with SQL databases to enhance data access and management within Microsoft Fabric. We''ll go through fundamental concepts of GraphQL, understand how it compares to SQL concepts, and demonstrates how GraphQL can be used to efficiently query and manipulate data. The session highlights the benefits of using GraphQL for flexible and precise data retrieval, reducing over-fetching and under-fetching of data, and provides practical examples of querying, filtering, and modifying data using GraphQL in conjunction with SQL. The presentation aims to equip SQL developers with the knowledge and tools to leverage GraphQL for modern data access leveraging a flexible, fast and powerful SaaS experience in Microsoft Fabric.",
127+
"url": "https://youtu.be/Ow6gH_8BD14",
128+
"details": {
129+
"author": "Ed Lima",
130+
"conference": "SQL Conf() 2025"
131+
}
132+
}
133+
';
134+
GO
135+
136+
exec dbo.add_sample '
137+
{
138+
"name": "Unlocking Data Synergy: GraphRAG Meets Azure SQL Database",
139+
"description": "This video will guide you through creating a GraphRAG application /API using relational data, Azure OpenAI, and the Azure SQL Database.",
140+
"url": "https://youtu.be/lACiTWX6ws4",
141+
"details": {
142+
"author": "Brian Spendolini",
143+
"conference": "SQL Conf() 2025"
144+
}
145+
}
146+
';
147+
GO
148+
149+
exec dbo.add_sample '
150+
{
151+
"name": "Develop AI & Translytical Apps with SQL Database in Fabric",
152+
"description": "SQL database in Microsoft Fabric, built upon the familiar SQL Server engine, will enable customers to build insight-driven applications that unite both transactional and analytical data to build intelligent experiences and smarter answers. Auto-optimizing and auto-scaling, SQL database in Fabric can be provisioned in seconds and can accelerate innovation with Visual Studio and GitHub integration, Copilot assistance and CI/CD pipeline support.",
153+
"url": "https://youtu.be/0_eiDbI3efc",
154+
"details": {
155+
"author": "Idris Motiwala",
156+
"conference": "SQL Conf() 2025"
157+
}
158+
}
159+
';
160+
GO
161+
162+
exec dbo.add_sample '
163+
{
164+
"name": "SQL+PowerShell FTW",
165+
"description": "SQL is a strong query language and PowerShell is a strong scripting language. In this talk, we''ll learn the basics of both technologies and see how we can combine them together. See how scripting SQL with PowerShell can change the game and give you wins.",
166+
"url": "https://youtu.be/Xu9WD8tpoCY",
167+
"details": {
168+
"author": "James Brundage",
169+
"conference": "SQL Conf() 2025"
170+
}
171+
}
172+
';
173+
GO
174+
175+
exec dbo.add_sample '
176+
{
177+
"name": "Connect your Web App Directly to a Database",
178+
"description": "In this session find out how you can connect your frontend apps to a database directly without the need of a backend using Azure Static Web Apps and the Database Connection feature!",
179+
"url": "https://youtu.be/vNzLSH3VbDc",
180+
"details": {
181+
"author": "Dheeraj Bandaru",
182+
"conference": "SQL Conf() 2025"
183+
}
184+
}
185+
';
186+
GO
187+
188+
select id, name, json_value(details, '$.author')from dbo.samples where json_value(details, '$.conference') = 'SQL Conf() 2025'
189+
190+
--exec dbo.delete_sample @url = 'https://youtu.be/Uddhx8Bu2ZM'
191+

0 commit comments

Comments
 (0)