SQL Server還原問題總結


這個帖子主要總結SQL Server還原問題。

*基本還原數據庫方法*
http://community.csdn.net/Expert/topic/5111/5111602.xml?temp=.9495661
http://community.csdn.net/Expert/topic/4991/4991655.xml?temp=.515011
SQL Server 2005還原問題http://community.csdn.net/Expert/topic/4876/4876515.xml?temp=.5053217

*誤刪恢復*
http://community.csdn.net/Expert/topic/5076/5076798.xml?temp=.5811273
http://community.csdn.net/Expert/topic/5111/5111993.xml?temp=.6654627
http://community.csdn.net/Expert/topic/5093/5093360.xml?temp=9.054202E-02
誤刪除數據庫只有一個LDF日誌文件
http://community.csdn.net/Expert/topic/5051/5051185.xml?temp=.1046717

sql2000數據庫文件(或bak備份文件)直接在sql2005中還原恢復,
http://community.csdn.net/Expert/topic/5109/5109392.xml?temp=.6537592

錯誤:無法將設備'xxx'上的備份應用於數據庫'yyy'。restore database 操作異常終止。
http://community.csdn.net/Expert/topic/5057/5057228.xml?temp=.4222986

數據庫還原後無法使用
http://community.csdn.net/Expert/topic/5090/5090406.xml?temp=.6951868

如何根據日誌恢復數據庫??
http://community.csdn.net/Expert/topic/5036/5036497.xml?temp=.2766992
http://community.csdn.net/Expert/topic/4996/4996531.xml?temp=.9004785

還原日誌備份時老是提示數據庫正在使用
http://community.csdn.net/Expert/topic/4815/4815517.xml?temp=.221081

恢復數據庫時,登錄用戶的問題
http://community.csdn.net/Expert/topic/5048/5048550.xml?temp=.3520471

MDF文件導入出錯
http://community.csdn.net/Expert/topic/5014/5014644.xml?temp=.3427393

 

 

 

 


備份

如何在sql2000中自動把數據庫備份到網絡上其他沒有裝sqlserver的計算機上?
http://community.csdn.net/Expert/topic/4975/4975350.xml?temp=.527157

 

我想實現數據庫的遠程備份,請問都需要做什麼?
還有就是 怎麼去實現?
謝謝指教
http://community.csdn.net/Expert/topic/5091/5091709.xml?temp=.7705652

 

本人在網上租有一數據庫,請問怎樣將數據備份到本地的電腦,不可能建立一個完全共享的文件夾,最好能像backup一樣備份成一個文件放到我本地的電腦裏
http://community.csdn.net/Expert/topic/4747/4747502.xml?temp=.4803583


備份內網中的數據庫sql2005,代碼如下:
backup database NM_CRM to disk='F:/CRM/BACKUPDATA/20061012.bak'
報錯說無法打開備份設備,查了一下說是僅限的事,但都沒說的很清楚,誰幫忙分析一下
http://community.csdn.net/Expert/topic/5077/5077285.xml?temp=.9955103


今天備份時選擇了七天前的一個備份文件進行覆蓋,那個文件本來是七天前的定時備份產生的。結果後來用它還原數據時發現數據只有七天前的。好像完全沒有進行覆蓋一樣。可是那個文件的修改時間明明是今天的啊。
   不知道能不能從這個文件中找回我這最後七天的數據呢?
http://community.csdn.net/Expert/topic/5066/5066183.xml?temp=.9523584


SQL Server2000數據庫異地備份的問題
http://community.csdn.net/Expert/topic/5046/5046936.xml?temp=.1390345

 

數據庫自動備份問題
http://community.csdn.net/Expert/topic/5024/5024517.xml?temp=.8827173


如何僅備份庫中表的數據
http://community.csdn.net/Expert/topic/4860/4860261.xml?temp=.9317896

能不能將數據庫備份到遠程機器上,需要什麼條件?求解。
http://community.csdn.net/Expert/topic/4932/4932438.xml?temp=.8836939


從虛擬主機上的數據庫導出數據時出現的問題
http://community.csdn.net/Expert/topic/4876/4876620.xml?temp=.2954065


請問怎麼刪掉數據庫的備份?
http://community.csdn.net/Expert/topic/4967/4967508.xml?temp=.4096338 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章