Home New Trending Search
About Privacy Terms
#
#TSQL
Posts tagged #TSQL on Bluesky
Preview
Database Instructions - GitHub Copilot in SQL Server Management Studio (Preview) Learn how to use database instructions with GitHub Copilot in SQL Server Management Studio (SSMS).

Use database instructions with GitHub Copilot in SQL Server Management Studio
#ArtificialIntelligence #AI #GithHubCopilot #SSMS #SQLServer #TSQL
learn.microsoft.com/en-us/ssms/g...

0 0 0 0
Preview
OPENROWSET and External Tables for Fabric SQL Databases (Preview) | Microsoft Fabric Blog | Microsoft Fabric Data Virtualization (Preview) for Fabric SQL Databases, enable you to query, analyze, and ingest OneLake data (CSV, Parquet, JSON) without moving or duplicating it. Data Virtualization brings to Fabri...

OPENROWSET and External Tables for Fabric SQL Databases
#SQL #SQLDatabase #MicrosoftFabric #DataVirtualization #Analytics #TSQL #OneLake

blog.fabric.microsoft.com/en-US/blog/o...

0 0 0 0
SQL INNER JOIN Explained with Legos
SQL INNER JOIN Explained with Legos YouTube video by DataBard

SQL INNER JOIN Explained with Legos #sql #tsql #innerjoin #joins youtu.be/njDpy_Dd8M0?... via @YouTube

1 0 0 0
Cloud Data Driven | 2025-12-04 | The Lost Art of Debugging SQL Server SP | Randy Knight
Cloud Data Driven | 2025-12-04 | The Lost Art of Debugging SQL Server SP | Randy Knight YouTube video by DataDrivenCommunity

🎥 𝐌𝐞𝐞𝐭𝐢𝐧𝐠 𝐫𝐞𝐜𝐨𝐫𝐝𝐢𝐧𝐠! 🚀 Missed the Data Driven Community session on December 4? Learn how to bring back real step by step debugging for SQL Server stored procedures with Visual Studio and SSDT. 🎯

Watch here: youtu.be/J3ccxcnpEq8

#SQLServer #Debugging #DataEngineering #DBA #TSQL

2 0 1 0
SQL FULL JOIN Explained with Legos
SQL FULL JOIN Explained with Legos YouTube video by DataBard

SQL FULL JOIN Explained with Legos #sql #tsql #sqljoin youtu.be/WwWaOhCISmo?... via @YouTube

0 0 0 0
Preview
SQL Server 2025 REGEXP_MATCHES Function to Extract Multiple Substrings Learn how to use SQL REGEXP_MATCHES to extract multiple substrings efficiently without loops or cursors in SQL Server 2025.

New article: #SQLServer2025 REGEXP_MATCHES Function to Extract Multiple Substrings #regex #tsql www.mssqltips.com/sqlservertip...

2 1 0 0
Preview
New T-SQL AI Features are now in Public Preview for Azure SQL and SQL database in Microsoft Fabric - Azure SQL Devs’ Corner At the start of this year, we released a new set of T-SQL AI features for embedding your relational data for AI applications. Today, we have brought those features to Azure SQL and SQL database in…

New #TSQL #AI Features and commands for #AzureSQL and SQL database in #Microsoft #Fabric
devblogs.microsoft.com/azure-sql/ai...

#SQLServer #MadeiraData

0 0 0 0
Preview
Resolving Write Conflicts in Microsoft Fabric Data Warehouse | Microsoft Fabric Blog | Microsoft Fabric Fabric Data Warehouse (DW) supports ACID-compliant transactions using standard T-SQL (BEGIN TRANSACTION, COMMIT, ROLLBACK) and uses Snapshot Isolation (SI) as its exclusive concurrency control model. ...

Resolving Write Conflicts in Microsoft Fabric Data Warehouse
#MicrosoftFabric #DataWarehouse #TSQL #DDL
blog.fabric.microsoft.com/en-US/blog/c...

0 0 0 0
Post image

🐘 #tsql — A Modern #PostgreSQL Manager #TUI Built in #Rust #opensource #database #cli #devops

