Hôm nay tôi đọc được 1 câu hỏi khá thú vị, đây là kiến thức cơ bản của 1 dba. Nội dung là một full backup của một Read-only database được t...

Blog đang chỉnh sửa
Hôm nay tôi đọc được 1 câu hỏi khá thú vị, đây là kiến thức cơ bản của 1 dba. Nội dung là một full backup của một Read-only database được t...
Here is a useful knowledge a DBA should know. If we perform backup a large database, we can split it into multiple files and store them in m...
Here is the answer. The information is stored in the MSDB database. DECLARE @dbname sysname, @days int SET @dbname = NULL --substitute fo...
There is nothing to ensure that your backup could be restored unless you really restore it. Here is the tip that we can automate the task ...
SELECT TOP 100 s.database_name , m.physical_device_name , CAST ( CAST ( s.backup_size / 1000000 AS INT ) AS VARCHAR ( 14 )) + ' ...
Backup compression was first available only in SQL Server 2008 Enterprise, but starting in SQL Server 2008 R2 it was available in Standard E...
A very useful knowledge about restarting a log backup chain. There are many reasons that force the dba have to restart the log backup chain ...
My sales database had a problem with log backups failing and the log file grew large. I do the following: ALTER DATABASE sales SET RECOV...
Database Backup Restore I ran a back up of the ABC database, and stored it in D:\Backup\abc.bak. Now I want to retrieve the files (dat...
Trong quá trình SQL Server thực hiện backup hay database, vì một lý do nào đó, SQL Server đưa ra một thông báo lỗi. Nếu ta vẫn muốn SQL Serv...
Hôm nay tôi có một buổi trao đổi ngắn với một anh Principal software Engineer trong nhóm về một kiến thức về Backup-restore trong SQL Server...
SQL SERVER – Corrupted Backup File and Unsuccessful Restore http://blog.sqlauthority.com/2010/10/24/sql-server-corrupted-backup-file-and-...
Đây là một option trong SQL Server khi ta cần backup một database. http://www.mssqltips.com/sqlservertip/1075/copyonly-backups-with-sql-se...