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 |
mkavuran
Starting Member
2 Posts |
Posted - 2008-10-01 : 10:31:18
|
Hi to everybody. I am new at sql, and have a problem about attaching datbase. I have a dlink dns-323 2-bay, sata network storage enclosure, and want to attach the database files from that hardware, but when i try to attach it, i can not see the storage box under browse screen, when i type the path of the storage box (like \\192.168.1.2\volume_1\xxx_data.mdf ) i get an error warning, tells that the data files were not on supported drive(s). Is there any solution for that problem? how can i connect the databases from that storage box on lan?Thanks in advance... |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-10-01 : 11:02:59
|
Is it possible to copy files to your network storage and then attach? |
|
|
mkavuran
Starting Member
2 Posts |
Posted - 2008-10-01 : 11:04:24
|
i have already copied the databases to storage, but can not attach them from the storage. |
|
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2008-10-01 : 11:21:29
|
Then why are you specifying \\hostname\..? Can you copy database files to your local server? |
|
|
|
|
|