SQL Server 製品版では、定期的なバックアップをメンテナンスプランで構成することが多いと思います。 BACKUP DATABASE コマンドの出力先に共有フォルダを指定することも可能ではありますが、SQL Server 実行ユーザーに権限が必要ですし、ローカルにバックアップ ...
In SQL Server, the database can be stored in different files and filegroups. If your database is small (100 MB or less), you do not need to worry too much about files and filegroups. But if you have a ...
So I recently aquired a few SQL Server 2000 boxes to admin, and I really don't have much experience with the platform. I've been looking at backup options, and it seems that there's 3 options.
For as long as I can remember, I have always configured the computers within my own organization to store data on network servers as opposed to the data being stored on workstations. That way, if one ...
You don't need the transaction log to restore a database backup. Just take a full backup and restore it. You could also use the copy db wizard to copy the database ...