Azure Database Migration Service Public Preview が発表されました で、日本でもデプロイできることが確認できたので、Azure Database Migration Service (DMS) を検証してみました。
DMS のドキュメントについては、次の 2 種類を確認しておくとよいかと。
2017/11 時点の Azure Database Migration Service Public Preview を使ってみる
Azure Database Migration Service Public Preview が発表されました
Announcing the Azure Database Migration Service Public Preview! でアナウンスされましたが、データの移行を実施するためのサービスである、DMS の First Public Preview が公開されました。
価格については、https://azure.microsoft.com/ja-jp/pricing/details/database-migration/ で公開されており、現状の Preview については、無償で利用可能なようです。
Read the rest of this entry »
SQL Operations Studio の First Public Preview がリリースされました
PASS Summit 2017 でアナウンスされていた通り、クロスプラットフォームに対応した無償の管理ツールである SQL Operations Studio (OpsStudio) の First Public Preview がリリースされていました。
SQL Operations Studio
GitHub で公開されており、Visual Studio Code と同様に、Electron ベースのツールとなっているようですね。
アナウンスは Announcing SQL Operations Studio for preview から。
ドキュメントについても公開されました。
What is Microsoft SQL Operations Studio (preview)?
使い方については、Connect(); 2017 の A lap around SQL Operations Studio, a new cross-platform SQL Server tool を参考にするとよさそうですね。
Windows / Mac / Linux のクロスプラットフォームに対応していますね。
Download SQL Operations Studio Public Preview 1
| Platform | Link |
|---|---|
| Windows | https://go.microsoft.com/fwlink/?linkid=862648 |
| macOS | https://go.microsoft.com/fwlink/?linkid=862647 |
| Linux | https://go.microsoft.com/fwlink/?linkid=862646 |
インストーラーではなく XCopy deployment による、シンプルなファイル配置による導入となるようです。
(この用語自体懐かしい気がしますが)
VS Code は開発ツールとしてのクエリ実行のアドインでしたが、こちらは DB を触ることに注視したツールですので、管理 / 運用を実施するのに適したツールになるかと。
![]()
![]()
単純な Sleep 以外で SQL Server のコンテナーを起動してみる
https://github.com/twright-msft/mssql-node-docker-demo-app/blob/master/import-data.sh では、単純に 90 秒の Sleep で制御をしていましたが、バックアップのリストア等をしながらコンテナーを起動する場合に、処理タイミングを見計らって実行してみたかったので、作ってみました。
https://github.com/MasayukiOzawa/SQLServer-Util/tree/master/Docker/Dockerfile
処理としては、WWI のデータベースを取得してコンテナーを起動するような内容となっています。
dockerfile では、COPY をコメント化していますが、コンテナーホストからファイルをコピーした場合は、ダウンロードはせずに、コピーしたバックアップファイルを使用するようにしています。
次のようなコマンドで実行することができるかと。
docker build -t sqlserver . docker run -d --name sqlcontainer -d -p 1433:1433 sqlserver docker logs -f --tail 10 sqlcontainer
起動したコンテナーでは次のように WWI が存在した状態となっています。
![]()
エディションやロケールについても設定をするようにしていますのでご参考になれば幸いです。
PASS Summit 2017 で発表された各種情報を追うためのメモ
Jorg Klein’s Blog
- PASS Summit 2017 highlights on this blog!
- PASS Summit 2017 Day 1
- PASS Summit 2017 Day 2
- PASS Summit 2017 Day 3
Brent Ozar PLF
- #PASSsummit Day 1 Keynote Live Blog
- #PASSsummit Day 2 Keynote: Dr. Rimma Nehme on Azure Cosmos DB
- Microsoft’s Query Tuning Announcements from #PASSsummit
Chris Webb’s BI Blog
SQL Server Blog
Microsoft Power BI Blog
Esoteric
Attunity
Power BI Report Server の 10 月の更新で接続先の制限が緩和されました
New version of Power BI Report Server now available でアナウンスされていますが、Power BI Report Server の 10 月の更新でサポートされる接続先の制限が大幅に緩和されています。
これにより、ダウンロード可能な Power BI Report Server もバージョンが変更されました。
Microsoft Power BI Report Server – 2017 年 10 月
Read the rest of this entry »
Microsoft SQL Operations Studio がアナウンスされました
日本時間の深夜から開催されている PASS Summit 2017 で、SQL Server をはじめとした MS の RDMS の操作が可能なクロスプラットフォーム対応 (Windows / Linux / Mac) のツールとして Microsoft SQL Operations Studio のアナウンスが行われました。
SQL Server 2017 and Azure Data Services ? The ultimate hybrid data platform
These new cross-platform capabilities have made SQL Server accessible to users of Windows, Linux and Mac. At PASS Summit, we are excited to provide a sneak peek at Microsoft SQL Operations Studio. In a few weeks, users will be able to download and evaluate this free, light-weight tool for modern database development and operations on Windows, Mac or Linux machines for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse. Increase your productivity with smart T-SQL code snippets and customizable dashboards to monitor and quickly detect performance bottlenecks in your SQL databases on-premises or in Azure. You’ll be able to leverage your favorite command line tools like Bash, PowerShell, sqlcmd, bcp and ssh in the Integrated Terminal window. Users can contribute directly to SQL Operations Studio via pull requests from the GitHub repository.
Day 1 Keynote の内容は #PASSsummit Day 1 Keynote Live Blog の記事が詳しいですね。
Read the rest of this entry »
PASS Summit 2017 の Day1 Keynote を見ながらぺたぺたと
PASS Summit 2017 が本日から開催されましたので、Day1 のキーノートを見ながらぺたぺたと。
ブログでも情報が公開されましたね。
SQL Server 2017 and Azure Data Services ? The ultimate hybrid data platform
Power BI Report Server の新しいものもリリースされたようです。
New version of Power BI Report Server now available
Read the rest of this entry »
SQL Server丸わかり1日セミナーで登壇させていただきます (11 月 / 12 月)
こそっと、ここ数か月は 毎月 SQL Server 丸わかり 1 日セミナーというセミナーでスピーカーを担当させていただいており、11 月 / 12 月も登壇させていただきます。
(10 月は明日登壇だったりします)
- 11 月 28 日 (火) : <SQL Server Day> SQL Server丸わかり1日セミナー (品川グランドセントラルタワー : SGT)
- 12 月 5 日 (火) : <SQL Server Day> SQL Server丸わかり1日セミナー (日本マイクロソフト株式会社 関西支社)
- 12 月 19 日 (火) : <SQL Server Day> SQL Server丸わかり1日セミナー (品川フロントビル)
私の専門外の内容もあったりはしますが、各種テクノロジの足がかりとして、すこしでもプラスになる情報をお持ち帰りいただければと思っております。
12 月 5 日の回に関しては、大阪の開催となっておりますので、東京に来るのは難しいという方は、こちらにご参加いただけると幸いです。