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.
C# を使用して、SQL Server 2000 バックアップ ファイルがパスワードで保護されているかどうかをプログラムで判断するにはどうすればよいですか?
SQL Server バックアップ ファイルに対するネイティブ パスワード保護はありません。だから私はこのようなものをお勧めします:
IF (1==1) { //It's not password protected }
冗談だ。バックアップ ファイルの「パスワード プロテクト」を使用しているアプリケーションはどれですか? おそらく、アプリケーション ベンダーに連絡する必要があります。