🖥️ Full-screen split-pane interface with query editor and scrollable results grid
⌨️ Vim-style keybindings for modal navigation and editing with customizable config

🧵 👇

3 0 1 0
SQL CROSS JOINS Explained with Legos
SQL CROSS JOINS Explained with Legos YouTube video by DataBard

SQL CROSS JOINS Explained with Legos #sql #tsql #joins #cross youtu.be/kkUpjN27lS8?... via @YouTube

1 0 0 0
Post image

📚 Partage d'une formation gratuite MS SQL Server & T-SQL

8 modules | 46 chapitres | 100% français
Du débutant à l'expert

✨ Open source et accessible à tous

🔗 github.com/NDXDeveloper...

#SQLServer #TSQL #OpenSource #DevFR

5 0 0 0
Preview
Creating a T-SQL Query Generator Using Microsoft.Extensions.AI Get smarter data insights from your own tables: The Microsoft.Extensions.AI package lets us create AI queries of MS-SQL databases.

Creating a T-SQL Query Generator Using Microsoft-Extensions-AI

www.telerik.com/blogs/creati...

#dotnet #aiextensions #tsql #sqlserver #csharp #ai

0 0 0 0
Preview
Using the new SqlVector type with EF Core and Dapper - Azure SQL Devs’ Corner Azure SQL vector support has been generally available for a few months now, and the ecosystem is quickly evolving to make working with vectors in your applications as seamless and efficient as…

Using the new SqlVector type with #EFCore and #Dapper
devblogs.microsoft.com/azure-sql/us...

#Microsoft #SQLServer #AzureSQL #Database #TSQL #OpenAI #AI #MadeiraData

0 0 0 0
Preview
AI-based T-SQL Refactoring: an automatic intelligent code optimization with Azure OpenAI - Azure SQL Devs’ Corner This article presents an AI-powered approach to automating SQL Server code analysis and refactoring. The system intelligently identifies inefficiencies and common T-SQL anti-patterns, applying best…

OK I'm not sure I'm 100% on-board with this #AI based #TSQL Refactoring: an automatic intelligent code optimization with #Azure #OpenAI
devblogs.microsoft.com/azure-sql/ai...

#Microsoft #SQLServer #AzureSQL #Copilot #MadeiraData

3 0 0 0
Preview
Announcing the release of SSMS 22 Preview 1 | Microsoft Community Hub The SSMS team is excited to share the first preview of SQL Server Management Studio (SSMS) 22! Preview releases are our way of getting features into your...

Announcing the release of SSMS 22 Preview 1

buff.ly/TOp7cHQ

#ssms #sqlserver #database #itpro #tsql #azuresql

5 1 0 0
Post image Post image

🚀 #FabConEurope Session: SQL Copilot: Real Demos, Real Talk
📢 Speaker: @erinstellato.bsky.social & @2meterdba.bsky.social

Learn more 👉 ow.ly/KuTB50WgSH7

#Microsoft #FabCon #SQLCopilot #MicrosoftFabric #TSQL #AIinSQL #DataSecurity #SQLCommunity #CopilotInAction #DeveloperTools

4 0 0 1
Preview
Using SQL Server's new AI features and Python to create a T-SQL assistant - Azure SQL Devs’ Corner I recently created a GitHub repository to share the T-SQL scripts I’ve accumulated over 10 years as a DBA. However, I’ve always struggled to find the right script when I need it. For years, I relied…

Using SQL Server’s new #AI features and #Python to create a #TSQL assistant
devblogs.microsoft.com/azure-sql/us...

#Microsoft #SQLServer #AzureSQL #OpenAI #MadeiraData

0 0 0 0
Preview
Presenting T-SQL Analyzer - live best practices analysis of your SQL scripts in Visual Studio Analyze your SQL CREATE scripts for best practices relating to design, naming and performance as you author them in Visual Studio.

Presenting T-SQL Analyzer - live best practices analysis of your SQL scripts in Visual Studio | by Erik EJ.

buff.ly/uryQcgx

#sqlserver #tsql #visualstudio #database #productivity

