Moving from Hosted XML process to Inheritance process – Private Preview
VSTS provides two process customization models, Hosted XML and Inheritance. Hosted XML was designed to allow your customizations to come with you when migrating from TFS. The Inheritance process model...
View ArticlePredicate Pushdown and why should I care?
If you follow this blog, you know that in the last couple years, we have been adding more information to showplan, to make it a one-stop-shop for all your query performance troubleshooting insights....
View ArticleTop Stories from the Microsoft DevOps Community – 2018.07.06
Here's a quick look at the news around Microsoft DevOps — this week we've got a lot of great guidance around version control, Database DevOps, and deployments, plus some new software, including a Power...
View ArticleReleased: Update to Microsoft OLE DB Driver for SQL Server
We are pleased to announce the release of version 18.1 of Microsoft OLE DB Driver for SQL Server! This release contains a couple of updates to the previous release: Features added: Support for...
View ArticleMSVC Preprocessor Progress towards Conformance
Why re-write the preprocessor? Recently, we published a blog post on C++ conformance completion. As mentioned in the blog post, the preprocessor in MSVC is currently getting an overhaul. We are doing...
View ArticleExperiencing Data Access Issue in Azure Portal issue in Azure Portal for Many...
Final Update: Saturday, 07 July 2018 09:03 UTCWe've confirmed that all systems are back to normal with no customer impact as of 07/07, 08:15 UTC. Our logs show the incident started on 07/07, 07:55 UTC...
View ArticleFrequently Asked Questions for PSSDiag Collection (PSSDiag收集常見問題)
Frequently Asked Questions for PSSDiag Collection (PSSDiag收集常見問題) Q1.如果你的SQL Server是在Windows 2016環境,請先安裝.NET Framework 3.5 (include .NET 2.0 and 3.0),不然會出現錯誤,無法收集 Q2.如果出現這個錯誤 SQLDIAG There are no...
View ArticleNew GitHub repository for Open source C# utilities and concurrent lock...
It's been a while that I wanted to share some generic purpose utility classes and C# patterns back to the software engineering community. And today I finally got my act together and started this new...
View Article如何 列出 SQL Server 資料庫 的使用者權限
情境: 列出資料庫使用者權限清單 語法: USE <Database Name> GO DECLARE @Obj VARCHAR(4000) DECLARE @T_Obj TABLE (UserName SYSNAME, ObjectName SYSNAME, Permission NVARCHAR(128)) SET @Obj=' SELECT Us.name AS username,...
View Article使用 lock 取代 MethodImplOptions.Synchronized
情境: ASP.NET 的網站忽然某一個功能會出現 System.Threading.SynchronizationLockException 其它都是正常. 錯誤訊息: System.Threading.SynchronizationLockException: Object synchronization method was called from an unsynchronized...
View ArticleExperiencing Data Access Issue in Azure Portal issue in Azure Portal for Many...
Final Update: Sunday, 08 July 2018 07:57 UTCWe've confirmed that all systems are back to normal with no customer impact as of 07/08, 07:15 UTC. Our logs show the incident started on 07/08, 07:00 UTC...
View ArticleUse the Maintenance Plan Wizard (使用維護計畫精靈)
Use the Maintenance Plan Wizard (使用維護計畫精靈) 1.使用SSMS連線到SQL Server,在SQL Server Instance>管理>維護計畫,按下右鍵,選擇[維護計畫精靈] 2.設定排程,建議在離峰時間執行,例如01:00,最少可以每周執行一次。 3.選擇需要定期執行的工作...
View ArticleWindows 10 でトースト通知が表示されないことがある
こんにちは、Platform SDK (Windows SDK) サポートチームです。 今回は、Windows 10 においてトースト通知が表示されない現象についてご案内します。 現象 Windows 10 上で動作するアプリケーションから API 等を用いてトースト通知しても、稀に期待したタイミングで表示されない場合があります。 背景 Windows 8...
View ArticleNext on the Menu – a reusable pattern for parsing Xevent data
In this SQL Snacks™ I will demonstrate a simple, three step process for writing a Transact-SQL script that can parse your Extended Event Session data. Then, in the upcoming SQL Snacks™ I will examine...
View ArticleCumulative Update 07 for Microsoft Dynamics NAV 2018 has been released
Cumulative Update 07 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2018. The cumulative update is intended mainly for...
View ArticleCumulative Update 20 for Microsoft Dynamics NAV 2017 has been released
Cumulative Update 20 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2017. The cumulative update is intended mainly for...
View ArticleCumulative Update 33 for Microsoft Dynamics NAV 2016 has been released
Cumulative Update 33 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2016. The cumulative update is intended mainly for...
View ArticleCumulative Update 45 for Microsoft Dynamics NAV 2015 has been released
Cumulative Update 45 includes all application and platform hotfixes and regulatory features that have been released for Microsoft Dynamics NAV 2015. The cumulative update is intended mainly for...
View ArticleStream Analytics Tips –配列で送られてきたデータの統計処理
メモ的に。 例えば、 {"timestamp":"2018-07-09T15:15:06","items":[ {"uid":"097e3730-7f9e-45df-8473-7d029da18d07","tick":636667461063351598,"x":0.27201866510883843,"y":2.9749924982781488},...
View ArticleSystem.IO.Pipelines: High performance IO in .NET
System.IO.Pipelines is a new library that is designed to make it easier to do high performance IO in .NET. It's a library targeting .NET Standard that works on all .NET implementations. Pipelines was...
View Article