Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
組み込みの管理者グループでSQLCMDを実行する方法。
CommandPrompt (または PowerShell) を管理者として実行します (権限を昇格させるため)。次に、-E フラグを指定して sqlcmd を使用すると、Windows ログインが使用されます (最近では sa を使用することはお勧めしません)。
ルナス