-Поиск по дневнику

Поиск сообщений в rss_sqlserver_storage_engine

 -Подписка по e-mail

 

 -Постоянные читатели

 -Статистика

Статистика LiveInternet.ru: показано количество хитов и посетителей
Создан: 08.06.2006
Записей:
Комментариев:
Написано: 0




This is the blog of the engineering team managing and developing the Database Engine for SQL Server and Azure SQL Database


Добавить любой RSS - источник (включая журнал LiveJournal) в свою ленту друзей вы можете на странице синдикации.

Исходная информация - http://blogs.msdn.com/sqlserverstorageengine/default.aspx.
Данный дневник сформирован из открытого RSS-источника по адресу http://blogs.msdn.com/b/sqlserverstorageengine/rss.aspx, и дополняется в соответствии с дополнением данного источника. Он может не соответствовать содержимому оригинальной страницы. Трансляция создана автоматически по запросу читателей этой RSS ленты.
По всем вопросам о работе данного сервиса обращаться со страницы контактной информации.

[Обновить трансляцию]

Our new Azure SQL Database blog site is live

Пятница, 29 Марта 2019 г. 07:08 + в цитатник
Follow us in our new blog site going forward: https://techcommunity.microsoft.com/t5/Azure-SQL-Database/bg-p/Azure-SQL-Database... Read more

https://blogs.msdn.microsoft.com/sqlserverstorageengine/2019/03/28/our-new-azure-sql-database-blog-site-is-live/


Метки:  

Понравилось: 22 пользователям

Our new Azure SQL Database blog site is live

Пятница, 29 Марта 2019 г. 00:08 + в цитатник

Identify log write limits on Azure SQL Managed Instance using QPI library

Понедельник, 11 Марта 2019 г. 17:12 + в цитатник
Azure SQL Managed Instance is fully managed SQL Server instance hosted in Azure cloud. Managed Instance introduces some limits such as max log write throughput that can slow down your workload. In this post you will see how to identify write log throughput issue on Managed Instance. Azure SQL Managed Instance has several built-in resource... Read more

https://blogs.msdn.microsoft.com/sqlserverstorageengine/2019/03/11/identify-log-write-limits-on-azure-sql-managed-instance-using-qpi-library/


Метки:  

Running Azure CosmosDB queries from SQL Server using ODBC driver

Понедельник, 11 Марта 2019 г. 13:45 + в цитатник
Azure CosmosDB provides ODBC driver that enables you to query CosmosDB collections like classic databases. In this post you will see how to query CosmosDB collections from Sql Server using Transact-Sql. Why querying CosmosDB from SQL Server? Cosmos DB enables you to store documents and other non-relational types of data and provides SQL/API that enables... Read more

https://blogs.msdn.microsoft.com/sqlserverstorageengine/2019/03/11/running-azure-cosmosdb-queries-from-sql-server-using-odbc-driver/


Метки:  

Identify log write limits on Azure SQL Managed Instance using QPI library

Понедельник, 11 Марта 2019 г. 10:12 + в цитатник
Azure SQL Managed Instance is fully managed SQL Server instance hosted in Azure cloud. Managed...

https://docs.microsoft.com/archive/blogs/sqlserverstorageengine/identify-log-write-limits-on-azure-sql-managed-instance-using-qpi-library


Running Azure CosmosDB queries from SQL Server using ODBC driver

Понедельник, 11 Марта 2019 г. 06:45 + в цитатник
Azure CosmosDB provides ODBC driver that enables you to query CosmosDB collections like classic...

https://docs.microsoft.com/archive/blogs/sqlserverstorageengine/running-azure-cosmosdb-queries-from-sql-server-using-odbc-driver


Monitor local storage usage on General Purpose Azure SQL Managed Instance

Пятница, 08 Марта 2019 г. 19:30 + в цитатник
Azure SQL Managed Instance has predefined storage space that depends on the values of reserved storage and vCores that you choose when you provision the instance. In this post you will see how to monitor storage space on the Managed Instance. In Managed Instance you can reach three storage limits: Storage limit of managed instance... Read more

