Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Backup complete

Author  Topic 

mbevon
Starting Member

41 Posts

Posted - 2002-07-11 : 10:11:27


I'm trying to backup a database on an sql server, do i create a folder on the server and set that as the path, when i try doing this i 'm getting some error 112.

What should i do?


thanks
marls

setbasedisthetruepath
Used SQL Salesman

992 Posts

Posted - 2002-07-11 : 10:22:54
What might have confused you is SQL Server is passing an operating system error through to you rather than a SQL Server-specific error.

A quick check of support.microsoft.com for error 112 reveals ...

Out of disk space

Jonathan Boott, MCDBA
Go to Top of Page

mbevon
Starting Member

41 Posts

Posted - 2002-07-11 : 10:39:08


Thanks setbasedisthetruepath

I just figure that out

Go to Top of Page
   

- Advertisement -