SQL Database の Geo レプリケーションに自動フェールオーバーグループの機能が追加されました で投稿した際は、ポータルからは設定できなかったと記憶しているのですが、本日時点ではポータルから設定できるようになったようです。
![]()
Read the rest of this entry »
Archive for the ‘SQL Database’ Category
SQL Database のフェールオーバーグループの設定がポータルから可能になりました
de:code 2017 DI02 で使用したリアルタイムダッシュボードの構成
本投稿が公開されているタイミングで、de:code 2017 で まかせて! Azure SQL Database に登壇させていただいています。
この中でデモでお見せした、SQL Database の リアルタイムダッシュボードの構成について説明させていただきます。
Read the rest of this entry »
de:code 2017 DI02 で使用したサンプルスクリプトについて
de:code 2017 の DI02 のセッションでは、いくつかのデモを実施しています。
その際に使用したサンプルスクリプト (PowerShell / SQL) ですが、以下からダウンロードしていただくことが可能です。
DI02 Demo Scripts
お時間の関係で見せられていないデモもあるかもしれませんが、今回のセッション用に作成したものを一通りまとめさせていただいておりますので、ご参考になれば幸いです。
SQL Database の Geo レプリケーションに自動フェールオーバーグループの機能が追加されました
SQL Database の Geo レプリケーションに、自動フェールオーバーグループの機能が新規に追加されました。
Auto-Failover Group capabilities
Azure SQL Database now supports transparent geographic failover of database groups
基本的な動作については de:code 2017 の まかせて! Azure SQL Database で (山本さんが) お見せできるかなと。
Read the rest of this entry »
Build 2017 のキーノートで発表のあった、SQL Server / SQL Database 関連の発表をざっくりと
Build 2017 が始まりましたので、ざっくりと情報をまとめてみようかと。
de:code 2017 のネタ集めとも言います(
大枠の発表については、以下を参照してもらうとよろしいかと。
New innovations at Microsoft Build 2017: Helping developers achieve more
Cloud Platform Release Announcements for May 10, 2017
Serving AI with data: A summary of Build 2017 data innovations
Read the rest of this entry »
Data Amp で発表された migration service の内容を整理してみる
Data Ampde で新しいサービスとして「migration service」が発表されました。
Cloud Platform Release Announcements for April 19, 2017
では以下のように紹介されています。
Azure SQL DB preferred dev environment| Migration service + SQL DB expanded support
New migration service in Azure and expanded support in SQL Database
At Microsoft Data Amp we’re announcing limited previews for a new migration service and expanded SQL Database support for existing SQL Server databases. The new migration service will help you move existing SQL Server and Oracle databases to Azure SQL Database or SQL Server in an Azure virtual machine. Additionally, the expanded support in SQL Database will bring native VNET support and a large set of SQL server instance level features to help streamline lift and shift to Azure. Apply to participate in the limited preview today.
現状は限定されたプレビューのため、すぐに使ってみるということができませんが、発表内容をざっと整理してみようかと。
Data Amp のキーノートについては、Microsoft Data Amp 2017 | Keynotes から見ることができます。
Read the rest of this entry »
Microsoft Data Amp の発表内容
昨年の 3 月に Data Driven というイベントがありましたが、今年は Data Amp というイベントが開催されています。
SQL Server も関連しているイベントなので、ストリーミングを見ながらつらつらと。
今回のイベントのタイミングで出てきた MS のサイトの情報は以下かなと。
SQL Server v.Next が SQL Server 2017 となることがアナウンスされ、こそっと SSDT 17.0 が GA されてました。
■SQL Server 2017 のアナウンス
SQL Server 2017 Community Technology Preview 2.0 now available
Top three capabilities to get excited about in the next version of SQL Server
■データベースエンジン
Introducing Batch Mode Adaptive Joins
Introducing Interleaved Execution for Multi-Statement Table Valued Functions
Resumable Online Index Rebuild is in public preview for SQL Server 2017 CTP 2.0
Graph Data Processing with SQL Server 2017
■R Server
Introducing Microsoft R Server 9.1 release
■Machine Learning Services
Delivering AI with data: the next generation of Microsoft’s data platform
Python in SQL Server 2017: enhanced in-database machine learning
■SSAS
What’s new in SQL Server 2017 CTP 2.0 for Analysis Services
Introducing DirectQuery Support for Tabular 1400
New Get Data Capabilities in the GA Release of SSDT Tabular 17.0 (April 2017)
Introducing a DAX Editor Tool Window for SSDT Tabular
■SSDT
Announcing the General Availability (GA) Release of SSDT 17.0 (April 2017)
Azure 系に関しては以下で一括でアナウンスですかね。 Azure Analysis Services も GA しました。
Cloud Platform Release Announcements for April 19, 2017
Announcing Azure Analysis Services general availability
評価版の提供とDocker Hub のイメージも更新されているようです。
Linux 向けのリポジトリも更新されています。
https://www.microsoft.com/ja-jp/evalcenter/evaluate-sql-server-2017-ctp
https://hub.docker.com/r/microsoft/mssql-server-linux/tags/
リリースノート等も更新されています。
SQL Server vNext Release Notes
What’s New in SQL Server vNext
What’s New in SQL Server vNext (Database Engine)
What’s new in SQL Server Reporting Services (SSRS)
What’s New in Integration Services in SQL Server vNext
What’s new in SQL Server Analysis Services vNext
What’s New in Machine Learning with SQL Server
SQL Server の R サービスは Machine Learning サービス (In-Database) に名称が変わったようです。
データベースエンジンの新機能としては、以下のものがあるようですね。
- Resumable online index rebuild
- IDENTITY_CACHE option for ALTER DATABASE SCOPED CONFIGURATION
- IDENTITY のキャッシュの有効 / 無効の制御。今まではデフォルト有効でトレースフラグ 272 でインスタンス単位にキャッシュを無効にすることができていたが、それを DB 単位の動作に変更できる
- https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-database-scoped-configuration-transact-sql
- CLR Strict Security
- CLR のセキュリティの厳格化
- CLR strict security オプションを変更することで、従来のセキュリティレベルに落とすことも可能だが推奨はされない
- https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/clr-strict-security
- グラフテーブルのサポート
- RC3 の SSMS で見えるようになったグラフテーブルが実際に使用できるようになった
- https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-index-transact-sql
- 自動チューニングオプション
- クエリ実行時のパフォーマンス問題が発生した場合に、自動的に修正
- Available only in Enterprise Edition of SQL Server. となっているため、Enterprise 専用?
- https://docs.microsoft.com/en-us/sql/relational-databases/automatic-tuning/automatic-tuning
- クエリ実行時のパフォーマンス問題が発生した場合に、自動的に修正
- Adaptive Query
- Batch Mode Adaptive Join
- MSTVF の Interleaved Execution
- クエリストアの待ち事象のサマリ情報
- Always On 可用性グループ内のデータベースの分散トランザクションのサポート
SQL Database で VIEW SERVER STATE が必要なログインを複数作成する
Simple Monitor では、SQL Database の情報取得について、「sys.dm_os_performance_counters」を使用して情報を取得しているのですが、この DMV を参照するためには「VIEW SERVER STATE」の権限が必要となります。
今までは、「サーバー管理者」のログインを使用していたため、サクッと情報が取得できていたのですが、個別に作ったログインを使用して上記の DMV の情報を取得しようとした際にうまくいかず、「サーバー管理者」以外のログインで、情報の取得を使用とした際のメモを。
結論から言うと、自分で作ったログインでは、上記の DMV を参照することはできなかったのですが、DMV が参照可能なログインを複数用意することはできました。
Read the rest of this entry »
Simple Monitor というツールを細々と作っています
ちょっと、SQL Server や、SQL Database のリソース可視化を行いたかったので、Simple Monitor というツールを細々と作っています。
https://github.com/MasayukiOzawa/SQLServer-Util/tree/master/Simple%20Monitor
Read the rest of this entry »
Data Factory のコピーアクティブティと SQL Database の BLOB ストレージのファイルロードの組み合わせ
以前、SQL Server v.Next と SQL Database の BLOB ストレージからのローディングの新機能 という投稿を書きましたが、Azure Data Factory と組み合わせてみたいと思います。 Read the rest of this entry »