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 |
|
nukitsamees
Starting Member
1 Post |
Posted - 2010-06-14 : 10:17:20
|
| Msg 5133, Level 16, State 1, Line 1Directory lookup for the file "D:\MSSQL\DATA\baas1.mdf" failed with the operating system error 3(failed to retrieve text for this error. Reason: 15105).Msg 1802, Level 16, State 1, Line 1CREATE DATABASE failed. Some file names listed could not be created. Check related errors.CREATE DATABASE baas1 ON PRIMARY ( NAME = N'baas1', FILENAME = N'D:\MSSQL\DATA\baas1.mdf' , SIZE = 3072KB , FILEGROWTH = 1024KB )LOG ON ( NAME = N'baas1_log', FILENAME = N'D:\MSSQL\DATA\baas1_log.ldf', SIZE = 1024KB, FILEGROWTH = 10%)GOall errors i get, end with (failed to retrieve text for this error. Reason: 15105)tried to restore backup, even that didnt work |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
Kristen
Test
22859 Posts |
Posted - 2010-06-14 : 13:11:31
|
| Does folderD:\MSSQL\DATAexist on D: drive ?If so does the file D:\MSSQL\DATA\baas1.mdf already exist? |
 |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|
|
|
|