0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Azure環境へのSQL移行方法

Posted at

AzureへのSQL移行方法


Azure環境にSQLを移行する場合、下記の3種類があります。
  • Azure SQL Managed Instance
  • Azure SQL Database
  • 仮想マシンにSQLサーバーデータベースをインストールする

Azure SQL Managed Instance


特徴…幅広いSQLデータベースエンジンとの互換性(Enterprise Edition SQL Serverデータベースエンジンとの100%近い互換性がある。)。フルマネージドサービスとしてもプラットフォームのすべての利点を兼ね備えている。クエリ実行もSQL Serverと同様の方法で実行可能。 構成…インスタンスにリソースを割り当て、インスタンス内に各データベースを作成する」という構成

Azure SQL Database


構成…論理サーバの管理単位の中にデータベースが作成。各データベースが独立している。(PaaSモデル)

VMにSQLをダウンロード


構成…VMにSQLをダウンロード。SQL ServerとOSを自由に触れることができる。


 参考リンク

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?