https://blogs.msdn.microsoft.com/sqlserverstorageengine/2019/03/08/monitor-storage-local-storage-usage-on-general-purpose-managed-instance/


Метки:  

Monitor local storage usage on General Purpose Azure SQL Managed Instance

Пятница, 08 Марта 2019 г. 11:30 + в цитатник
Azure SQL Managed Instance has predefined storage space that depends on the values of reserved...

https://docs.microsoft.com/archive/blogs/sqlserverstorageengine/monitor-storage-local-storage-usage-on-general-purpose-managed-instance


Sending resource alerts on Managed Instance using db_mail

Среда, 06 Марта 2019 г. 18:10 + в цитатник
One of the biggest issue that you might experience in Managed Instance is reaching storage limit or finding out that you dont have enough CPU. In this case you would need to get the bigger instance; however, this is not instant operation. In this post, you will see how you can monitor resource usage and... Read more

https://blogs.msdn.microsoft.com/sqlserverstorageengine/2019/03/06/sending-resource-alerts-on-managed-instance-using-db_mail/


Метки:  

Sending resource alerts on Managed Instance using db_mail

Среда, 06 Марта 2019 г. 10:10 + в цитатник
One of the biggest issue that you might experience in Managed Instance is reaching storage limit or...

https://docs.microsoft.com/archive/blogs/sqlserverstorageengine/sending-resource-alerts-on-managed-instance-using-db_mail


Analyzing wait statistics on Managed Instance

Вторник, 05 Марта 2019 г. 17:56 + в цитатник
Wait statistics are information that might help you understand why the query duration is long and identify the queries that are waiting for something in database engine. In this post, I will show to you how to identify why the workload is waiting and what are the queries that are waiting on some resources. Azure... Read more

https://blogs.msdn.microsoft.com/sqlserverstorageengine/2019/03/05/analyzing-wait-statistics-on-managed-instance/


Метки:  

Analyzing wait statistics on Managed Instance

Вторник, 05 Марта 2019 г. 09:56 + в цитатник
Wait statistics are information that might help you understand why the query duration is long and...

https://docs.microsoft.com/archive/blogs/sqlserverstorageengine/analyzing-wait-statistics-on-managed-instance


Reduced recompilations for workloads using temporary tables across multiple scopes

Вторник, 05 Марта 2019 г. 00:55 + в цитатник
SQL Server 2019 introduces several performance optimizations which will improve performance with minimal changes required to your application code.   In this blog post we’ll discuss one such improvement available in CTP 2.3: reduced recompilations for workloads using temporary tables in multiple scopes. In order to understand this improvement, we’ll first go over the current behavior... Read more

https://blogs.msdn.microsoft.com/sqlserverstorageengine/2019/03/04/reduced-recompilations-for-workloads-using-temporary-tables-across-multiple-scopes/


Метки:  

Measuring file io performance on Managed Instance using QPI

Понедельник, 04 Марта 2019 г. 21:39 + в цитатник
Checking file performance and comparing performance characteristics between SQL Server database engines in Azure cloud and your on-premises environment might be tricky and require some better knowledge of DM objects. In this post, you will see how to use one open-source library that can help you to analyze and compare file performance. SQL Server and... Read more

https://blogs.msdn.microsoft.com/sqlserverstorageengine/2019/03/04/measuring-file-io-performance-on-managed-instance-qpi/


Метки:  

We are moving!

Понедельник, 04 Марта 2019 г. 21:21 + в цитатник
This blog is in the process of being migrated to one of the new consolidated SQL Server and Azure SQL Database blogs on the Microsoft TechCommunity website. Once the migration is complete, we will post the new URL along with instructions for how to navigate the new blog and update your RSS feeds. Until then,... Read more

https://blogs.msdn.microsoft.com/sqlserverstorageengine/2019/03/04/we-are-moving/


Метки:  

Поиск сообщений в rss_sqlserver_storage_engine
Страницы: [7] 6 5 4 3 2 1 Календарь