podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
SQL Server Radio
Shows
Tina Huang
Data Science SQL Interview Question Walkthrough (real interview style) | SQL Sundays #8 | Tina Huang
Data Science SQL Interview Question Walkthrough (real interview style) | SQL Sundays #8 Hi friends! Welcome back to SQL Sundays! A weekly SQL data science interview questions and answers walkthrough.This is another data science SQL interview question and answer done from beginning to end in a real interview style.🔗Affiliates========================My SQL for data science interviews course (10 full interviews):https://365datascience.com/learn-sql-for-data-science-interviews/ 365 Data Science: https://365datascience.pxf.io/WD0za3 (link for 57% discount for their complete data science training)Check out StrataScratch for data science int...
2025-07-25
08 min
Tina Huang
Data Science SQL Interview Question Walkthrough | SQL Sundays #5 | Tina Huang
Data Science SQL Interview Question Walkthrough | SQL Sundays #5 Hi friends! Welcome back to SQL Sundays! A weekly SQL data science interview questions and answers walkthrough.This is another data science SQL interview question and answer done from beginning to end in a real interview style.🔗Affiliates========================My SQL for data science interviews course (10 full interviews):https://365datascience.com/learn-sql-for-data-science-interviews/ 365 Data Science: https://365datascience.pxf.io/WD0za3 (link for 57% discount for their complete data science training)Check out StrataScratch for data science interview prep: htt...
2025-07-25
18 min
Tina Huang
SQL Data Science Interview Questions and Answers (interview style walk-through) | Question 3 | Tina Huang
SQL Data Science Interview Questions and Answers (interview style walk-through) | Question 3 Hi friends! Welcome back to SQL Sundays! A weekly SQL data science interview questions and answers walkthrough.This is another data science SQL interview question and answer done from beginning to end in a real interview style.🔗Affiliates========================My SQL for data science interviews course (10 full interviews):https://365datascience.com/learn-sql-for-data-science-interviews/ 365 Data Science: https://365datascience.pxf.io/WD0za3 (link for 57% discount for their complete data science training)Check out StrataScratch for data science int...
2025-07-21
18 min
Tina Huang
Data Science SQL Interview Question Walkthrough | SQL Sundays #9 | Tina Huang
Data Science SQL Interview Question Walkthrough | SQL Sundays #9 Hi friends! Here's a SQL Sunday as part of the SQL Sundays series in celebration of the launch of my SQL for tech and data science interviews course! I know I know it's Tuesday :x Can we let this one slide? SQL for tech and data science interviews course with 10 mock interviews: https://www.udemy.com/course/sql-for-tech-and-data-science-interviews/?couponCode=DF947818F15A561AE84E ($12.99 promotion until July 18th, 2021!) [expired] https://www.udemy.com/course/sql-for-tech-and-data-science-interviews/?couponCode=A92E9C5BFB043A8FF039 ($9.99 promotion until...
2025-07-20
18 min
岡大徳のポッドキャスト
SQL不要!miiboで15分で作る分析AIがデータ活用を革新する方法
株式会社miibo代表のmaKunugi氏が、SQLの知識がなくても高度なデータ分析を実現する画期的な方法を公開しました。同氏のnote記事では、会話型AI構築プラットフォーム「miibo」を活用し、わずか15分で自然言語によるデータベース検索を可能にする「分析AI」の構築手法を詳細に解説しています。この革新的なアプローチは、データ分析の民主化を大きく前進させる可能性を秘めています。今回紹介された手法の最大の特徴は、完全ノーコードでの実装です。SQLが書けない人でも、BigQueryと連携した本格的な分析AIを構築できます。完成したAIは、「今月の売上はどうだった?」といった自然な問いかけに対して、自動的にSQLを生成・実行し、分析結果を返します。この技術により、データ分析チームへの依頼待ちという業務上のボトルネックが解消され、誰もが即座にデータドリブンな意思決定を行えるようになります。Text2SQL技術が実現する新しいデータ分析の形maKunugi氏の記事で紹介された分析AIは、Text2SQL技術を活用しています。この技術により、自然言語の質問を適切なSQLクエリに自動変換することが可能になりました。記事では、実際の構築プロセスを通じて、この革新的な技術の実装方法を具体的に示しています。分析AIの構築には、Google Cloud PlatformのBigQueryを使用します。BigQueryは、大規模なデータセットに対して高速なクエリ実行を可能にするサーバーレスのデータウェアハウスです。miiboとBigQueryを連携させることで、企業が保有する膨大なデータに対して、SQLの知識なしにアクセスできる環境を構築できます。記事では、サービスアカウントの作成からAPIの有効化まで、BigQuery側の準備について詳しく解説されています。セキュリティ面での注意点も含まれており、実務での利用を想定した実践的な内容となっています。特に、必要最小限の権限設定やキーファイルの管理方法など、エンタープライズ環境での利用に不可欠な情報が網羅されています。miiboの革新的な機能が可能にする爆速AI開発miiboの新機能であるCustom ActionとWebhooksを活用することで、外部サービスとの連携が驚くほど簡単になりました。記事では、BigQueryとの連携に必要な2つのテンプレート「BigQuery SQL実行」と「BigQuery スキーマ取得」の設定方法を詳細に説明しています。Custom Action機能により、複雑なAPI連携もテンプレートを選択するだけで実装可能です。環境変数の設定として、サービスアカウントのJSONキーとプロジェクトIDを入力するだけで、BigQueryとの接続が確立されます。この簡便さは、従来のシステム開発では考えられないレベルの効率化を実現しています。Webhooks設定では、AIがデータベースのスキーマ情報を取得するタイミングとSQLを実行するタイミングを自動判断するように設定できます。Function Callingの仕組みを活用し、ユーザーの意図を理解して適切なアクションを実行する、真に実用的なAIアシスタントが構築できます。実務で即活用できる具体的な構築手順記事の最大の価値は、理論だけでなく実際に動作する分析AIを構築できる具体的な手順が示されている点です。プロンプトエンジニアリングの観点からも興味深い内容で、提供されているプロンプトテンプレートは実務ですぐに活用できます。提供されているプロンプトでは、AIの役割定義から制約事項、エラーハンドリングまで、実用的なAIアシスタントに必要な要素がすべて含まれています。特に注目すべきは、SQLエラー時の処理方法です。エラーが発生した場合には原因を分析し、修正案を提示するという高度な機能が実装されています。完成した分析AIは、miibo Agent Hubを通じて利用できます。また、miiboの特徴として、作成したエージェントはチャット画面だけでなく、LINE、Slack、API経由でも利用可能です。これにより、既存の業務フローに自然に組み込むことができ、真に「溶けこむAI」として機能します。データ分析の民主化がもたらす組織変革maKunugi氏が示した手法は、単なる技術的なソリューションを超えて、組織のデータ活用文化を変革する可能性を秘めています。SQLが書けない営業担当者やマーケティング担当者も、自分のタイミングでデータに基づいた意思決定ができるようになります。この変化は、組織全体のアジリティ向上に直結します。データ分析チームの負担軽減も大きなメリットです。定型的な分析依頼から解放され、より高度な分析や戦略立案に時間を割けるようになります。また、分析AIが生成するSQLを学習材料として活用すれば、非エンジニアのSQL学習にも役立ちます。記事では触れられていませんが、この技術は教育分野でも大きな可能性を持っています。データサイエンス教育において、SQLの文法学習に時間を費やす代わりに、データから洞察を得る本質的なスキルの習得に集中できるようになるでしょう。まとめmaKunugi氏が公開した「SQLが書けなくても大丈夫!代わりにSQLを書いて分析してくれる『分析AI』を爆速で作る方法」は、miiboの実用性と革新性を示す優れた実例です。わずか15分でSQLの知識なしに高度な分析AIを構築できるこの手法は、データ活用の新しい時代を切り開く可能性を秘めています。ノーコードでありながら本格的な機能を実現するmiiboの技術力と、それを実務に即した形で紹介するmaKunugi氏の知見が組み合わさることで、真に価値あるソリューションが生まれました。データドリブンな意思決定を全社員が行える未来は、もうすぐそこまで来ています。 Get full access to 岡大徳のメルマガ at www.daitoku0110.news/subscribe
2025-07-18
06 min
Tina Huang
Data Science SQL Interview Question Walkthrough (real interview style) | SQL Sundays #7 | Tina Huang
Data Science SQL Interview Question Walkthrough (real interview style) | SQL Sundays #7 Hi friends! Welcome back to SQL Sundays! A weekly SQL data science interview questions and answers walkthrough.This is another data science SQL interview question and answer done from beginning to end in a real interview style.🔗Affiliates========================My SQL for data science interviews course (10 full interviews):https://365datascience.com/learn-sql-for-data-science-interviews/ 365 Data Science: https://365datascience.pxf.io/WD0za3 (link for 57% discount for their complete data science training)Check out StrataScratch for data science int...
2025-07-09
16 min
Tina Huang
SQL Data Science Interview Questions and Answers (interview style walk-through) | SQL Sundays #4 | Tina Huang
SQL Data Science Interview Questions and Answers (interview style walk-through) | SQL Sundays #4 Hi friends! Welcome back to SQL Sundays! A weekly SQL data science interview questions and answers walkthrough.This is another data science SQL interview question and answer done from beginning to end in a real interview style.🔗Affiliates========================My SQL for data science interviews course (10 full interviews):https://365datascience.com/learn-sql-for-data-science-interviews/ 365 Data Science: https://365datascience.pxf.io/WD0za3 (link for 57% discount for their complete data science training)Check out StrataScratch for data sci...
2025-07-09
05 min
Tina Huang
SQL Data Science Interview Question Walkthrough | SQL Sundays #6 | Tina Huang
SQL Data Science Interview Question Walkthrough | SQL Sundays #6 Hi friends! Welcome back to SQL Sundays! A weekly SQL data science interview questions and answers walkthrough.This is another data science SQL interview question and answer done from beginning to end in a real interview style.🔗Affiliates========================My SQL for data science interviews course (10 full interviews):https://365datascience.com/learn-sql-for-data-science-interviews/ 365 Data Science: https://365datascience.pxf.io/WD0za3 (link for 57% discount for their complete data science training)Check out StrataScratch for data science interview prep: htt...
2025-07-07
08 min
Tina Huang
Real Data Science SQL Interview Questions and Answers # 2 | Data Science Interview Questions | Tina Huang
Real Data Science SQL Interview Questions and Answers # 2 | Data Science Interview Questions Hi friends! Welcome back to SQL Sundays! A weekly SQL data science interview questions and answers walkthrough.This is another data science SQL interview question and answer done from beginning to end in a real interview style.🔗Affiliates========================My SQL for data science interviews course (10 full interviews):https://365datascience.com/learn-sql-for-data-science-interviews/ 365 Data Science: https://365datascience.pxf.io/WD0za3 (link for 57% discount for their complete data science training)Check out StrataScratch for data sci...
2025-06-27
15 min
Azure & DevOps Podcast
Bob Ward: SQL Server 2025 - Episode 354
Bob Ward is a Principal Architect for the Microsoft Azure Data team, which owns the development for Microsoft SQL Edge to Cloud. Bob has worked for Microsoft for 31-plus years on every version of SQL Server shipped, from OS/2 1.1 to SQL Server 2025, including Azure SQL. Bob is a well-known speaker on SQL Server, Azure SQL, AI, and Microsoft Fabric, often presenting talks on new releases, internals, and specialized topics at events such as SQLBits, Microsoft Build, Microsoft Ignite, PASS Summit, DevIntersection, and VS Live. You can also learn Azure SQL from him on the popular series https://aka.ms...
2025-06-16
42 min
SQL Server Radio
Episode 176 - SQL Server 2025 and more
Many announcements and interesting releases came out this past month, so we got a lot to talk about in this episode! Relevant links: What's New in SQL Server 2025 - SQL Server | Microsoft Learn SQL Server 2025 - AI ready enterprise database from ground to cloud | Microsoft Community Hub Announcing Public Preview of DiskANN in SQL Server 2025 | Microsoft Community Hub SQL Server 2025: introducing optimized Halloween protection | Microsoft Community Hub SQL Server 2025: introducing tempdb space resource governance | Microsoft Community Hub Unlocking the Power of Regex in SQL Server - Azure SQL Devs’ Corner Announcing the General Availability (GA) of JS...
2025-06-09
38 min
mengecouni1983
Sql Command Cheat Sheet Pdf
File name: Sql Command Cheat Sheet Pdf Rating: 4.8 / 5 (3297 votes) Downloads: 18657 ======================== Link👉Sql Command Cheat Sheet Pdf ======================== Today, QUERYING DATA FROM A TABLE. created by Tomi Mester. I originally created this cheat sheet for my SQL course and workshop participants.* But I have ided to open-source it and make SQL Cheat Sheet In this guide, you’ll find a useful cheat sheet that documents some of the more commonly used elements of SQL, and e...
2025-05-02
00 min
cohispithug1983
Sql Interview Questions For Experienced Pdf
File name: Sql Interview Questions For Experienced Pdf Rating: 4.7 / 5 (3678 votes) Downloads: 9047 ======================== Link👉Sql Interview Questions For Experienced Pdf ======================== QuestionShow the Number of Tasks by Task Type and Subtype Answer the following SQL query interview questions with reference to the above table: Write a SQL query to fetch the EmpFname in the upper case. If there arerecords in the Emp table andrecords in the Dept table, how many rows will be displayed in the...
2025-05-01
00 min
Data BS | A Podcast from CorrDyn
Enhancing Developer Efficiency with SQL Mesh | Featuring Toby Mao
In this episode of Data BS, host James Winegar and Toby Mao, CTO and co-founder of Tobiko Data, discuss the development of SQL Mesh, insights from Toby’s experiences at Netflix and Airbnb exploring the innovative features of SQL Mesh, and the ability to promote data transformations to production seamlessly. Join us for a great conversation about how Toby co-founded his company and what’s next for the future in SQL Mesh. Introduction to Tobiko and SQL MeshVirtual Data Environments and Instant DeploymentsIntroduction to SQL Mesh and CI/CD IntegrationSQL Glot: Standardizing SQL Across PlatformsType Annotations and...
2025-02-26
38 min
Dane Są Wszędzie
# 4 - Data Community Poland - SQL Day - Od przeszłości do najnowszej działalności - rozmowa z Hubertem Kobierzewskim
Cześć, Dzisiaj zapraszam do przesłuchania rozmowy z Hubertem Kobierzewskim, którego możesz kojarzyć w ramach działalności w Data Community Poland czy konferencji SQL Day. Wyszedł nam "kawał" ciekawej, podcastowej rozmowy. Od tego jak to wszystko się zaczęło i jak budowała się Społeczność, aż do dzisiejszej działalności Data Community Poland. Będzie trochę o SQL Dayu, w tym o nadchodzącej edycji 2025. Dowiesz się o kulisach, Gościach, o tym co zrobić, jeśli sądzisz, że masz ciekawy temat do zaprezentowania, wsparciu Wolontariuszy i nie tylko. Porozmawialiśmy też o działal...
2025-02-16
1h 01
Engineering Kiosk
#182 Happy Birthday SQL: 50 Jahre Abfragesprache
Über 50 Jahre Queries: Das relationale Datenbankmodell und die Sprache SQL haben Geburtstag!Relationale Datenbanken und die Abfragesprache SQL sind aus der modernen Welt nicht mehr wegzudenken. Egal ob du eine eigene Webseite mit WordPress betreibst, Business Intelligence Analysen für eine Versicherung machst oder die größte Oracle Datenbank der Welt betreibst - In allen Use Cases kommt das relationale Datenbankmodell und die Sprache SQL zum Einsatz.Und SQL ist bei weitem kein neuer heißer Scheiß. SQL ist inzwischen 50 Jahre alt und das relationale Datenbankmodell ist sogar noch 5 Jahre älter als SQL! Welche Technologie fällt d...
2025-02-11
1h 05
VMware Communities Roundtable
#713 - Disaster Recovery for MS SQL Server Workloads in VMware Cloud Foundation w/Deji Akomolafe
Topic: Disaster Recovery for MS SQL Server Workloads in VMware Cloud Foundation The Importance of a Reliable Disaster Recovery Plan "Deji, disaster recovery (DR) planning is often overlooked until an actual disaster occurs. Why is it particularly crucial for MS SQL Server workloads, and what are the most common mistakes enterprises make when it comes to protecting mission-critical databases?" VMware Live Recovery (VLR): Transforming Disaster Recovery in VCF "Let’s talk about VMware Live Recovery (VLR)—VMware’s solution for disaster recovery within VMware Cloud Foundation (VCF). Can you explain what VLR does and how it ensures a reliable, repeatable, and si...
2025-02-05
1h 03
TechCentral
TCS+ | Shifting Microsoft Azure SQL into overdrive
Microsoft Azure SQL is a fully managed and scalable cloud database service – and its myriad benefits mean your company should be considering it if it isn’t already using it. To unpack this in more detail, Preegan Chetty, Microsoft Azure product manager at First Distribution, and Silicon Overdrive Microsoft business executive Jody Roberts join TechCentral’s business technology show TCS+. In the episode, they unpack: • The relationship between First Distribution and Silicon Overdrive; • Silicon Overdrive’s market focus; • What Azure SQL is and how it’s helping companies with their digital transformation initiatives; • Why many South African...
2025-01-27
24 min
TechCentral (main feed)
TCS+ | Shifting Microsoft Azure SQL into overdrive
Microsoft Azure SQL is a fully managed and scalable cloud database service – and its myriad benefits mean your company should be considering it if it isn’t already using it. To unpack this in more detail, Preegan Chetty, Microsoft Azure product manager at First Distribution, and Silicon Overdrive Microsoft business executive Jody Roberts join TechCentral’s business technology show TCS+. In the episode, they unpack: • The relationship between First Distribution and Silicon Overdrive; • Silicon Overdrive’s market focus; • What Azure SQL is and how it’s helping companies with their digital transformation initiatives; • Why many South African...
2025-01-27
24 min
TechCentral
Shifting Microsoft Azure SQL into overdrive
Microsoft Azure SQL is a fully managed and scalable cloud database service – and its myriad benefits mean your company should be considering it if it isn’t already using it. To unpack this in more detail, Preegan Chetty, Microsoft Azure product manager at First Distribution, and Silicon Overdrive Microsoft business executive Jody Roberts join TechCentral’s business technology show TCS+. In the episode, they unpack: • The relationship between First Distribution and Silicon Overdrive; • Silicon Overdrive’s market focus; • What Azure SQL is and how it’s helping companies with their digital transformation initiatives; • Why many South African...
2025-01-27
24 min
TCS+
Shifting Microsoft Azure SQL into overdrive
Microsoft Azure SQL is a fully managed and scalable cloud database service – and its myriad benefits mean your company should be considering it if it isn’t already using it. To unpack this in more detail, Preegan Chetty, Microsoft Azure product manager at First Distribution, and Silicon Overdrive Microsoft business executive Jody Roberts join TechCentral’s business technology show TCS+. In the episode, they unpack: • The relationship between First Distribution and Silicon Overdrive; • Silicon Overdrive’s market focus; • What Azure SQL is and how it’s helping companies with their digital transformation initiatives; • Why many South African...
2025-01-27
24 min
Learn to Code in One Month
Top 6 Reasons to Learn SQL in 2025
SQL is the language of databases. In your career, if you plan to work with machine learning, artificial intelligence, build websites or apps or work with data analytics, you're going to need to know SQL. In this episode of the Learn to Code podcast I'm going to dive deep into the top 6 reasons why you should be learning SQL. I'll cover: * What is SQL? * How popular is SQL? * What famous websites use SQL? * SQL vs. Python? * Excel vs. SQL Databases 1. What's SQL? SQL is the language of databases. In you...
2024-12-28
18 min
DataFramed
Best of 2024: 50 Years of SQL with Don Chamberlin, Computer Scientist and Co-Inventor of SQL
As we look back at 2024, we're highlighting some of our favourite episodes of the year, and with 100 of them to choose from, it wasn't easy!The four guests we'll be recapping with are:Lea Pica - A celebrity in the data storytelling and visualisation space. Richie and Lea cover the full picture of data presentation, how to understand your audience, how to leverage hollywood storytelling and more. Out December 19.Alex Banks - Founder of Sunday Signal. Adel and Alex cover Alex’s journey into AI and what led him to create Sunday Signal, the potential of AI, p...
2024-12-26
36 min
Azure & DevOps Podcast
Bob Ward: SQL Server - Episode 321
Bob Ward is a Principal Architect for the Microsoft Azure Data team, which owns the development for Microsoft SQL Edge to Cloud. Bob has worked for Microsoft for 30-plus years on every version of SQL Server shipped from OS/2 1.1 to SQL Server 2022, including Azure SQL. Bob is a well-known speaker on SQL Server, Azure SQL, AI, and Microsoft Fabric, often presenting talks on new releases, internals, and specialized topics at events such as SQLBits, Microsoft Build, Microsoft Ignite, PASS Summit, DevIntersection, and VS Live. You can also learn Azure SQL from him on the popular series aka.ms/azuresql4...
2024-10-28
40 min
Tech Sessions
Ep. 8: Maximizing Efficiency: Cost Optimization through SQL Server Re-architecture on Google Cloud
In this episode of the Tech Sessions podcast, host Jeff Dickman sits down with Roy Douber, Senior Director of DevOps and Architecture at e360, to discuss SQL migrations, cost optimization, and performance improvements through SQL Server re-architecture on Google Cloud. Discover how e360 tackles large-scale SQL environments to deliver significant cost savings and enhanced performance for their clients.Topics Covered:Initial challenges and state analysis of the client's SQL environmentImplementing failover clustering and automation for improved performanceAchieving significant cost savings and operational efficienciesKey Takeaways:The importance of a thorough financial analysis alongside...
2024-10-23
42 min
Mavens of Data
Every Data Professional Needs To Learn SQL (w/ Thais Cooke)
SQL is one of the most widely used data analysis tools around, often discussed as a cornerstone for Data Analysis, Data Science, and Data Engineering careers. In this episode, Thais Cooke talks about how she leverages SQL in her role as a Data Analyst and shares practical tips you can use to take your SQL game to the next level. You’ll leave the show with an insider’s perspective on where SQL adds the most value, and where you should focus if you want to build SQL skills that will advance your career. W...
2024-10-18
53 min
SQL Server Radio
Episode 168 - New data types in SQL Server and a question about index fragmentation
Guy and Eitan discuss some interesting news from Microsoft regarding SQL Server, and also about the right way to handle index fragmentation. Relevant links: Resources from Microsoft: Preview release of SDK-style SQL projects in Visual Studio 2022 - Microsoft Community Hub Native JSON support now in preview in Azure SQL Managed Instance - Microsoft Community Hub EAP for Vector Support Refresh - Introducing Vector type - Azure SQL Devs’ Corner (microsoft.com) Calling external REST endpoints from Azure SQL Database | Microsoft Learn Index fragmentation: SQL Server Backup, Integrity Check, Index and Statistics Maintenance (hallengren.com) Should we do...
2024-10-14
32 min
SQL Data Partners Podcast
Episode 279: SQL Server Migrations Demystified
If you use SQL Server, you will eventually have to migrate that instance somewhere – to a new version, a new server, the cloud . . . somewhere. Or perhaps you'll find yourself migrating from another database into SQL Server. No matter which way you slice it, SQL Server migrations can be daunting, not to mention complex and time-consuming. While we know there are risks and many things that can go wrong, the "new" Microsoft continues to put time and effort towards making successful SQL Server migrations attainable for everyone. In this episode of the podcast, we ch...
2024-09-20
1h 03
SQL Data Partners Podcast
Episode 279: SQL Server Migrations Demystified
If you use SQL Server, you will eventually have to migrate that instance somewhere – to a new version, a new server, the cloud . . . somewhere. Or perhaps you'll find yourself migrating from another database into SQL Server. No matter which way you slice it, SQL Server migrations can be daunting, not to mention complex and time-consuming. While we know there are risks and many things that can go wrong, the "new" Microsoft continues to put time and effort towards making successful SQL Server migrations attainable for everyone. In this episode of the podcast, we ch...
2024-09-20
1h 03
Oracle University Podcast
Enhancements in SQL Plan Management, SecureFiles LOB Write Performance, and Column Width
Join Lois Houston and Nikita Abraham, along with Senior Principal Database & Security Instructor Ron Soltani, as they discuss how the new Automatic SQL Plan Management feature in Oracle Database 23ai improves performance consistency and simplifies management. Then, Senior Principal Database & MySQL Instructor Bill Millar shares insights into two new features: one that enhances SecureFiles LOB Write Performance, improving read and write speeds, and another that increases the column limit in a table to 4,096, making it easier to handle complex data. Oracle MyLearn: https://mylearn.oracle.com/ou/course/oracle-database-23ai-new-features-for-administrators/137192/207062 Oracle University Learning Community: https://education.oracle.com/ou-community LinkedIn: htt...
2024-09-17
17 min
Learn to Code in One Month
The Complete Guide to Learn SQL in Just 15 Minutes for Free
SQL is the language of databases, and SQL programmers are in high demand. This week, I want to share how to learn SQL for free — and in your spare time — during quarantine. All you need to get started is access to an MYSQL database, as well as some datasets to play around with. 1. Install a Database — If you want to learn SQL, you’re going to need a SQL database. One of the easiest ways to get a database is to register for a shared hosting account. If you go to hostgator.com and enter the code “onemonthco...
2024-08-01
12 min
Just Five Mins!
Episode 89 - MS-SQL Memory Optimised Tables
Memory-Optimized Tables, also known as In-Memory OLTP, were introduced in SQL Server 2014. This feature was further enhanced in subsequent versions of SQL Server, including SQL Server 2016, 2017, and in Azure. However, in Azure, they're only available in the Premium tier.Memory-Optimized Tables in SQL Server are a feature that provides significant performance improvements by storing table data in memory and optimizing data access. Here's an overview:* What are Memory-Optimized Tables? Memory-Optimized Tables are tables that have their data completely held in memory, eliminating disk access except for durability purposes. This allows SQL Server to redesign how...
2024-07-28
05 min
SQL Server Radio
Episode 165 - News in Azure SQL and Woes of Excel
Guy and Eitan discuss some important and interesting news from Microsoft about SQL Server, Straight Path Solutions publish 30 articles about SQL Server security checks, Guy talks about his experience with Excel, and Eitan is irritated about people still not doing SQL jobs correctly in AlwaysOn Availability Groups. Relevant links: SQLBits Free Videos - YouTube JSON data type (preview) - SQL Server | Microsoft Learn Efficient Time-Based Audit Log Filtering for Azure SQL Database - Microsoft Community Hub UNISTR and ANSI SQL concatenation operator (||) (microsoft.com) SQL Server on Azure VMs: I/O analysis (preview) - Microsoft Community H...
2024-07-08
38 min
SQL Data Partners Podcast
Episode 276: Dynamic SQL and Testing in Isolation
Listener beware! This episode is full of danger as we tackle an interesting use case for Dynamic SQL. Dynamic SQL generally has a bad reputation in SQL Server circles, and with good reason. Dynamic SQL can open the door to many undesirable results - SQL Injection attacks being the most frightening of these. It can also be difficult to read, making maintenance problematic; however, in this episode one brave soul - Marathon's own Laura Moss - explains how she uses Dynamic SQL to help refresh a subset of production data to be used in their development environments. You know...
2024-05-21
41 min
SQL Data Partners Podcast
Episode 276: Dynamic SQL and Testing in Isolation
Listener beware! This episode is full of danger as we tackle an interesting use case for Dynamic SQL. Dynamic SQL generally has a bad reputation in SQL Server circles, and with good reason. Dynamic SQL can open the door to many undesirable results - SQL Injection attacks being the most frightening of these. It can also be difficult to read, making maintenance problematic; however, in this episode one brave soul - Marathon's own Laura Moss - explains how she uses Dynamic SQL to help refresh a subset of production data to be used in their development environments. You know...
2024-05-21
41 min
RunAs Radio
SQL Server and AI with Muazma Zahid & Bob Ward
How does artificial intelligence fit in with SQL Server? At the Microsoft Fabric Conference in Las Vegas, Richard sat down with Muazma Fahid and Bob Ward to discuss the AI developments in SQL Server. Muazma talks about SQL Server as a crucial source of data for building machine learning models and the new features added to make SQL Server a key store for vector data and other elements of machine learning. There's also Copilot for Azure SQL Data to help with diagnostics in your databases and to use natural language to write queries - it SQL Server Natural Language...
2024-05-01
34 min
DataFramed
#200 50 Years of SQL with Don Chamberlin, Computer Scientist and Co-Inventor of SQL
Over the past 199 episodes of DataFramed, we’ve heard from people at the forefront of data and AI, and over the past year we’ve constantly looked ahead to the future AI might bring. But all of the technologies and ways of working we’ve witnessed have been built on foundations that were laid decades ago. For our 200th episode, we’re bringing you a special guest and taking a walk down memory lane—to the creation and development of one of the most popular programming languages in the world.Don Chamberlin is renowned as the co-inventor of SQL (St...
2024-04-22
36 min
Insights Tomorrow
Looking Back at the Evolution of SQL Server with Bob Ward
On today's episode of Insights Tomorrow, Patrick LeBlanc and Bob Ward, Principal Architect for Microsoft SQL, join the show to discuss Bob's career journey. Starting from his college days, working on C programming against mainframe databases, and later specializing in database products like Ingress and Oracle, Bob shares his transition to Microsoft. He details joining the technical support team for SQL Server when internet and email were absent, relying on phone and fax communication. The conversation delves into the challenges of transitioning from on-premises databases to SQL and VM in Azure. Bob and Patrick touch on performance concerns and...
2024-03-13
30 min
Insights Tomorrow
Looking Back at the Evolution of SQL Server with Bob Ward
On today's episode of Insights Tomorrow, Patrick LeBlanc and Bob Ward, Principal Architect for Microsoft SQL, join the show to discuss Bob's career journey. Starting from his college days, working on C programming against mainframe databases, and later specializing in database products like Ingress and Oracle, Bob shares his transition to Microsoft. He details joining the technical support team for SQL Server when internet and email were absent, relying on phone and fax communication. The conversation delves into the challenges of transitioning from on-premises databases to SQL and VM in Azure. Bob and Patrick touch on performance concerns and...
2024-03-13
30 min
Postgres FM
Modern SQL
Michael is joined by Markus Winand, creator of use-the-index-luke.com and modern-sql.com, and author of SQL Performance Explained, to discuss Modern SQL — what Markus means by it, why it's important, some benefits, some examples, and at least one phrase that should be on a t-shirt. Here are some links to things they mentioned:Modern SQL (site) https://modern-sql.comUse the index, Luke! (site) https://use-the-index-luke.comSQL Performance Explained (book) https://sql-performance-explained.comOur episode on NULLs https://postgres.fm/episodes/nulls-the-good-the-bad-the-ugly-and-the-unknownIS DISTINCT FROM (null-safe not equals comparison) https://modern-sql.com/caniuse/is-distinct-fromUNIQUE NULLS DISTINCT https://modern-sql.com...
2024-02-02
32 min
KajoData - Analiza danych dla każdego
SQL To Najważniejsza Technologia w IT | Dlaczego nauka SQLa jest taka ważna dla analityka | KajoData Podcast
Chcesz opanować SQLa: https://kajodata.com/kursy/kurs-sql-dla-poczatkujacych/ SQL, czyli Structured Query Language, mimo rosnącej popularności sztucznej inteligencji, nadal pozostaje jedną z najważniejszych technologii, które powinieneś znać, jeśli zamierzasz jakkolwiek pracować z danymi. Serce Baz Danych: Większość przedsiębiorstw na świecie korzysta z baz danych, które obsługują SQL. Wiedza o tym, jak z nich korzystać, otwiera drzwi do analizy i manipulacji ogromnych zbiorów danych w praktycznie każdej branży. Nie tylko do wyciągania danych: SQL pozwala nie tylko na pobieranie, ale także na dodawanie, aktualizację i usuwanie danych, co umożliwia pełn...
2023-12-15
17 min
Engineering Kiosk
#99 Modernes SQL ist mehr als SELECT * FROM - mit Markus Winand
SQL is Dead, Long Live SQL!Fast jede Applikation hat irgendeine Form von persistenter Datenhaltung. Oft in Form einer Datenbank. Der Platzhirsch bei Datenbanken sind Systeme, die sich mit der Structured Query Language (kurz SQL) abfragen lassen. MySQL, PostgreSQL, Oracle, MSSQL Server, sqlite, Google BigQuery und so weiter.Die coolen Kids haben vielleicht irgendeine Form von NoSQL-Datenbank im Einsatz. Aber auch da kommt man nicht um SQL herum.Für die meisten Entwickler*innen ist SQL ein alter Hut. SELECT * FROM Tabelle WHERE foo = bar GROUP BY id. Das haben wohl die meisten g...
2023-11-28
1h 19
Talking Postgres with Claire Giordano
Solving every data problem in SQL w/Dimitri Fontaine & Vik Fearing
Is being lazy a good reason to learn SQL? Dimitri Fontaine and Vik Fearing join Claire Giordano and Pino de Candia on the Path To Citus Con* podcast for developers who love Postgres—to discuss whether every data problem can be (or should be) solved in SQL. Have you tried to solve all the Advent of Code puzzles with SQL? Or written a book for application developers about The Art of PostgreSQL? Or tried to solve a murder mystery by running SQL queries? Regardless of whether you pronounce SQL as “sequel” or as “ess-cue-ell”, getting skilled at SQL is like going...
2023-11-03
1h 17
tanuliaphibook
READDOWNLOAD=$ Pro Full-Text Search in SQL Server 2008 (Expert's Voice in SQL Server) #PDF [Download]
**Download Pro Full-Text Search in SQL Server 2008 (Expert's Voice in SQL Server) Full Edition,Full Version,Full Book** by Michael G.H. Coles Reading Now at : https://happyreadingebook.club/?book=1430215941 OR DOWNLOAD EBOOK NOW! [PDF] Download READ/DOWNLOAD=$ Pro Full-Text Search in SQL Server 2008 (Expert's Voice in SQL Server) #PDF [] Ebook | READ ONLINE Download READ/DOWNLOAD=$ Pro Full-Text Search in SQL Server 2008 (Expert's Voice in SQL Server) #PDF [] read ebook online PDF EPUB KINDLE Download READ/DOWNLOAD=$ Pro Full-Text Search in SQL Server 2008...
2023-10-07
00 min
Люди и код
Введение в SQL: ACID, диалекты, отличия от NoSQL, главные достоинства и недостатки
Содержание выпуска — Что такое SQL: зачем и когда он появился, как развивался и какой он сегодня. — Какие принципы лежат в основе SQL и реляционных баз данных. Что такое декларативная парадигма программирования. — Что такое ACID. — Сильные и слабые стороны SQL. — Какие альтернативы и конкуренты существуют у SQL; — Какие диалекты, реализации SQL существуют, чем и насколько они отличаются друг от друга; — Что у SQL с интероперабельностью. Как он взаимодействует с другими языками. — Есть ли в SQL такое понятие как «линтер». Какой код на языке SQL можно назвать красивым, а какой некрасивым. — Какого размера программы пишут на SQL и насколько их корректно называть программами или скриптами. — Кто такой профессионал в языке SQL? Что он способен делать в отличие от простого пользователя. — Как у SQL обстоят дела с безопасностью. Какие ошибки чаще всего совершают разработчики. — Какими знаниями и навыками, помимо языка, должен обладать специалист по SQL. Кто такой идеальный SQL-щик. — В каких чатах и форумах искать ответы на вопросы. Какие книги читать, на какие каналы подписаться, как и где оттачивать навыки. Гость. Юрий Данилов. CEO в DynSphere, Data Quality Expert. В IT более 17 лет. Начинал системным администратором и DBA в телекоме, руководил командами сопровождения, разработки и DevOps. Участвовал в проектах Альфа-Банка, Сбертеха и Сбербанка. Полезные ссылки Учебные ресурсы: — Руководство по SQL с примерами и упражнениями https://www.w3schools.com/sql/— Раздел с задачами по SQL в Leetcode https://leetcode.com/problemset/database/— Тренажер Hackerrank https://www.hackerrank.com/domains/sql— Уроки SQL с задачами и решениями https://sqlzoo.net/— Песочница для выполнения SQL-запросов онлайн http://sqlfiddle.com/Бесплатные курсы: — https://html5css.ru/sql/default.php — https://sql-academy.org/ru/guide Форумы: — https://forums.mysql.com/ — https://forums.oracle.com/ — https://asktom.oracle.com/ — https://www.postgresql.org/community/ — https://techcommunity.microsoft.com/t5/sql-server/ct-p/SQL-Server Каналы: — https://postgresteam.slack.com — https://mysqlcommunity.slack.com/ Книги: — «Изучаем SQL», Алан Бьюли; — «SQL для чайников», Аллен Тейлор; — «SQL: быстрое погружение», Уолтер Шилдс; — «SQL за 10 минут», Бен Форта; — «SQL. Сборник рецептов», Энтони Молинаро. Предложить тему, стать гостем подкаста, похвалить или поругать выпуск: code.media@skillbox.ru, t.me/antoxa_s95 Стартовать в программировании вместе со Skillbox: skillbox.ru/code Подписывайтесь, ставьте лайки, делитесь с друзьями и оставляйте комментарии!
2023-09-20
1h 01
hickoytigkindle
R.E.A.D. [BOOK] SQL Pocket Guide: A Guide to SQL Usage {mobi/ePub}
**Download SQL Pocket Guide: A Guide to SQL Usage Full Edition,Full Version,Full Book** by Alice Zhao Reading Now at : https://happyreadingebook.club/?book=1492090409 OR DOWNLOAD EBOOK NOW! [PDF] Download R.E.A.D. [BOOK] SQL Pocket Guide: A Guide to SQL Usage {mobi/ePub} Ebook | READ ONLINE Download R.E.A.D. [BOOK] SQL Pocket Guide: A Guide to SQL Usage {mobi/ePub} read ebook online PDF EPUB KINDLE Download R.E.A.D. [BOOK] SQL Pocket Guide: A Guide to...
2023-09-06
00 min
hickoytigkindle
(Read) PDF SQL: 3 books 1 - The Ultimate Beginner, Intermediate & Expert Guides To Master SQL Programming Quickly with Practical Exercises [
] [PDF]
**Download SQL: 3 books 1 - The Ultimate Beginner, Intermediate & Expert Guides To Master SQL Programming Quickly with Practical Exercises Full Edition,Full Version,Full Book** by Mark Reed Reading Now at : https://happyreadingebook.club/?book= OR DOWNLOAD EBOOK NOW! [PDF] Download (Read) PDF SQL: 3 books 1 - The Ultimate Beginner, Intermediate & Expert Guides To Master SQL Programming Quickly with Practical Exercises [] [PDF] Ebook | READ ONLINE Download (Read) PDF SQL: 3 books 1 - The Ultimate Beginner, Intermediate & Expert Guides To Master SQL Programming Quickly with Practical Exercises...
2023-09-06
00 min
snowflerbook
{Kindle} SQL Pocket Guide A Guide to SQL Usage Free Book
**Download SQL Pocket Guide: A Guide to SQL Usage Full Edition,Full Version,Full Book** by Alice Zhao Reading Now at : https://happyreadingebook.club/?book=1492090409 OR DOWNLOAD EBOOK NOW! [PDF] Download {Kindle} SQL Pocket Guide: A Guide to SQL Usage Free Book Ebook | READ ONLINE Download {Kindle} SQL Pocket Guide: A Guide to SQL Usage Free Book read ebook online PDF EPUB KINDLE Download {Kindle} SQL Pocket Guide: A Guide to SQL Usage Free Book PDF - KINDLE - EPUB - MOBI...
2023-09-01
00 min
Klatsch无鸡之谈
043 锻炼编程脑:手把手教你令人上瘾的SQL学习法
大家好!这一期节目是真正的手把手,边录节目边装环境的那种。如果你需要快速上手SQL,或者很想通过一种浸润的方式获得“编程脑”,也就是俺们程序员的思考方式,那就来听听吧!1:30 学习SQL一点都不难,可以鼓励婆婆一起学(误!3:57 SQL是干嘛的?5:03 数据库是解决什么问题的?11:48 傻白认真地问:excel不行吗?13:30 0基础上手可能吗?14:18 SQL和其他变成语言的关系16:45 学习秘籍:学SQL就像选菜刀切菜!18:48《teach yourself SQL in 10 Minutes》/《SQL必知必会》22:20 第一步:下载软件 (学习过程的最大难点)>>>>>>> 划重点!此处应按下暂停,根据我们的安装提示开始打开链接。如果没有这个打算,建议直接跳到54分处,如果想感受傻白的痛苦,请继续→25:00 看说明书的能力!25:10 继续装34:59 继续装35:20 了解你安装了什么!36:18 继续装(数据库)51:09 继续装(进度条95%了!)>>>>>>> 搭环境过程结束!可以开始玩耍啦!55:25 第二步:终于可以拿出书来学习了!61:30 SQL真的很像excel啊63:48 有人愿意一起来学习这本书吗?附:安装方式下载并安装MySql Community Server和MySQL Workbench,创建schema下载路径:1)安装包:下载地址2)本书的schema文件及安装说明:地址 ,点击MySQL (and MariaDB) SQL scripts,里面的pdf是安装手册注意:1)MacOS不是最新版本的,点击Download Archives找到对应版本2)我安装的时候选了Legacy Encryption,如果选最新Encryption的话会无法连接
2023-09-01
1h 05
falenasvirzbook
[PDFBOOKE-PUBMobi] epub_$ Python Programming and SQL The Definitive Guide for Beginners to Learn Python and SQL in 7 Days with Step-by-Step Guidance and Hands-On Exercises [POPULAR]
**Download Python Programming and SQL: The Definitive Guide for Beginners to Learn Python and SQL in 7 Days with Step-by-Step Guidance and Hands-On Exercises Full Edition,Full Version,Full Book** by Philip Robbins Reading Now at : https://happyreadingebook.club/?book=B0BZ6MX1Q4 OR DOWNLOAD EBOOK NOW! [PDF] Download [PDF|BOOK|E-PUB|Mobi] epub_$ Python Programming and SQL: The Definitive Guide for Beginners to Learn Python and SQL in 7 Days with Step-by-Step Guidance and Hands-On Exercises [POPULAR] Ebook | READ ONLINE Download [PDF|BOOK...
2023-08-31
00 min
cellilanabook
ebooks SQL 3 books 1 - The Ultimate Beginner Intermediate & Expert Guides To Master SQL Programming Quickly with Practical Exercises [READ PDF] Kindle
**Download SQL: 3 books 1 - The Ultimate Beginner, Intermediate & Expert Guides To Master SQL Programming Quickly with Practical Exercises Full Edition,Full Version,Full Book** by Mark Reed Reading Now at : https://happyreadingebook.club/?book= OR DOWNLOAD EBOOK NOW! [PDF] Download ebooks | SQL: 3 books 1 - The Ultimate Beginner, Intermediate & Expert Guides To Master SQL Programming Quickly with Practical Exercises [READ PDF] Kindle Ebook | READ ONLINE Download ebooks | SQL: 3 books 1 - The Ultimate Beginner, Intermediate & Expert Guides To Master SQL Programming Quickly with Practical Exercises...
2023-08-30
00 min
shalienanread
$BOOK^ SQL QuickStart Guide The Simplified Beginner's Guide to Managing Analyzing and Manipulating Data With SQL (QuickStart Guidesâ„¢ - Technology) READ PDF EBOOK
**Download SQL QuickStart Guide: The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL (QuickStart Guidesâ„¢ - Technology) Full Edition,Full Version,Full Book** by Walter Shields Reading Now at : https://happyreadingebook.club/?book=1945051752 OR DOWNLOAD EBOOK NOW! [PDF] Download $BOOK^ SQL QuickStart Guide: The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL (QuickStart Guidesâ„¢ - Technology) READ PDF EBOOK Ebook | READ ONLINE Download $BOOK^ SQL QuickStart Guide: The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL...
2023-08-29
00 min
lunchebook
READDOWNLOAD) Python Programming and SQL The Definitive Guide for Beginners to Learn Python and SQL in 7 Days with Step-by-Step Guidance and Hands-On Exercises [txt] By Philip Robbins
Download Python Programming and SQL: The Definitive Guide for Beginners to Learn Python and SQL in 7 Days with Step-by-Step Guidance and Hands-On Exercises Full Edition,Full Version,Full Book by Philip Robbins Reading Now at : https://happyreadingebook.club/?book=B0BZ6MX1Q4 OR DOWNLOAD EBOOK NOW! [PDF] Download READ/DOWNLOAD*) Python Programming and SQL: The Definitive Guide for Beginners to Learn Python and SQL in 7 Days with Step-by-Step Guidance and Hands-On Exercises [txt] Ebook | READ ONLINE Download READ/DOWNLOAD*) Python Programming and SQL: The Definitive Guide for...
2023-06-27
00 min
Gerilla Karrier Podcast
Miért érdemes SQL-t és adatbázis-kezelést tanulnod? - Interjú Győri Györggyel - Gerilla Karrier Podcast
Ebben az epizódban Győri György, informatikai mérnök, tapasztalt SQL oktatóval beszélgetünk az SQL jelentőségéről és felhasználási területeiről. Kérdések, amelyeket az adásban érintünk: - Miért van ilyen nagy jelentősége az SQL-nek? - Milyen munkaterületeken használják? - Milyen pozíciókat tudsz SQL tudással megpályázni? - Mi a különbség az SQL és NoSQL (Not oly SQL) adatbázisok között? - Pontosan...
2023-06-15
38 min
Society Tech Brief By HackerNoon
How to Write Raw SQL Query Migration in Laravel
This story was originally published on HackerNoon at: https://hackernoon.com/how-to-write-raw-sql-query-migration-in-laravel. We have created a laravel package to keep the track of raw SQL migration using package Laravel raw sql query migration Check more stories related to society at: https://hackernoon.com/c/society. You can also check exclusive content about #migration, #write-sql-query, #laravel, #sql, #sql-beginner-tips, #writing-sql-queries, #sql-database, #software-engineering, and more. This story was written by: @readerstacks. Learn more about this writer by checking @readerstacks's about page, and for more stories, please visit hackernoon.com. We have created a laravel package to k...
2023-06-14
02 min
Podlodka Podcast
Podlodka #321 – SQL
SELECT * FROM Episodes WHERE YEAR(published_at) > 2022 Думаете это все, на что способен SQL? Антон Жиянов, энтузиаст SQLite, красочно объясняет, что это заблуждение! Этот 2-х часовой 😱 выпуск можно смело использовать при подготовке к собеседованию: мы подробно разобрали как базовые конструкции, так и расширенные и современные фичи SQL: массивы, графы, рекурсию и многое другое. Поговорили, как готовить SQL с заботой о быстродействии и безопасности ваших баз данных, а также окунулись в мир SQL для анализа данных. Партнер выпуска – международная продуктовая IT-компания Garage Eight, которая создает экосистемы финансовых сервисов. Подписывайся на телеграм канал команды: https://t.me/+869_wYo7Zn82NDAy, чтобы не пропустить полезные кейсы и свежие вакансии! Поддержи лучший подкаст про IT: www.patreon.com/podlodka Также ждем вас, ваши лайки, репосты и комменты в мессенджерах и соцсетях! Telegram-чат: https://t.me/podlodka Telegram-канал: https://t.me/podlodkanews Страница в Facebook: www.facebook.com/podlodkacast/ Twitter-аккаунт: https://twitter.com/PodlodkaPodcast Ведущие в выпуске: Катя Петрова, Стас Цыганов Полезные ссылки: Серия курсов Databases от Стенфорда (01, 02, 03, 04) https://www.edx.org/course/databases-5-sql https://www.edx.org/course/advanced-topics-in-sql https://www.edx.org/course/modeling-and-theory https://www.edx.org/course/olap-and-recursion Курс «Интерактивный тренажер по SQL» https://stepik.org/63054 Книга "Use the index, Luke!" https://use-the-index-luke.com/sql/preface Методичка "Practical SQL for Data Analysis" https://hakibenita.com/sql-for-data-analysis Серия статей и курс «Оконные функции SQL» https://antonz.ru/window-functions/ Онлайн SQL-песочница https://sqlime.org/ Антон Жиянов https://antonz.ru/
2023-05-23
2h 10
saraiboaib audiobook
Read Online SQL Pocket Guide A Guide to SQL Usage (kindle) Download
Download SQL Pocket Guide: A Guide to SQL Usage Full Edition,Full Version,Full Book by Alice Zhao Reading Now at : https://happyreadingebook.club/?book=1492090409 OR DOWNLOAD EBOOK NOW! [PDF] Download Read Online SQL Pocket Guide: A Guide to SQL Usage (kindle) Download Ebook | READ ONLINE Download Read Online SQL Pocket Guide: A Guide to SQL Usage (kindle) Download read ebook online PDF EPUB KINDLE Download Read Online SQL Pocket Guide: A Guide to SQL Usage (kindle) Download PDF - KINDLE - EPUB - MOBI - AUDIOBOOK
2023-04-15
00 min
aminadonad books
[W.O.R.D] Learning SQL Master SQL Fundamentals [read ebook]
Download Learning SQL: Master SQL Fundamentals Full Edition,Full Version,Full Book by Alan Beaulieu Reading Now at : https://happyreadingebook.club/?book=1492057614 OR DOWNLOAD EBOOK NOW! [PDF] Download [W.O.R.D] Learning SQL: Master SQL Fundamentals [read ebook] Ebook | READ ONLINE Download [W.O.R.D] Learning SQL: Master SQL Fundamentals [read ebook] read ebook online PDF EPUB KINDLE Download [W.O.R.D] Learning SQL: Master SQL Fundamentals [read ebook] PDF - KINDLE - EPUB - MOBI - AUDIOBOOK
2023-04-14
00 min
aminadonad books
#KINDLE$ SQL 3 books 1 - The Ultimate Beginner Intermediate & Expert Guides To Master SQL Programming Quickly with Practical Exercises download pdf online ebook
Download SQL: 3 books 1 - The Ultimate Beginner, Intermediate & Expert Guides To Master SQL Programming Quickly with Practical Exercises Full Edition,Full Version,Full Book by Mark Reed Reading Now at : https://happyreadingebook.club/?book= OR DOWNLOAD EBOOK NOW! [PDF] Download #KINDLE$ SQL: 3 books 1 - The Ultimate Beginner, Intermediate & Expert Guides To Master SQL Programming Quickly with Practical Exercises download pdf online ebook Ebook | READ ONLINE Download #KINDLE$ SQL: 3 books 1 - The Ultimate Beginner, Intermediate & Expert Guides To Master SQL Programming Quickly with Practical Exercises download pdf online ebook...
2023-04-14
00 min
luckypluc book
download ebook PDF EPUB Sql Guide (Quick Study SQL) {read online}
Download Sql Guide (Quick Study: SQL) Full Edition,Full Version,Full Book by NOT A BOOK Reading Now at : https://happyreadingebook.club/?book=1572229160 OR DOWNLOAD EBOOK NOW! [PDF] Download download ebook PDF EPUB Sql Guide (Quick Study: SQL) {read online} Ebook | READ ONLINE Download download ebook PDF EPUB Sql Guide (Quick Study: SQL) {read online} read ebook online PDF EPUB KINDLE Download download ebook PDF EPUB Sql Guide (Quick Study: SQL) {read online} PDF - KINDLE - EPUB - MOBI - AUDIOBOOK
2023-04-14
00 min
pearlpa library
^DOWNLOAD E.B.O.O.K.# SQL QuickStart Guide The Simplified Beginner's Guide to Managing Analyzing and Manipulating Data With SQL ReadOnline
Download SQL QuickStart Guide: The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL Full Edition,Full Version,Full Book by Walter Shields Reading Now at : https://happyreadingebook.club/?book=1945051752 OR DOWNLOAD EBOOK NOW! [PDF] Download ^DOWNLOAD E.B.O.O.K.# SQL QuickStart Guide: The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL ReadOnline Ebook | READ ONLINE Download ^DOWNLOAD E.B.O.O.K.# SQL QuickStart Guide: The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL ReadOnline read ebook...
2023-04-14
00 min
Feel: This Soul-Stirring Full Audiobook For Book-Lovers.
Learning SQL: Generate, Manipulate, and Retrieve Data, 3rd Edition by Alan Beaulieu
Please visithttps://thebookvoice.com/podcasts/1/audiobook/654776to listen full audiobooks. Title: Learning SQL: Generate, Manipulate, and Retrieve Data, 3rd Edition Author: Alan Beaulieu Narrator: Mike Chamberlain Format: Unabridged Audiobook Length: 7 hours 29 minutes Release date: March 21, 2023 Genres: Computers & Technology Publisher's Summary: As data floods into your company, you need to put it to work right away—and SQL is the best tool for the job. With the latest edition of this introductory guide, author Alan Beaulieu helps developers get up to speed with SQL fundamentals for writing database applications, performing administrative tasks, and generating reports. You'll find new chapters on SQL an...
2023-03-21
7h 29
Grab the Essential Full Audiobooks in Non-Fiction, Computers & Technology
Learning SQL: Generate, Manipulate, and Retrieve Data, 3rd Edition by Alan Beaulieu
Please visit https://thebookvoice.com/podcasts/1/audiobook/654776 to listen full audiobooks. Title: Learning SQL: Generate, Manipulate, and Retrieve Data, 3rd Edition Author: Alan Beaulieu Narrator: Mike Chamberlain Format: Unabridged Audiobook Length: 7 hours 29 minutes Release date: March 21, 2023 Genres: Computers & Technology Publisher's Summary: As data floods into your company, you need to put it to work right away—and SQL is the best tool for the job. With the latest edition of this introductory guide, author Alan Beaulieu helps developers get up to speed with SQL fundamentals for writing database applications, performing administrative tasks, and generating reports. You'll find new chapters on SQ...
2023-03-21
30 min
Grab the Essential Full Audiobooks in Non-Fiction, Computers & Technology
Learning SQL: Generate, Manipulate, and Retrieve Data, 3rd Edition by Alan Beaulieu
Please visithttps://thebookvoice.com/podcasts/1/audiobook/654776to listen full audiobooks. Title: Learning SQL: Generate, Manipulate, and Retrieve Data, 3rd Edition Author: Alan Beaulieu Narrator: Mike Chamberlain Format: Unabridged Audiobook Length: 7 hours 29 minutes Release date: March 21, 2023 Genres: Computers & Technology Publisher's Summary: As data floods into your company, you need to put it to work right away—and SQL is the best tool for the job. With the latest edition of this introductory guide, author Alan Beaulieu helps developers get up to speed with SQL fundamentals for writing database applications, performing administrative tasks, and generating reports. You'll find new chapters on SQL an...
2023-03-21
7h 29
Whiskey Web and Whatnot: Web Development, Neat
SQL vs NoSQL, Web Technologies, and Holiday Recap
If you’re like Robbie and you haven’t dug into SQL since college, learning the basics of SQL vs NoSQL is a great place to start. Working with data isn’t a part of every developer’s day-to-day, but it can’t hurt to understand the differences. NoSQL is gaining popularity among engineers because of the ease and flexibility of updating fields with new data. Some engineers prefer taking unstructured data and using a programming language they already know, like Python, to write their queries. SQL is far more structured and requires strict rules for writing queries. A...
2023-01-19
53 min
RunAs Radio
SQL Server 2022 Hybrid Data Platform with Bob Ward
What can SQL 2022 do for you? Richard chats with Bob Ward about the upcoming release of SQL Server 2022 and its evolution toward data anywhere. Bob talks about running SQL on edge devices, on-premises, in containers, virtual machines, and, of course, in the cloud. The management tools like Azure Arc make it easy to take care of all the places your SQL data can now live - and let you be the data administrator you can be! Check out Bob's latest book on SQL Server 2022 and all its hybrid data capabilities!Links:SQL Server 2022SQL Server 2022 RevealedMicrosoft...
2022-11-02
34 min
Engineering Kiosk
#41 SQL Injections - Ein unterschätztes Risiko
SQL Injections: Eine der weitverbreitetsten Sicherheitslücken im Web, auch im Jahr 2022Der Großteil aller Applikationen interagiert in irgendeiner Art und Weise mit einer Datenbank. Deswegen werden die meisten Entwicklerinnen und Entwickler bereits von der Sicherheitslücke "SQL Injection" gehört haben. Seit 24 Jahren ist dies eine der weitverbreitetsten Sicherheitslücken im Internet und es ist kein Ende in Sicht. Was ist eigentlich eine SQL-Injection im Detail? Welche verschiedenen Arten gibt es? Was ist der Grund, dass uns dieses Einfallstor so lange beschäftigt? Woher kommt diese und wer hat sie entdeckt? Wie kann man sich schütz...
2022-10-18
1h 08
SQL Server Radio
Episode 142 - What is Your Favorite Feature in SQL Server 2022?
Guy and Eitan discuss their favorite upcoming new features in SQL Server 2022, and talk about some major upcoming events and summits. Relevant links: SQL Server 2022 public preview is now available on Linux Introducing the SQL Server 2022 blog series by Bob Ward Contained Availability Groups in SQL Server 2022 | Eitan Blumin What is a contained availability group? | Microsoft Docs Erik Darling Blog series about Parameter Sensitive Plans XML Data Compression in SQL Server 2022 Link feature in Azure SQL MI for SQL Server Welcome to the new Azure SQL Database local development experience Planning new scenarios and use cases...
2022-07-11
36 min
RunAs Radio
SQL Q&A from SQL Server & Azure SQL Conference Spring 2022
In Las Vegas, once again, this is the Q&A session from the SQL Server & Azure SQL Conference in April 2022. Richard moderated questions and answers from SQL luminaries, including Bob Ward, Buck Woody, Pam Lahoud, Bradley Ball, Des Fitzgerald, Davide Mauri, Rie Merritt, and Kevin Farlee. The conversation ranges over Azure SQL migration, new features in SQL Server 2022, challenges in scaling, reliability, disaster recovery, and more!Links:SQL Server and Azure SQL ConferenceRecorded April 7, 2022
2022-05-18
48 min
Google Cloud Platform Podcast
SQL Commenter with Nimesh Bhagat and Morgan McLean
First time co-host Jan Kleinert joins Mark Mirchandani this week to talk about database observability and the cool tools that make it possible. Morgan McLean and Nimesh Bhagat describe database observability, which uses metrics, logs, and other tools to help users understand the health of your database. We talk about Object Relational Mappers and the challenges with using these for debugging database performance. SQL Commenter helps database observability in two ways: it is both a library and a standard, Nimesh tells us. He describes the process for us, detailing exactly how SQL Commenter effects projects. Recently, SQL...
2022-03-16
42 min
SQL Server Radio
Episode 135 - SQL Server 2022 and Friends
Guy and Eitan talk about the interesting new features announced in SQL Server 2022, a new sp_whoisactive version, and a bunch of Microsoft blog posts on Tech Community. Relevant links: SQL Server 2022: Announcing SQL Server 2022 preview: Azure-enabled with continued performance and security innovation Introducing SQL Server 2022 | Bob Ward Announcing the SQL Server 2022 Early Adoption Program SQL Server 2022 | Official Microsoft The new version of sp_whoisactive - v12.00 Extended Events to the Rescue - by Guy Glantser on SQLFriday New Microsoft support troubleshooting articles: SQL Server CE: Multiple single-column statistics SQL Server CE: Multiple single-column statistics connected...
2021-12-13
35 min
שיחות בין DBAs
פרק 141 - SQL 2022 - MuffinDB
גיא ואיתן מדברים על הגרסה החדשה של SQL Server 2022 והפיצ'רים החדשים בו (לא כולל מאפים), ועוד הרבה נושאים מעניינים נוספים. אה, וגם גיטהאב נופל לנו באמצע ההקלטה, אז זה כיף. קישורים רלוונטיים: SQL Server 2022: Announcing SQL Server 2022 preview: Azure-enabled with continued performance and security innovation Introducing SQL Server 2022 | Bob Ward Announcing the SQL Server 2022 Early Adoption Program SQL Server 2022 | Official Microsoft The new version of sp_whoisactive - v12.00 Latest Blog posts from Madeira Data Solutions: Azure Data Platform Roles | Maria Zakourdaev Create Availability group with Automatic / Manual seeding with different paths for data and log file | Reut Almog Talmi How To Tune Performance - by Sagi Amichai (Chapter 1) How To Tune Performance - by Sagi Amichai (Chapter 2) What are my @@OPTIONS? | Guy Glantser Madeira Toolbox Roundup: Determining the SET Options for the Current Session.sql PUBLIC role with excessive permissions.sql
2021-12-05
30 min
The Backup Wrap-Up
Mr. Backup and Mr. SQL argue over how to backup SQL Server
Ever had questions about SQL Server, Azure, SQL Server ON Azure, how to backup SQL Server, or how to backup Azure? This is the episode for you. Denny Cherry, a SQL Server and Azure specialist and author of seven books, talks to us about both of these technologies. Before talking about anything important, we tackle the mystery of how you pronounce Azure. Surprise! I was pronouncing it wrong, according to Denny, who talks to Microsoft people all the time. We first talk about performance tuning, and Denny explains some things that most DBAs can do to improve...
2021-11-15
55 min
Azure & DevOps Podcast
Bob Ward on SQL Edge to Cloud
This week, Jeffrey is joined by Bob Ward, a Principal Architect for the Microsoft Azure Data team. Bob has worked for Microsoft for 27+ years on every version of SQL Server shipped from OS/2 1.1 to SQL Server 2019, including Azure SQL. He is a well-known speaker on SQL Server and Azure SQL; often presenting talks on new releases, internals, and specialized topics. Additionally, he has a popular web series online, called “Azure SQL 4 Beginners.” In this episode, Bob speaks about SQL Edge to Cloud; from the overall vision to recent developments, and what to look forward to in th...
2021-10-11
39 min
Azure & DevOps Podcast
Azure SQL Database with Anna Hoffman
Today, Jeffrey is joined by Anna Hoffman; a Data & Applied Scientist and Program Manager on Microsoft's SQL Engineering team. Anna is also the host of the popular Azure SQL video show, Data Exposed, and a contributor to the recently published book, Practical Azure SQL Database for Modern Developers: Building Applications in the Microsoft Cloud. In this episode, Anna shares her insights and advice on Azure SQL Database. She speaks about the upcoming features and exciting news coming out of the Azure SQL space, why you may want to consider going serverless, how to get started w...
2021-09-28
34 min
Azure & DevOps Podcast
Data DevOps with the SQL Team
This week on the show, Jeffrey Palermo is joined by two special guests, Arvind Shyamsundar and Drew Skwiers-Koballa! Arvind Shyamsundar is a Principal Program Manager on the Azure SQL DB Product Management team at Microsoft. He works to enable customers, partners, and colleagues to excel at what they do best by harnessing the power of data, advanced analytics, and cloud services. Arvind has worked at Microsoft for the last 18 years and was previously a part of the AzureCAT/DataCAT/SQLCAT group within Azure, and prior to that, a Principal PPE with Microsoft Services. ...
2021-06-14
33 min
Ethical Hacking
What is Structured Query Language(SQL) Injection ?
hello everyone my name is vijay kumar Devireddy and i am glad to have you back on my episode 47 today we are discussing about SQL Injection.What is SQL?SQL, or Sequel, stands for the structured query language.And it's the way that a web application communicates to a database server to ask for information.Because this is the language used to communicate with the databases and the databases hold lotsof valuable information,this has become a popular target for attacks.This brings us to the concept of an SQL Injection,which is an attack consisting of the insertion o...
2021-06-04
11 min
Azure & DevOps Podcast
Davide Mauri on Azure SQL for Developers
This week on the podcast, Jeffrey is joined by Davide Mauri, a Program Manager in the Azure SQL Database product group at Microsoft. Davide has been working in the IT field since 1997 and was awarded Data Platform MVP status for 12 consecutive years. He started his career as a full-stack and back-end developer, then focused on databases and data science for 15 years while still keeping alive his passion for development (mainly in C# and Python). He then moved to the Internet of Things (IoT) and big data space. Building from that experience, he joined Microsoft to he...
2021-05-03
36 min
David Bombal
#281: SQL Injection
Daniel demonstrates SQL Injection using sqlmap. This is one of his favourite tools. Big thanks to ITPro.TV for sponsoring this video. In future videos, he will show us additional tools. ====== Menu: ====== SQL Injection Demo: 0:00 Daniel's top 5 hacking tools: 1:40 SQL Injection: sqlmap and DVWA: 2:31 Don't get shiny bracelets: 3:32 Start attack: 5:44 SQL tables: 8:00 SQL dump: 9:35 SQL Hashes: 9:45 DVWA explained: 12:40 sqlmap command: 15:27 url: 16:06 sqlmap uses the website: 17:34 Change URL to handle special characters: 19:21 cookies: 20:04 How to find cookies manually: 21:41 sqlmap switches dbs: 23:55 sqlmap tables: 26:30 sqlmap columns: 27:31 sqlmap dump: 28:29 Login as a user: 29:45 Why is it called sql injection: 30:41 Can you write to the database: 32:45 What do you want to s...
2021-05-03
41 min
Google Cloud Platform Podcast
Cloud SQL Insights with Nimesh Bhagat
This week on the podcast, Mark Mirchandani and Gabi Ferrara talk with Nimesh Bhagat about Cloud SQL Insights. This powerful tool enables developers to diagnose database issues for faster, smoother performance. Nimesh tells us the inspiration for Cloud SQL Insight’s development and describes its biggest benefits. One of the important aspects of Insights is the ability for developers to gain an application-centric view by allowing them to tag database queries with SQL comments. These tags are aggregated in Insights and give developers a visual of the database queries. Here, developers can see load patterns and use th...
2021-02-17
33 min
Intellipaat
SQL Developer Career Path and Job Opportunities
Intellipaat SQL training course: https://intellipaat.com/microsoft-sql-server-certification-training/ #SQLdeveloperCareer #CareerInSQL #SQLdeveloper #SQLtraining #SQLcourse #SQLcertification #SQLtutorial #Intellipaat Why should you opt for a SQL career? SQL optimization has always been a popular topic in database management. SQL Database optimization can be an extremely difficult task, in particular for large-scale data wherever a minute variation can result or impact drastically on the performance. So learning this skill will definitely help you grab the best jobs in top MNCs after finishing Intellipaat SQL online training. The entire Intellipaat SQL course is in line wi...
2020-11-13
17 min
RunAs Radio
Azure SQL Revealed with Bob Ward
Where did Azure SQL come from and where is it going? Richard chats with Bob Ward about his new book, Azure SQL Revealed. The conversation starts out at the beginning of SQL Server in the 90s, all the way to SQL 2005, when the first discussions of a database in the cloud happened at Microsoft. Bob talks about the early days of SQL Server for Windows Azure that eventually became Azure SQL. Today Azure SQL works from the simplest of SQL Server workloads to some of the biggest hundred terabyte hyperscale servers - have a read!Links:...
2020-11-11
35 min
Intellipaat
Learn SQL for Beginners
🔥Intellipaat SQL training: https://intellipaat.com/microsoft-sql-server-certification-training/ 👉In this SQL certification training session you will learn sql for beginners like what is sql, how to become a sql developer, skills required, various certifications available, job trends and salary a sql developer earns in detail. #MSSQL #SQLCertificationTraining #MSSQLCertificationTraining #LearnSQL #LearnSQLforBeginners #SQLCertificationCourse #WhatisSQL #SQLTraining, Why should you opt for a SQL career? SQL optimization has always been a popular topic in database management. SQL Database optimization can be an extremely difficult task, in particular for large-scale data wherever a minute variation can result or impa...
2020-11-06
22 min
Intellipaat
SQL vs MongoDB
🔥🔥🔥Intellipaat SQL training: https://intellipaat.com/microsoft-sql-server-certification-training/ 🔥🔥🔥Intellipaat MongoDB training: https://intellipaat.com/mongodb-training/ 🡆In this session on SQL vs MongoDB you will understand about the difference between these two and which one should you use for better performance. So in this MongoDB vs SQL comparison some important parameters have been taken into consideration to tell you the difference between SQL and MongoDB & also which one is preferred over the other in certain aspects in detail. #SQLvsMongoDB #MongoDBvsSQL #DifferencebetweenSQLandMongoDB #Intellipaat ⭐Why should you opt for a #SQL career? SQL optimization has always b...
2020-10-12
13 min
Intellipaat
SQL vs NoSQL
🔥🔥🔥Intellipaat SQL training: https://intellipaat.com/microsoft-sql-server-certification-training/ 🔥🔥🔥Intellipaat NoSQL training: https://intellipaat.com/nosql-cassandra-hbase-training/ 🡆In this session on SQL vs NoSQL you will understand about the difference between these two and which one should you use for better performance. So in this NoSQL vs SQL comparison some important parameters have been taken into consideration to tell you the difference between SQL and NoSQL & also which one is preferred over the other in certain aspects in detail. #SQLvsNoSQL #NoSQLvsSQL #DifferencebetweenSQLandNoSQL #Intellipaat Why should you opt for a SQL career? SQL optimization has always...
2020-10-07
17 min
Intellipaat
Difference between SQL and PL-SQL
Intellipaat SQL training: https://intellipaat.com/microsoft-sql-server-certification-training/ Intellipaat PL/SQL training: https://intellipaat.com/pl-sql-online-training/ In this session on SQL vs PL/SQL you will understand about the difference between these two and which one should you use for better performance. So in this PLSQL vs SQL comparison some important parameters have been taken into consideration to tell you the difference between SQL and PLSQL & also which one is preferred over the other in certain aspects in detail. #PLSQLvsSQL #DifferencebetweenSQLandPLSQL #SQLandPLSQL #Intellipaat #SQLvsPLSQL Intellipaat Edge 24*7 Life time Access & Support Flexible Cla...
2020-09-24
07 min
Data Points
4. Optimizing Your SQL Performance (Benjamin De Boe)
In this episode, we chat with Benjamin De Boe, product manager for data management and analytics, about optimizing the performance of your SQL queries in InterSystems IRIS. Benjamin will go over some of the most common issues that cause performance loss within your queries, the easiest ways to fix them, and some other items to look for in order to ensure your queries are healthy and efficient. For more information about Data Points, visit https://datapoints.intersystems.com. To try InterSystems IRIS today, head over to https://www.intersystems.com/try and launch your instance! You can find...
2020-02-24
15 min
DBA Genesis Audio Experience
SQL Profile vs SQL Plan Management | #dailyDBA 21
In this episode of daily DBA, I pick up 5 important DBA related questions and give my answers! Do not forget to checkout BONUS QUESTION at the end of the video! - Questions Picked-up For This Episode: ============================ 1. What is materilized view and how can I purge the MV logs? 2. If locks are coming and releasing itself within 2-3 seconds, in this situation what we can do in oracle so locks does not occur even for few seconds. 3. Hi Arun, what happens if password file is deleted from the...
2020-01-29
33 min
Gem FM
Gem FM 087 - SQL Live @ Loveland Festival
In 2015 Loveland asked SQL to play a three hour live set for their mighty Live stage alongside Kolsch, Gui Boratto, Extrawelt, Kollektiv Turmstrasse, Mathew Jonson and Arjuna Schiks. The first time SQL ever played a live set of this length (only his own music, played live) turned out perfectly. We uploaded the full three hour ride with lots of unreleased material from one of Gem's finest and most talented. TRACKLIST 1 SQL - Sound mental state (live improvised version) 2 Untangle AKA SQL - Postpone (unreleased) 3 SQL - Unreleased live jam with Anushri, Acidlab miami and U-he DIVA 4 Olaf Stuut & SQL...
2019-01-07
3h 00
Azure Lunch
Azure Lunch - SQL Heavy!
In this episode Daniel Larsen and Matt Simpson, Senior Technical Evangelists at Microsoft, go "SQL Heavy" with some of the SQL Server news from Ignite 2018, including Azure SQL Managed Instances, Azure SQL Hyperscale and SQL Server 2019! Show links: Microsoft NZ Partner Hub Cloud practice playbooks Use SQL Database Managed Instance with virtual networks and near 100% compatibility Announcing Azure SQL Database Hyperscale public preview Hyperscale service tier (preview) for up to 100 TB What's new in SQL Server 2019 Ignite 2018: Azure SQL Database Hyperscale (Video) Download the Microsoft SQL Server 2019 technical white paper Azure Lunch is a regular...
2018-10-17
19 min
IT-Berufe-Podcast
SQL-Aufgaben in der schriftlichen IHK-Prüfung – Anwendungsentwickler-Podcast #117
SQL-Aufgaben kommen in fast jeder schriftlichen IHK-Abschlussprüfung vor. Daher wird es Zeit, einmal detailliert über eine sinnvolle Vorgehensweise bei ihrer Beantwortung zu sprechen. Genau dieses Thema hat die einhundertsiebzehnte Episode des Anwendungsentwickler-Podcasts. Inhalt SQL-Aufgaben kommen in der Prüfung für Anwendungsentwickler eigentlich jedes Mal vor (in GA1). Aber auch in GA2 kommen durchaus häufiger SQL-Aufgaben zum Einsatz. Eine detaillierte Vorbereitung ist also für alle IT-Berufe zu empfehlen. Es gibt keine Ausrede, SQL nicht in- und auswendig zu kennen. Selbst wenn in fast jeder Prüfung ein Beiblatt mit der SQL-Syntax vorhanden ist, dauert das Nachschlagen viel zu lang...
2018-02-05
40 min
Grab Audiobook in Science & Technology, Technology
SQL: Create Your Own Database Fast! by Gary Mitnick | Free Audiobook
Listen to full audiobooks for free on :https://hotaudiobook.com/freeTitle: SQL: Create Your Own Database Fast! Author: Gary Mitnick Narrator: Sean Tivenan Format: Unabridged Length: 1 hr and 39 mins Language: English Release date: 11-04-17 Publisher: Gary Mitnick Genres: Science & Technology, Technology Summary: SQL (structure query language) is considered one of the most important programming languages available today. It is a language that is used to talk to databases. Whenever you want to search for something stored in a large library of information its most likely that the language will be SQL. SQL is used extensively since its relatively easy...
2017-11-04
1h 39
Get Legally New Releases of Full Audiobooks in Business, Career Skills Best Sellers
SQL Audiobook by Richard Dorsey
Visit https://hotaudiobook.cοm to download full audiobooks of your choice for free. Title: SQL Subtitle: Become a Master in SQL Author: Richard Dorsey Narrator: Eric Morrison Format: Unabridged Length: 1 hr and 24 mins Language: English Release date: 08-08-17 Publisher: Richard Dorsey Genres: Business, Career Skills Publisher's Summary: SQL is a program that is going to make it to where you can get the career of your dreams or even unlock doors that were previously closed. In learning SQL, you are going to realize that it is pretty simple, although, for a newcomer, it is going to seem like a...
2017-08-08
1h 24
The InfoQ Podcast
Architecting SQL Server on Linux: Slava Oks on Drawbridge, LibOS, & Addressing Between Windows/Linux
Wesley Reisz talks to Slava Oks, who has worked at Microsoft for over 20 years on flagship products, including SQL Server. He also led the kernel team who worked on the Midori operating system. More recently, he has worked on bringing SQL Server to Linux. Why listen to this podcast: - Microsoft SQL Server runs on Linux through a containerised approach called Drawbridge - Drawbridge implements a Linux loader and a minimal set of ABI calls to allow an in-process NT user mode kernel to run - SQL Server runs on top of a SQL platform layer (called SQL OS) that...
2017-02-24
30 min
Sounds of SQL
Mr Whittles talks about presentations
In this podcast Richard Douglas and I talk to Alex Whittles about presenting. How and why he started presenting. He is the owner of Purple Frog – a SQL Server/ BI Consulancy. He’s a Microsoft MVP (Most Valued Professional) and on the
2016-04-22
00 min
Sounds of SQL
Mr Douglas talks about presentations
In this podcast I talk to Richard about presenting. How he got into presenting, how he wanted to be a teacher and more. How he gets his crazy ideas from watching movies. Abstract writing using the resources from SQL PASS Speaker Resources pages, how to put people off coming to your session and getting the level right and more.....
2016-03-20
00 min
Sounds of SQL
5 minutes with David Williams [Found]
This is a podcast I recorded a long time ago, in fact its one of the first. I thought I'd lost it, I found it down the back of the sofa (with Gavin's) In this 5 minutes with David tell us about his SQL 2014 presentation..
2015-05-12
00 min
Sounds of SQL
5 Minutes with Anthony Saxby
In this 5 minutes with Anthony Saxby, we talk about his involvement in SQL Relay and the SQL community in general. This was recorded at SQL Relay in London Anthony Saxby Anthony leads the Microsoft Data platform business helping Microsoft
2015-02-09
00 min
Sounds of SQL
5 Minutes with Brent Ozar
In this 5 Minutes with … Brent Ozar We talk about SQL 2014, the Blitz scripts, health checks, conferences, SQLBits , Dr Horrible and advice for conference first timers… Best quote from Brent: “Everyone is awkward” Check out Brent’s Bio. WEBSITE | TWITTER | BLOG
2015-01-28
00 min
Sounds of SQL
5 Minutes with Jamie Thomson
In this 5 minutes with… Jamie Thomson. We talk about moving from 1 hour presentations to full day presentations. If you are interested in attending Jamie’s two day “Introduction to SQL Server Data Tools” on the 23rd/24th of February, use the
2015-01-20
00 min