0 0 0 0
Preview
SQL Server 2025 triggering a Power BI Model Refresh via T-SQL sp_invoke_external_rest_endpoint unlocks wide range of scenarios

#SQLServer2025 introduces #sp_invoke_external_rest_endpoint, allowing #TSQL to call REST APIs directly. This feature can be leveraged to trigger a #PowerBI dataset refresh immediately after a SQL Server ETL process completes.

0 0 0 0
Preview
Ingest Data into Your Warehouse Using Transact-SQL - Microsoft Fabric Follow steps to ingest data into a Warehouse table using Transact-SQL

Ingest data into your Warehouse using Transact-SQL
#MicrosoftFabric #DataWarehouse #SQL #TSQL
learn.microsoft.com/en-us/fabric...

1 0 0 0
Preview
שימוש ב-NoLock למעקב אחר עדכון טבלה השימוש ב-NoLock כדי לשפר ביצועים ולהתגבר על נעילות מוכר ופופולרי מאוד.מצד שני יש מי שהמונח NoLock גורם להם לעטות ארשת מבשרת רעות על פניהם, למנות את כל הסכנות הכרוכות בשימוש בו (dirty reads, phantom,…

שימוש ב-NoLock למעקב אחר עדכון טבלה
מאת גרי רשף

www.madeiradata.com/post/%D7%A9%...

#Microsoft #SQLServer #TSQL #AzureSQL #Database #MadeiraData #SqlDBA

1 0 0 0

When did you learn #tsql?

0 0 0 0

#dotnet is awesome but never underestimate the power of mastering #tsql 🙌
Go beyond your ORM!

1 0 0 0
Post image

The successful applicant will understand common design patterns, be highly familiar and accustomed to working to the SDLC process, and produce excellent quality output.
The role is hybrid, with 6 days per month required on-site in Dublin.

www.proactive.it/job/c-net-de...

#SQL #TSQL #SDLC

1 0 0 0
Preview
Get Your FREE SQL Server CTE Book PDF Today The Common Table Expression (CTE) is one of the more powerful and often overlooked features in Microsoft SQL Server. Learn more in my book.

While researching learning resources for T-SQL I found this free gem about CTEs:

Common Table Expressions Book - Second Edition by Steve Stedman

stevestedman.com/authorsteves...

#sql #tsql

2 0 0 0

You want to learn everything about T-SQL?

Follow my journey on content curation and creation for the language and the tech behind it.
#tsql #sql

1 0 0 0
Post image Post image

🚀 #FabConEurope Session: Use AI and Python in T-SQL to supercharge your Data Warehousing solutions
📢 Speaker: Jovan Popovic & Salil Kanade

Learn more 👉 ow.ly/ajFb50WgEms

#Microsoft #FabCon #MicrosoftFabric #DataWarehouse #TSQL #PythonInSQL #AIinData #DataScience

1 0 0 0
Preview
Announcing the release of SQL Server Management Studio (SSMS) 21.3.6 | Microsoft Community Hub Today we released SSMS 21.3.6, bringing several bug fixes and introducing a new feature that has been a long-standing customer request: rename tabs! Update...

Announcing the release of #SQLServer Management Studio (#SSMS) 21.3.6 - Now you can rename unsaved tabs!
techcommunity.microsoft.com/blog/sqlserv...

#Microsoft #TSQL #MadeiraData

1 0 0 0
Post image Post image

sp_invoke_external_rest_endpoint with OPENJSON CTE for quickly and easily getting data from REST APIs kpitsimpl.blogspot.com #sqlserver #sqlserver2025 #t-sql #tsql #powerbi #ssrs #pbirs

0 1 0 0
Preview
SQL and NoSQL Query langauge support come to ReSharper! | The .NET Tools Blog ReSharper’s query language support for SQL and NoSQL provides C# developers with a more convenient way to work with SQL and NoSQL code directly in Visual Studio with ReSharper, supporting multiple SQL

SQL and NoSQL Query language support come to ReSharper | by Rachel Appel.

buff.ly/JTGoMSI

#tsql #nosql #resharper #visualstudio #jetbrains

3 0 0 0