9:44
How To List Databases Logical and Physcial Names in SQL Server
scrpits: select sys.databases.name as Database_name,sys.master_files.name As Logical_name ,Physical_name,type_desc from ...
6:49
Logical query processing in SQL Server
SQL Server processes code in a sequence which is known as the Logical Query Processing order. In a typical query, the logical ...
4:08
SQL indexing best practices | How to make your database FASTER!
Learn about best practices for using indexes in SQL, and how they can be used to speed up your queries, make your database ...
45:23
Creating DB and Connecting MS SQL Server [Logical Server] Deployed on MS Azure using OnPremise SSMS
This session will help you in understanding Microsoft Azure Cloud Database Workloads [MS SQL Server - Logical Server]- ...
7:44
Set Up Microsoft Azure SQL Server and SQL Database (Step-By-Step Tutorial)
In this video, I will walk you through the steps how to 1) create a SQL Server instance, 2) create a SQL database in Microsoft Azure ...
1:33
Understanding SQL Server Logical Architecture for Developers | Interview Question
Welcome to the Sql Developer Interview Series! In this video, we dive into the logical architecture of SQL Server with a focus on ...
29:01
Mastering Logical and Built-in Operations in SQL Server
Mastering Logical and Built-in Operations in SQL Server | SQL Tutorial In this comprehensive SQL tutorial, we dive deep into ...
9:43
Logical Function IIF and Choose Command in SQL Server 2022 | SQL Module 23
Logical Function IIF and Choose Command in SQL Server 2022 Keyword- Variable, Variable in SQL, how use Variable, how to ...
6:30
Creating an Azure SQL Server Logical Server [GCast 75]
How to create a logical SQL Server in Microsoft Azure.
34:18
ASP.NET Core and SQL Database Training in Azure App Service | Developing ASP.NET & Entity Framework
Then Create a SQL Database logical server then Configure a server firewall rule After that I will create a deployment user which is ...
26:11
Connecting MS SQL Server [Logical Server] Deployed on MS Azure Using C# Application - Part 1
This session will help you in understanding Microsoft Azure Cloud Database Workloads [MS SQL Server - Logical Server]- ...
2:23
Learn the fundamentals of Structured Query Language SQL! Even though it's over 40 years old, the world's most popular ...
29:30
Azure SQL features and logical server creation
Azure SQL features and logical server creation.
16:19
How to differentiate Logical Server versus Onpremise SQL Server in SSMS ? | I #sqlschool #sqlserver
At SQL School, we provide Trainings and Projects on: 1. SQL Server 2. SQL DBA 3. Azure Data Engineer 4. Power BI 5.
21:40
15. Run SQL Query on Logic App | SQL Connector on Logic app
In this video you will learn how to Run SQL Connector on Logic app #logicapp #azure #integration ----------------- Logic App Series ...
11:05
Part 1- Logical Operators AND OR NOT in SQL Server
This video will explain logical operators AND OR NOT in SQL Server and there practical examples to get the AdventureWorks ...
10:44
27. Managed Service Identity with LogicApp and SQL Database | MSI with logic app & SQL
Seamless SQL Database Integration with Logic App and Managed Service Identity In this comprehensive tutorial, you'll learn ...
16:10
How to differentiate Logical Server versus Onpremise SQL Server in SSMS ? I #sqlserver
At SQL School, we provide Trainings and Projects on: 1. SQL Server 2. SQL DBA 3. Azure Data Engineer 4. Power BI 5.
7:49
How To Create and Connect To Azure SQL Using SQL Management Studio and How To Configure Frewall
Then Create a SQL Database logical server then Configure a server firewall rule. Create a database with an S0 performance level ...