Azure SQL Database Elastic Queries

  Рет қаралды 8,094

David Postlethwaite

David Postlethwaite

6 жыл бұрын

One of the features missing from Azure SQL database is the ability to create Linked Servers.
However there is something similar called Azure SQL Database Elastic Query
This allows you to run queries against another Azure SQL database or Data Warehouse.
This video demonstrate how to setup and use Elastic Queries

Пікірлер: 27
@chetankathote8342
@chetankathote8342 4 жыл бұрын
Very Very Thank you Mr.David. Your video helped a lot !!
@harshakrishnapyda7283
@harshakrishnapyda7283 3 жыл бұрын
Hi, Thanks for explaining it so well.
@jackroark6928
@jackroark6928 4 жыл бұрын
VERY useful! Thank you!
@taranbirbajwasingh3124
@taranbirbajwasingh3124 10 ай бұрын
I am encountering below issue Failed to connect to the target database: A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The target principal name is incorrect.) I am using private end point as I have disabled the public access to my sql server
@uhimabindu
@uhimabindu 4 жыл бұрын
Hi, Thanks for explaining it so well. Just one question please, Are Elastic Queries in preview or live?
@amitjaju9060
@amitjaju9060 4 жыл бұрын
Hello Sir, I have a scenario where in particular folder we have 2 file with different format and 2 external table created to read those file. Now I got multiple files with same format and file name except timestamp is different for all so how can I read all those same file format file with same naming convention except timestamp is different for all using external table. I don't want to create new external table and with subfolder option . Can we read all same file format files with wild card. Please help me here
@amitjaju9060
@amitjaju9060 4 жыл бұрын
Hello Sir, I am seeing all your videos and all are very knowledgeable. I have below query could you please help me with these. I have 1 external table conatins 10 columns which reads data from processing blob file .But external table unable to read the blob file because few rows has 9 fields and few have 10 and this is happening because last column if no data then no delimeter coming for that from Source .So how can we assign last filed as NULL if not present through external table. Thanks in advance
@shamshadalam5998
@shamshadalam5998 3 жыл бұрын
Great video, explained well. Can we extract data to azure database from azure data warehouse using type=Hadoop. Do we need to create external table with all the columns available in external table or we can create external table with only required columns. Would be a great help, kindly answer.
@shauryasingh8751
@shauryasingh8751 6 жыл бұрын
Hello, thanks for explaining it no efficiently. Just a question, I have an existing stored procedure which uses a table from another database. If we follow your steps and create external table to that particular table. Will my stored procedure run normally or do I have to make any changes?
@DavidPostlethwaiteSQL
@DavidPostlethwaiteSQL 6 жыл бұрын
You shouldn't have to make any changes
@CoopmanGreg
@CoopmanGreg 2 жыл бұрын
Great Video! Am I able to setup an Elastic Query from one database to another database on an entirely different serve or can I only run elastic query across databases located on the same server? Thank you.
@CoopmanGreg
@CoopmanGreg 2 жыл бұрын
Sorry, I re-watched the video and you explained my question perfectly and answered it as yes, you can query against dbs in different servers.
@PeaceUrSoul
@PeaceUrSoul 6 жыл бұрын
Is it nessary to create external table for each table in source DB?
@DavidPostlethwaiteSQL
@DavidPostlethwaiteSQL 5 жыл бұрын
yes you will need to create an external table for every table you want to query
@jonhucks8342
@jonhucks8342 5 жыл бұрын
So when a company ask for Azure experience what might they be looking for if I am already a SQL server developer? Do I technically have the skills to say I know Azure if Sql server offers Azure abilities now?
@sarthaks
@sarthaks 6 жыл бұрын
This is really helpful, can you please share the tsql-code for this video
@DavidPostlethwaiteSQL
@DavidPostlethwaiteSQL 6 жыл бұрын
you can find the source code in my free eBook which you can download from www.gethynellis.com
@sarthaks
@sarthaks 6 жыл бұрын
Thanks!
@DavidzzHD
@DavidzzHD 4 жыл бұрын
Could I run an INSERT INTO currentdatabase.table SELECT * FROM external table?
@TheEsisia
@TheEsisia 3 жыл бұрын
I have the same question.
@smritisinghal7287
@smritisinghal7287 2 жыл бұрын
Yes
@jz9859
@jz9859 4 жыл бұрын
Is there way to move some data from one database to the External database?
@DavidPostlethwaiteSQL
@DavidPostlethwaiteSQL 4 жыл бұрын
The external database is read only. Not seen anything from Microsoft to say that has changed
@sidesw1pe
@sidesw1pe 4 жыл бұрын
You're asking if it's possible to export data from a database?
@itnaveen1
@itnaveen1 4 жыл бұрын
I see only SELECT query . Can we perform INSERT /UPDATE /DELETE Query ?
@DavidPostlethwaiteSQL
@DavidPostlethwaiteSQL 4 жыл бұрын
Only SELECT queries are supported at the moment
@dksmca1
@dksmca1 4 жыл бұрын
No
Azure SQL Elastic Pools
22:25
David Postlethwaite
Рет қаралды 15 М.
Horizontal Scaling in Azure SQL Database
45:01
David Postlethwaite
Рет қаралды 8 М.
WHO LAUGHS LAST LAUGHS BEST 😎 #comedy
00:18
HaHaWhat
Рет қаралды 23 МЛН
DEFINITELY NOT HAPPENING ON MY WATCH! 😒
00:12
Laro Benz
Рет қаралды 57 МЛН
ПРОВЕРИЛ АРБУЗЫ #shorts
00:34
Паша Осадчий
Рет қаралды 6 МЛН
SQL Basics Tutorial for Beginners (Practice SQL Queries)
1:10:21
techTFQ
Рет қаралды 1,1 МЛН
Taming the Beast - How  a SQL DBA can keep Kerberos under control. Updated 2019
38:19
Creating a Linked Server to an Azure SQL Database
9:17
David Postlethwaite
Рет қаралды 9 М.
SQL Server management Studio Tips and Tricks Part 1
23:41
David Postlethwaite
Рет қаралды 27 М.
Configuring Azure Data Sync 2 0
14:19
David Postlethwaite
Рет қаралды 3 М.
An Introduction to SQL Server 2016 Query Store
48:57
David Postlethwaite
Рет қаралды 33 М.
Automation and Scheduling in Azure SQL Database
17:30
David Postlethwaite
Рет қаралды 20 М.
The 25 SQL Questions You MUST Know for Data Analyst Interviews
32:47
KSR Datavizon
Рет қаралды 201 М.
What is DATABASE SHARDING?
8:56
Gaurav Sen
Рет қаралды 910 М.
Это Xiaomi Su7 Max 🤯 #xiaomi #su7max
1:01
Tynalieff Shorts
Рет қаралды 1,4 МЛН
Samsung Galaxy 🔥 #shorts  #trending #youtubeshorts  #shortvideo ujjawal4u
0:10
Ujjawal4u. 120k Views . 4 hours ago
Рет қаралды 8 МЛН
Самые крутые школьные гаджеты
0:49
Зачем ЭТО электрику? #секрет #прибор #энерголикбез
0:56
Александр Мальков
Рет қаралды 631 М.
СТРАШНЫЙ ВИРУС НА МАКБУК
0:39
Кринжовый чел
Рет қаралды 1,5 МЛН