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.
| 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?thanksmarls |
|
|
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 spaceJonathan Boott, MCDBA |
 |
|
|
mbevon
Starting Member
41 Posts |
Posted - 2002-07-11 : 10:39:08
|
| Thanks setbasedisthetruepathI just figure that out |
 |
|
|
|
|
|