AI in the Boardroom: Turning Data into Strategic Insights
Data ArchitectureMicrosoft Entra Authentication: A Superior Alternative to SQL Server Authentication
Data ArchitectureMachine Learning for Operational Efficiency
Data ArchitectureFabric Lakehouse Schemas: Your Data’s New Best Friend
Cloud, Data ArchitectureSQL Server Performance Tuning: No Consultant Required
Data ArchitectureWhy Adopting a Modern Data Warehouse Makes Business Sense
Data ArchitectureValidating Your SQL Server Backups Made Easy!
Data ArchitectureData Engineering with Notebooks in Seven Minutes
Data ArchitectureMicrosoft Fabric Overview in Five Minutes
Data ArchitectureProcure SQL’s Weekly Digest – February 28, 2024!
NewsletterProcure SQL’s Weekly Digest – February 21, 2024!
NewsletterProcure SQL’s Weekly Digest – February 14, 2024!
NewsletterProcure SQL’s Weekly Digest – February 7, 2024!
NewsletterProcure SQL’s Weekly Digest – January 31, 2024!
NewsletterProcure SQL’s Weekly Digest – January 24, 2024!
NewsletterProcure SQL’s Weekly Digest – January 17, 2024!
NewsletterProcure SQL’s Weekly Digest – January 10, 2024!
NewsletterProcure SQL’s Weekly Digest – January 3rd, 2024!
NewsletterSQL Saturday Austin, Texas – Free SQL Training
Announcements, EducationSQL Server 2022 What is New?
Announcements, Performance TuningIt’s official
AnnouncementsSeptember 2018 Training Opportunities
Announcements, Community, EducationSQL Saturday Houston 2018
Announcements, Community, Education, GeneralProcure SQL welcomes Jay Falck!
AnnouncementsCome See Us at Houston TechFest 2017!
Announcements, CommunitySpeaking at Microsoft Ignite 2017
Announcements, CommunityAngela Tidwell is our Marketing Database Administrator
AnnouncementsFabric Lakehouse Schemas: Your Data’s New Best Friend
Cloud, Data ArchitectureAzure VMs – How To Go Green
CloudReplay in the Cloud
Cloud, Data Architecture, Performance TuningImport Databases to Azure SQL Database
Cloud, Data Architecture, Data IntergrationDoes Automation Kill the DBA “Store”?
Cloud, CommunityAustin Texas SQL Saturday was a Success!
CommunitySQL Saturday Jacksonville Sponsors
CommunityGetting Started with SQL Server Performance Tuning
CommunitySeptember 2018 Training Opportunities
Announcements, Community, EducationSQL Saturday Houston 2018
Announcements, Community, Education, GeneralFour Tips for Entry-Level and Experienced IT Professionals
CommunityMy SQL Saturday Firsts
CommunityThe Importance of SQL Saturdays
Community, DBA 101, EducationFree SQL Education!
Community, Education, UncategorizedBenchmarking Queries with SentryOne Plan Explorer
DBA 101, Performance TuningDo I Need to Backup System Databases?
DBA 101, Disaster Recovery or High Availability, Health ChecksWhat is RPO/RTO?
DBA 101, Disaster Recovery or High AvailabilityDoes Your Database Have any Integrity?
DBA 101, Disaster Recovery or High Availability, Health Checks, UncategorizedDeep Dive into Bulk Logged Recovery Model
DBA 101, Disaster Recovery or High AvailabilityDemystifying System Databases
DBA 101, Design, Disaster Recovery or High AvailabilityThe Importance of SQL Saturdays
Community, DBA 101, EducationValidating SQL Server Backups
DBA 101, Disaster Recovery or High AvailabilitySQL Server Recovery Models
DBA 101, Disaster Recovery or High Availability, EducationSQL Saturday Houston 2018
Announcements, Community, Education, GeneralSQL Saturday Chicago
General, Performance TuningFinding Top Offenders with Extended Events
General, Performance TuningDo I Need to Backup System Databases?
DBA 101, Disaster Recovery or High Availability, Health ChecksDoes Your Database Have any Integrity?
DBA 101, Disaster Recovery or High Availability, Health Checks, UncategorizedFinding Query Anti-Patterns in Your Developer’s Queries
Performance TuningTuning Update Statement with SQL Server
Disaster Recovery or High Availability, Performance TuningYou are out doing your scheduled sweeps of the environment and you notice a huge I/O consumer is one of your update procedures. Your initial thought may be to panic because how can you test data that is changing? You have several methods to tuning queries that adjust data that allow data to revert between […]
The post Tuning Basics – Updating an Update appeared first on dbWonderKid.
SQL Server 2022 What is New?
Announcements, Performance TuningClustered Index vs Heap
Clustered index, heap, Performance TuningReplay in the Cloud
Cloud, Data Architecture, Performance TuningBenchmarking Queries with SentryOne Plan Explorer
DBA 101, Performance TuningQuery Store for Workload Replays
Data Architecture, Performance Tuning5 Game Changers with SQL Server 2019
Data Architecture, Performance TuningClustered Index vs Heap
Clustered index, heap, Performance TuningPower BI: Discover What License Is Best for Your Money
ReportingQuery Store 101
sql server 101Today I heard a great analogy, and it inspired this post. Execution plans are like flight plans, there are multiple flight paths that can be taken to get from where you are to your ultimate destination. Some plans are more efficient than others, and we want to use those whenever possible. How can I make […]
The post Query Store 101 appeared first on dbWonderKid.
AI in the Boardroom: Turning Data into Strategic Insights
Data ArchitectureMicrosoft Entra Authentication: A Superior Alternative to SQL Server Authentication
Data ArchitectureMachine Learning for Operational Efficiency
Data ArchitectureFabric Lakehouse Schemas: Your Data’s New Best Friend
Cloud, Data ArchitectureSQL Server Performance Tuning: No Consultant Required
Data ArchitectureWhy Adopting a Modern Data Warehouse Makes Business Sense
Data ArchitectureEnable Multi-Factor Authentication, Please!
AdviceValidating Your SQL Server Backups Made Easy!
Data ArchitectureGrowing New Speakers T-SQL Tuesday #84
The BlogEnable Multi-Factor Authentication, Please!
AdviceFive Tips for Working Remotely
Advice, EducationJohn Sterrett: A Microsoft Data Platform MVP
AwardsClustered Index vs Heap
Clustered index, heap, Performance TuningSQL Saturday Austin, Texas – Free SQL Training
Announcements, EducationFive Tips for Working Remotely
Advice, EducationSeptember 2018 Training Opportunities
Announcements, Community, EducationSQL Saturday Houston 2018
Announcements, Community, Education, GeneralThe Importance of SQL Saturdays
Community, DBA 101, EducationFree SQL Education!
Community, Education, UncategorizedSQL Server Recovery Models
DBA 101, Disaster Recovery or High Availability, EducationA Beginner’s Guide to SQL Server Backups
DBA 101, Disaster Recovery or High Availability, EducationBuilding Your First Always On Availability Group
Disaster Recovery or High Availability, EducationAI in the Boardroom: Turning Data into Strategic Insights
Data ArchitectureMicrosoft Entra Authentication: A Superior Alternative to SQL Server Authentication
Data ArchitectureMachine Learning for Operational Efficiency
Data ArchitectureFabric Lakehouse Schemas: Your Data’s New Best Friend
Cloud, Data ArchitectureSQL Server Performance Tuning: No Consultant Required
Data ArchitectureWhy Adopting a Modern Data Warehouse Makes Business Sense
Data ArchitectureEnable Multi-Factor Authentication, Please!
AdviceValidating Your SQL Server Backups Made Easy!
Data ArchitectureQUOTED IDENTIFIER Set Incorrectly?!
DesignSo What Is Going On? I recently ran into an issue when I set up a job to collect information from an extended event. I wanted to write that to a table in my scratch DBA database. This allowed the customer and I to slice and dice data with ease. This seemed easy enough. I […]
The post QUOTED_IDENTIFIER Set Incorrectly?! appeared first on dbWonderKid.
Where did my string or binary data get truncated?
Data Architecture, DesignDemystifying System Databases
DBA 101, Design, Disaster Recovery or High AvailabilityIs external governance coming to SQL Server 2022?!?!
FeaturesImport Databases to Azure SQL Database
Cloud, Data Architecture, Data IntergrationNewsletter Signup
Thank you for Signing Up |
Blog Categories
Tags
Archives
- November 2024
- October 2024
- September 2024
- August 2024
- July 2024
- June 2024
- May 2024
- February 2024
- January 2024
- November 2023
- October 2023
- March 2023
- January 2023
- May 2022
- April 2022
- November 2021
- October 2021
- September 2020
- August 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- September 2019
- July 2019
- April 2019
- November 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- November 2017
- October 2017
- August 2017
- July 2017
- June 2017
- April 2017
- December 2016
- November 2016
- October 2016
- July 2016