SE の雑記

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

Archive for the ‘PowerShell’ tag

PowerShell で Azure を操作する際のメモ

one comment

PowerShell で Azure を操作する際のメモを。

Windows Azure PowerShell の技術情報は以下のものが参考になります。
Windows Azure PowerShell

Read the rest of this entry »

Written by Masayuki.Ozawa

4月 29th, 2013 at 10:54 pm

特定ディレクトリ内のファイルを PowerShell で SQL Server に一括で格納

leave a comment

SQL Server 2012 では PowerShell 強化が挙げられていたと思うのですが、今までほとんど使ったことがありませんでした。
SQL Server PowerShell

フルテキストインデックスのテスト用のファイルを varbinary(max) に大量に格納したかったので、PowerShell で作ってみました。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 27th, 2012 at 10:43 pm

Posted in PowerShell,SQL Server

Tagged with ,

PowerShell で BITS を使用して CUI でファイルをダウンロード

leave a comment

Windows Server 2012 でテキストから URL を取得してファイルのダウンロードをしたかったので作ってみました。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 27th, 2012 at 9:16 pm