SQLServer Just tweeted ********************************************** Tune in to Data Exposed: MVP Edition with @AnalyticAnna, where @sqldbawithbeard discusses Jupyter Notebooks in relation to PowerShell and how they could help with incident resolution in daily work life. Watch: https://t.co/5bALQrx4bM #SQLServer https://t.co/ahAODrGvuB
YouTube
How to Use .NET Interactive Jupyter Notebooks in Daily Work-Life | Data Exposed: MVP Edition
Jupyter Notebooks are best known as tools for Data Scientists to display Python, Spark or R scripts. A Jupyter Notebook enables you to share words, images, code AND code results. .NET interactive Jupyter notebooks add c sharp, f sharp and PowerShell core…
SQLServer Just tweeted ********************************************** @brunovmondragon Thanks for sending these, Bruno! v17 of SSMS no longer receives updates and does not officially support SQL Server 2019. We are glad to hear it worked out with v18.6.
SQLServer Just tweeted ********************************************** @Ko_Ver Hi Koen. In order to enable SSIS catalog to support AlwaysOn, please follow this document: https://t.co/AFOHVLhSR5. (1/3)
Docs
SSIS Catalog - SQL Server Integration Services (SSIS)
SQLServer Just tweeted ********************************************** @Ko_Ver After the SSIS catalog is enabled to support AlwaysOn, after failover, the original package execution will go to terminate status and you can manually start a new execution of this package on the new primary node then. (2/3)
SQLServer Just tweeted ********************************************** @Ko_Ver In order to make the new primary node auto detect this kind of failover, you can create a new SQL agent job to check the status in AlwaysOn database and trigger a new package execution once detect a failover happens. We hope this helps! (3/3)
SQLServer Just tweeted ********************************************** In this episode of Data Exposed: MVP Edition, @AnalyticAnna and @sqlrus discuss resumable indexes in #SQLServer 2019. Learn how this feature can be seamlessly applied to your environment. Watch: https://t.co/gWTKijsvC4 https://t.co/QMXVZWcSmp
YouTube
How Resumable Indexes in SQL Server 2019 Makes Your Job Easier | Data Exposed: MVP Edition
Microsoft continues to push the envelope on feature capabilities with every release of SQL Server. One of the more prominent features that was released with Microsoft SQL Server 2019, is the ability to resume or throttle certain index operations. Have you…
SQLServer Just tweeted ********************************************** RT @Azure: Learn about the #AzureSQL team’s latest learning tools to help reduce the global technology skills gap. Read the blog post from Gayle Sheppard: https://t.co/MHvuIwa9dE https://t.co/o3AGMEKr0t
Microsoft
New Azure SQL Learning Tools help reduce the global technology skil...
Across Microsoft, we are helping a new generation of technology workers develop the right level of skills. Recently, Microsoft announced the availability of new virtual learning programs. These pro...
SQLServer Just tweeted ********************************************** RT @sqlpass: Join @patrickdba, @thepowerbiqueen, and @KillaDBA on August 20 at 16:00 UTC for Diversity in Data, a panel discussion centered around the experiences of black #sqlpass community members and how to create a more inclusive and diverse #data industry: https://t.co/J9GlBpzsKG https://t.co/7rOLxJ9upB
SQLServer Just tweeted ********************************************** Start researching your path to the #cloud and learn about cost-saving migration strategies. Get the white paper: https://t.co/1iHFPB94Eh #AzureSQL
Microsoft
Choosing Your Database Migration Path to Azure
Boost security and cut costs by migrating your SQL Server workloads to the cloud with Azure. Read the white paper, Choosing Your Database Migration Path to Azure, for guidance on moving your on-pre...
SQLServer Just tweeted ********************************************** On this episode of Data Exposed, @AnalyticAnna and @bobwardms announce the #AzureSQL training tools they've been working on! Tune in 📺: https://t.co/nWyqV44Q2y #SQLServer https://t.co/Ci1yCxt1nO
YouTube
Learning How to Transition Your SQL Server Skills to Azure SQL | Data Exposed
Are you interested in learning how to translate your existing SQL Server expertise to Azure SQL including Azure SQL Database and Azure SQL Managed Instance? In this episode, Bob Ward, Anna Hoffman, and Marisa Brasile announce all-new content on YouTube, Github…
SQLServer Just tweeted ********************************************** Analyze data any way you want—all within a single, efficient workspace. This guide demonstrates how easy it is to use your preferred code to analyze data with #AzureSynapseAnalytics. Download it here: https://t.co/8TBG8OxNH1
SQLServer Just tweeted ********************************************** RT @Azure: Learn more about SQL Server #BigDataClusters, a #CloudNative platform that unites #SQLServer with Apache Spark to deliver the best data analytics and machine learning experience: https://t.co/W6aayyG9Xm
Azure SQL Devs’ Corner
Developing in the cloud with SQL Server Big Data Clusters: Getting Started | Azure SQL Devs’ Corner
A developer's introduction to learn how to leverage SQL Server Big Data Cluster in the cloud using it to access any data anywhere
SQLServer Just tweeted ********************************************** #PASSsummit 2020 has gone Virtual! Learn about the Virtual Summit Packages with over 200 hours of expert-led content, on-demand access, and PASS networking opportunities. Register here: https://t.co/nPysGUdZdk #SQLServer https://t.co/ar0quKJ87X
SQLServer Just tweeted ********************************************** @pim_brouwers Patrick Star is us reading this tweet. 😍 We are flattered, Pim! Thanks for being such a loyal user. 💗 https://t.co/0MjLmQLKiS
Twitter
Microsoft SQL Server
@pim_brouwers Patrick Star is us reading this tweet. 😍 We are flattered, Pim! Thanks for being such a loyal user. 💗 https://t.co/0MjLmQLKiS
SQLServer Just tweeted ********************************************** @delainasepko That's awesome, Delaina! Keep rocking, and we'd love an update on how you use #SQLServer next. 🙂 🎶
SQLServer Just tweeted ********************************************** Join Microsoft and Redgate for a conversation about #SQLServer and Azure DevOps on August 26 starting at 10:00 PM PT. Register here: https://t.co/MlIFgQmpgF
Red-Gate
Redgate Streamed
SQLServer Just tweeted ********************************************** RT @msdev: Walk through how to develop and deploy apps to #SQLServer #BigDataClusters (BDC) and learn about the benefits of using BDC with #Kubernetes: https://t.co/Ev3uH8UBF0
Azure SQL Devs’ Corner
Developing in the cloud with SQL Server Big Data Clusters: Develop and Deploy Apps | Azure SQL Devs’ Corner
A developer's introduction to learn how to leverage SQL Server Big Data Cluster in the cloud using it to access any data anywhere
SQLServer Just tweeted ********************************************** @SidChilders Hi Sid! We'd be happy to help. Do you mind clarifying what you mean by "run SQL create database scripts on it" so we can look into this?
SQLServer Just tweeted ********************************************** @SidChilders We are happy to hear the issue was resolved! Feel free to reach out in the future with any other questions. 🙂
SQLServer Just tweeted ********************************************** In this episode of Data Exposed, learn about what UDFs are and how they can improve performance without changes to code. Watch: https://t.co/Q8BG9jGO1b #SQLServer https://t.co/KfBzTUhAj8
YouTube
SQL Server 2019 Improves Scalar UDF Performance | Data Exposed: MVP Edition
Microsoft added several features to SQL Server 2019 that can improve performance without changes to code. One of these is T-SQL Scalar UDF Inlining. The use of UDFs is a red flag when tuning queries, but, in some cases, the engine will treat these as if the…