SE の雑記

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

Archive for 4月, 2014

シグマクロを作ってみよう

leave a comment

突然ですがシグマクロを作ってみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 12th, 2014 at 11:00 pm

Posted in Office

Tagged with

Azure の仮想マシンで使用されている BGInfo の仕組みを使ってみる

leave a comment

現状の仮想マシンではデスクトップに BGInfo の情報を表示することができます。
# VM エージェントを有効にした場合だったかと思いますが。

仮想マシンで使用されている仕組みを Hyper-V のゲスト OS に移植してみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 12th, 2014 at 10:20 pm

PowerShellでイベントログに情報を出力

leave a comment

PowerShell でイベントログに情報を出力する場合のメモを。

参考となる情報としては以下のものがあります。
How to Use PowerShell to Write to Event Logs
List eventlog sources?

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 12th, 2014 at 9:41 pm

Posted in PowerShell

Tagged with

SQL Server 2014 のデータベースのファイルを BLOB に配置する構成について

one comment

SQL Server 2014 ではデータベースのファイルを Microsoft Azure の BLOB ストレージに配置することができるようになりました。

以前、[SQL Server 2014 CTP2]Azure 連携の強化 という投稿で少し触れたのですが、RTM 版でまとめてみたいと思います。

技術情報としては Windows Azure 内の SQL Server データ ファイル になるかと。

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 8th, 2014 at 11:39 pm

Posted in SQL Server

Tagged with

PowerShell で一日の中で繰り返し実行するタスクスケジューラーのタスクを作成

leave a comment

タスクスケジューラーでは以下のように、一日の中で繰り返し実行をするタスクのためのトリガーを作成することができます。

image

PowerShell で作ろうとした際に少し手間取ってしまったので備忘録を。

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 3rd, 2014 at 8:55 am

Posted in PowerShell

Tagged with