エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
sqlcmd ユーティリティの使用 | Microsoft SQL Server 2008 R2 | MSDN ライブラリ
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
sqlcmd ユーティリティの使用 | Microsoft SQL Server 2008 R2 | MSDN ライブラリ
Connect to a named instance by using Windows Authentication to interactively run T-SQL statements... Connect to a named instance by using Windows Authentication to interactively run T-SQL statements: sqlcmd -S <ComputerName>\<InstanceName> or sqlcmd -S .\<InstanceName> Connect to a named instance by using Windows Authentication and specifying input and output files: sqlcmd -S <ComputerName>\<InstanceName> -i <MyScript.sql> -o <MyOutput.rpt> Connect to the default instance on the local computer wi