News

With SQL Server Ledger, the blockchain technology is centralized within the core SQL Server database engine, so there are no complex setup requirements, and delivers significantly better performance ...
T-SQL Smarts -- Preventing Injection Attacks . Working with dynamic SQL is all well and good, ... Covering SQL Server 2005 and 2008 (Addison-Wesley Professional, 2008) ...
At Microsoft Build, SQL Server 2025 enters public preview with major enhancements in AI integration, performance, reliability and developer tools -- reaffirming Microsoft’s continued investment ...
Transact SQL, or T-SQL, provides you with the language to create the dynamic code. It retrieves data from a database and adds data into your server's tables. Click the Windows "Start" button and ...
A view is a saved T-SQL query in SQL Server. The view definition is stored by SQL Server so that it can be used as a virtual table to simplify queries and add a layer of security to your base ...
How to Restore Files and Filegroups Using T-SQL. Alternatively, you can use the T-SQL commands to restore a database file or filegroup. RESTORE DATABASE [Northwind] FILE = N'Northwind' FROM DISK = N'C ...
In SQL Server Management Studio (SSMS), you can see the SQL Server database state. Alternatively, you can use T-SQL commands to verify your database status. You can use the DATABASEPROPERTYEX function ...
SQL Server 2025 also comes with improved AI model management through model definitions built into T-SQL to AI services, including Azure AI Foundry, Azure OpenAI, OpenAI, Ollama, and more.
Microsoft is moving SQL Server 2025 into public preview, adding new features to help enterprises develop AI-driven applications. One of the key new capabilities is vector search, which will enable ...