You have to have SQL Server installed on the server which has the data files installed on it. If SQL isn't installed on that server, you'll need to either install it, or more the database files to another server which already has SQL Server installed. You can then attach the database to that instance by using the sp_attach_db system stored procedure.
Last Wiki Answer Submitted: April 11, 2010 5:51 am by Aguacer08,120 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
As to the prior answer, you can’t attach a SQL database over a mapped network drive. This would be an unsupported configuration, and SQL won’t let you do it.
How do you want to access it ? by means of an application ? If so, what type of application ?
As to the prior answer, you can’t attach a SQL database over a mapped network drive. This would be an unsupported configuration, and SQL won’t let you do it.
thanks to all who tried my problem…. i finished that project with my guides help…. thanks a lot to all