Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Errore creazione backup

48 views
Skip to first unread message

mir

unread,
Mar 15, 2010, 5:20:01 PM3/15/10
to
Mi appare il seguente errore quando voglio creare il backup ... cosa significa?

-------------------------------------------------------------------
TITLE: Microsoft SQL Server Management Studio
------------------------------

Backup failed for Server 'WORKWIND'. (Microsoft.SqlServer.SmoExtended)

For help, click:
http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.0.1600.22+((SQL_PreRelease).080709-1414+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Backup+Server&LinkId=20476

------------------------------
ADDITIONAL INFORMATION:

System.Data.SqlClient.SqlError: A nonrecoverable I/O error occurred on file
"W:\Program Files\Microsoft SQL
Server\MSSQL10.MSSQLSERVER\MSSQL\Backup\Wind_Power_Data.bak:" 112(failed to
retrieve text for this error. Reason: 1815). (Microsoft.SqlServer.Smo)

For help, click:
http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.0.1600.22+((SQL_PreRelease).080709-1414+)&LinkId=20476
-------------------------------------------------------------------

Grazie dell'aiuto

Luca Bianchi

unread,
Mar 16, 2010, 5:49:36 AM3/16/10
to
> System.Data.SqlClient.SqlError: A nonrecoverable I/O error occurred on
> file
> "W:\Program Files\Microsoft SQL
> Server\MSSQL10.MSSQLSERVER\MSSQL\Backup\Wind_Power_Data.bak:" 112(failed
> to
> retrieve text for this error. Reason: 1815). (Microsoft.SqlServer.Smo)

Per questo tipo di errori prendi il codice (quel 112), apri un command
prompt e scrivi

NET HELPMSG 112

Il risultato è

"There is no enough space on disk"

> Grazie dell'aiuto

Bye

--
Luca Bianchi
Microsoft MVP - SQL Server


mir

unread,
Mar 16, 2010, 6:08:04 PM3/16/10
to
"Luca Bianchi" wrote:

Ti ringrazio ... c'è un modo per capire le dimensioni del file di backup
prima di fare il backup?

Luca Bianchi

unread,
Mar 17, 2010, 6:48:58 AM3/17/10
to
> Ti ringrazio ... c'è un modo per capire le dimensioni del file di backup
> prima di fare il backup?

Puoi avere una stima in base allo spazio effettivamente utilizzato dal
database.
Se esegui la sp_spaceused il valore che vedi nel campo "reserved" è quello
che, verosimilmente, ti richiederà il backup.

0 new messages