Error 945 Database cannot be opened due to inaccessible files or insufficient memory or disk space
今天連db結果遇到如下錯誤:
SQL SERVER – FIX : Error 945 Database cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server error log for details
第一直覺就是dbf的許可權問題,一查果然。。。。
由於空間不夠
還順便把dbf檔案移動了下
再attach上
sql模板如下:
CREATE DATABASE [ALS_LFE] ON PRIMARY
( NAME = N'DXXXXXXXXXXXXXXXXX', FILENAME = N'DXXXXXXXXXXXXXXXXX.mdf' , MAXSIZE = XXXXKB, FILEGROWTH = XXXXKB )
LOG ON
( NAME = N'DXXXXXXXXXXXXXXXXX_log', FILENAME = N'DXXXXXXXXXXXXXXXXX.ldf' ,MAXSIZE = UNLIMITED , FILEGROWTH = 10%)
FOR ATTACH
GO
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8337095/viewspace-1033527/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MongoDB報錯Insufficient free space for journal files的解決方法MongoDB
- Error: 17803, Severity: 20, State: 7 Insufficient memory availableErrorAI
- cannot reclaim 52428800 bytes disk space from 4070572032 limitAIMIT
- RxSwift '_lock' is inaccessible due to 'private' protection level in DisposeBag問題Swift
- ORA-27102: out of memory Linux Error: 28: No space left on deviceLinuxErrordev
- Oracle ASM Disk Used Space DirectoryOracleASM
- DB error due to HP-UX Error:23ErrorUX
- Fatal Error: TXK Install Service,Cannot install Oracle Database HomeErrorOracleDatabase
- ORA-39700: database must be opened with UPGRADE optionDatabase
- fork failed - Cannot allocate memoryAI
- ORA-27102:out of memory Linux-x86_64 Error: 12: Cannot allocate memory的處理LinuxError
- mysql can't start dues to the disk space is fullMySql
- Oracle Database Memory StructuresOracleDatabaseStruct
- Oracle Database In-MemoryOracleDatabase
- Allocate More Space for a Database (37)Database
- error: Exited sync due to fetch errorsError
- mysql crash with disk sector errorMySqlError
- 2.5 Overview of Tablespaces and Database Files in a CDBViewDatabase
- ORA-27102: out of memory Linux-X86_64 Error: 28: No space left on deviceLinuxErrordev
- JVMST109: Insufficient space in Javaheap to satisfy allocation requestJVMJava
- [轉]ABAP Memory/SAP Memory/Shared Buffer/DatabaseDatabase
- [轉]How to release space from databaseDatabase
- cannot mount database in EXCLUSIVE modeDatabase
- VM warning: INFO: OS::commit_memory Cannot allocate memoryMIT
- startup ORA-27102: out of memory Linux-x86_64 Error: 28: No space left on deviceLinuxErrordev
- Oracle案例04——ORA-39700: database must be opened with UPGRADE optionOracleDatabase
- ServeRAID disk drive error recoveryServerAIError
- -bash: ulimit: open files: cannot modify limit: Operation not permittedMIT
- Redis 寫磁碟出錯 Cannot allocate memoryRedis
- redis 寫磁碟出錯Cannot allocate memoryRedis
- sqlserver bulk insert報錯Cannot bulk load because the file could not be opened.SQLServer
- 磁碟分析管理軟體:Disk Space Analyzer Pro mac版Mac
- RAC Instance Crashes During Startup Due To Error 495Error
- An out of memory error has occurred.Error
- Ubuntu Cannot allocate memory 錯誤解決方案Ubuntu
- redis : Can't save in background: fork: Cannot allocate memoryRedis
- Uncaught Error: Cannot instantiate interfaceError
- ‘error: ‘‘this‘‘ cannot be implicitly captured in this context‘ErrorAPTContext