SE の雑記

SQL Server の情報をメインに Microsoft 製品の勉強内容を日々投稿

Archive for 10月, 2013

[SQL Server 2014 CTP2]自動的な SNAPSHOT 分離レベルへのエスカレーション

leave a comment

メモリ最適化テーブルへのアクセスでは、使用できるトランザクション分離レベル

  • SNAPSHOT
  • REPEATABLE READ
  • SERIALIZABLE

の 3 種類になります。

SQL Server のデフォルトのトランザクション分離レベルは READ COMMITTED になります。

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 27th, 2013 at 9:42 pm

Posted in SQL Server

Tagged with ,

Microsoft® SQL Server® Backup to Microsoft Windows® Azure®Tool を使ってみる

one comment

ダウンロードセンターを見ていたら Microsoft® SQL Server® Backup to Microsoft Windows® Azure®Tool  というツールがリリースされていました。

何のツールだろうと思って少し使ってみました。

BOL としては Windows Azure BLOB ストレージ サービスを使用した SQL Server のバックアップと復元 が対象かと。

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 27th, 2013 at 1:14 pm

MicrosoftR SQL ServerR Backup to Microsoft WindowsR AzureRTool を使ってみる

one comment

ダウンロードセンターを見ていたら MicrosoftR SQL ServerR Backup to Microsoft WindowsR AzureRTool  というツールがリリースされていました。

何のツールだろうと思って少し使ってみました。

BOL としては Windows Azure BLOB ストレージ サービスを使用した SQL Server のバックアップと復元 が対象かと。

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 27th, 2013 at 1:14 pm

SCDPM 2012 R2 のインストール時に SSRS の構成でエラーとなることがある

2 comments

秋の夜長に盛り上がったので。メモとして。

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 26th, 2013 at 9:34 pm

Posted in System Center

Tagged with ,

Surface 2 を購入しました

leave a comment

昨日から販売された Surface 2 の 64GB を購入しました。
Surface RT を購入したときに Surface for Windows RT を購入しました という投稿を書いたのですが、Surface 2 でも少しずつまとめていきたいと思います。
Read the rest of this entry »

Written by Masayuki.Ozawa

10月 26th, 2013 at 2:25 pm

Posted in Windows Client

Tagged with ,

Windows 8.1 のローカルアカウントと SkyDrive

leave a comment

Windows 8.1 から SkyDrive との連携は OS 統合になったので、SkyDrive 用のデスクトップアプリのインストールは不要となりました。

Windows 7 / 8 の時には、こちら から Skydrive のデスクトップアプリをダウンロードすることができました。
image

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 26th, 2013 at 12:17 pm

Posted in Windows Client

Tagged with

ネイティブコンパイルされたオブジェクトのロードについて

leave a comment

SQL Server 2014 の BOL を見ていて気づきました。
テーブルとストアド プロシージャのネイティブ コンパイル

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 24th, 2013 at 8:51 am

Posted in SQL Server

Tagged with ,

[SQL Server 2014 CTP2]メモリ最適化テーブルに移行するための 3 つのアドバイザー

leave a comment

SQL Server 2014 の SSMS ではメモリ最適化テーブルへ移行するためのアドバイザーとして AMR (Analysis / Migration / Report) ツールが提供されています。

image

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 23rd, 2013 at 12:05 am

Posted in SQL Server

Tagged with ,

Azure VM に AD を構築する際の DNS の注意点

leave a comment

以前、AzureVM の DNS の設定についての注意点 という投稿を書きました。

この投稿では、Active Directory に参加しているメンバーサーバーを対象としていましたが、Azure の仮想マシン上にドメインコントローラー (AD DS) を構築する場合にも注意が必要となります。

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 20th, 2013 at 9:32 pm

Posted in Windows Azure

Tagged with

[SQL Server 2012 CTP2]In-Memory OLTP と AlwaysOn

leave a comment

SQL Server 2012 CTP1 の時にはメモリ最適化テーブルと AlwaysOn を組み合わせることができませんでした。
いちからはじめる Memory Optimized Table その 10
CTP2 になって、メモリ最適化テーブルと AlwaysOn を組み合わせることができるようになりました。
SQL Server 2014 CTP 2 Now Available

Thank you to those that have already downloaded SQL Server 2014 CTP1 and started seeing first hand the performance gains that in-memory capabilities deliver along with better high availability with AlwaysOn enhancements.

Read the rest of this entry »

Written by Masayuki.Ozawa

10月 20th, 2013 at 8:02 pm

Posted in SQL Server

Tagged with ,