SE の雑記

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

Author Archive

SSMS で楽してクエリを書く方法

3 comments

Community Open Day の反省点の一つとしてハンズオンに記載されているクエリの入力方法について、説明していなかった点があります。

今回の投稿では SQL Server Management Studio でできるだけ楽をしてクエリを各方法についてまとめてみたいと思います。
SQL Server Profiler やスクリプトを作成するボタンがついている操作を使用するというものもあるかと思いますが今回はそれ以外を使っています。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 12th, 2012 at 9:44 pm

Posted in SQL Server

Tagged with

Community Open Day 2012 に参加してきました

3 comments

6/9 (土) は品川のマイクロソフトさん (SGT) で Community Open Day 2012 という複数のコミュニティが合同でセッションを開催するというイベントに SQLTO のスピーカーとして参加してきました。

当日使用した資料は Sky Drive と slideshare にアップさせていただきました。
マイクロソフトの古賀様のセッションも資料を頂けましたのでこちらは slideshare にアップしてあります。
SkyDrive の資料
slideshare の資料

イベントの振り返りなどをつらつらと。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 10th, 2012 at 8:45 pm

Posted in セミナー

Tagged with ,

ドメインコントローラーの入れ替えに伴う基本的な作業について

11 comments

Active Directory (AD) のドメインコントローラー (DC) をハードウェア老朽化に伴い、新規ハードウェアを購入しセットアップを行うというシナリオを実施する際に必要となる基本的な作業について少しまとめてみたいと思います。
アイティデザイン株式会社様が公開されている Windows Server 2003 サポート終了対策 もとても参考になりますので、こちらも合わせて確認をするとよいかと。
2015/7/15 に Windows Server 2003 のサポートが切れると、問題発生時に問い合わせができなくなりますので、今後 2003 から移行される場合には、十分にリスクや、問題発生時のアクションを明確にする必要性が出てきます。
Windows Server 2003 のサポート終了
Windows Server 2003 延長サポート終了に伴う ターミナル サーバー ライセンス のアクティブ化に関する注意事項
Read the rest of this entry »

Written by Masayuki.Ozawa

6月 8th, 2012 at 8:42 am

Posted in Active Directory

Tagged with

SQL Wait Stats Joes 2 Pros: SQL Performance Tuning Techniques Using Wait Statistics, Types & Queues を読んでみました

leave a comment

ここ数日、SQL Wait Stats Joes 2 Pros: SQL Performance Tuning Techniques Using Wait Statistics, Types & Queues という書籍を読んでいました。
# 実際に買ったのは Kindle エディション版ですが。

この本を読んだ感想などを少し書いてみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 7th, 2012 at 12:10 am

Posted in SQL Server

Tagged with

SQL Wait Stats Joes 2 Pros: SQL Performance Tuning Techniques Using Wait Statistics, Types & Queues を読んでみました

leave a comment

ここ数日、SQL Wait Stats Joes 2 Pros: SQL Performance Tuning Techniques Using Wait Statistics, Types & Queues という書籍を読んでいました。
# 実際に買ったのは Kindle エディション版ですが。

この本を読んだ感想などを少し書いてみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 7th, 2012 at 12:10 am

Posted in SQL Server

Tagged with

Windows Server 2012 RC のサーバーマネージャーの管理状態の警告について

leave a comment

先日、提供が開始された Windows Server 2012 RC ですが、インストール直後の状態でもサーバーマネージャーで管理状態が赤でにぎやかになっているかと思います。
image

この解決方法についてまとめてみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 3rd, 2012 at 3:22 pm

Posted in Windows Server

Tagged with

Windows Server 2008 以降のクラスターインスタンスの MSDTC のクラスターリソースについて

leave a comment

SQL Server のクラスターでは、MSDTC のクラスターリソースを作成していたことがあるかと思います。
# 使用する機能によっては作成しなくても問題はありませんが。

Read the rest of this entry »

Written by Masayuki.Ozawa

6月 3rd, 2012 at 2:09 pm

Posted in MSCS/WSFC(MSFC),SQL Server

Tagged with , ,

Windows 8 RP / Windows Server 2012 RC の提供が開始されました

leave a comment

本日、Windows 8 Release Preview (RP) / Windows Server 2012 Release Candiate (RC) の提供が開始されました。

Windows 8 Release Preview
Windows Server 2012 Release Candidate (RC) Datacenter

一般公開向けのサイトが見つからなかったのですが TechNet / MSDN サブスクリプションでは、Hyper-V Server 2012 RC も提供されていました。
image

Windows 8 用のリモート サーバー管理ツール (RSAT) も提供されています。

Windows 8 リリース プレビュー用のリモート サーバー管理ツール
Remote Server Administration Tools for Windows 8 Release Preview

週末に何環境か移行してみたいと思います。

Written by Masayuki.Ozawa

6月 1st, 2012 at 11:12 am

Workspace Memory の最大値について

leave a comment

SQL Server ではソート / ハッシュ結合 / 並列クエリの実行時などに Workspace Memory (ワークスペースメモリ) が使用されます。
今回の投稿ではこの Workspace Memory の最大値について見ていきたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 30th, 2012 at 9:56 pm

Posted in SQL Server

Tagged with

SQL Server 2012 の IVS のサポート状況

leave a comment

Windows 8 CP や Windows Server 8 Beta (Windows Server 2012) の IME では IVS (Ideographic Variation Sequence) がサポートされるようになりました。
IVS については Wikipedia の 異体字セレクタ が参考になります。

Read the rest of this entry »

Written by Masayuki.Ozawa

5月 26th, 2012 at 12:22 pm