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 |
Dance Doll
Yak Posting Veteran
54 Posts |
Posted - 2007-03-06 : 15:09:35
|
I found there is a extra back slash in data file directory. I know once the db is built I can't change the directory. I just want to remove a extra slash. What can I do? |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-03-06 : 15:33:26
|
You could detach the database, move it to the proper location, then attach it. You could also use BACKUP/RESTORE, but detach/attach would most likely be faster for this.I'm very surprised that SQL Server allowed you to create the database if there was an extra back slash in the path.Tara Kizer |
 |
|
|
|
|