Re: SQL Express Edition Network Deployment Error

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



CypherDrive,

I would avoid Access for anything other than single-user, personal use.

You might also want to look into using one of the open source database
products like MySQL or PostGreSql.

Kerry Moorman


"CypherDrive" wrote:

Ge,

Truly you are right.

Thanks so much.

I have instructed my colleague to ask for a quotation of MS SQL Standard to
solve our problem. There is a 25% Discount on SQL Server up to Sept this
year.

If it is still expensive. We will end up using Visual foxpro 7.0 or MS
Access 2003. In your opinion which among the two is better to use?


So sad to hear that it only functions locally.


Thanks again.

Regards,

Cypher...





""Jialiang Ge [MSFT]"" <jialge@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:ShPGtT69IHA.4432@xxxxxxxxxxxxxxxxxxxxxxxxx
Hello Cypher,

The issue of "The file *.mdf is on a network path that is not supported
for
database files" is caused by one of the SQL Express limits:

SQL Server 2005 Express Edition Overview
http://msdn.microsoft.com/en-us/library/ms345154.aspx

<quote>
SQL Server supports using multiple data and log files for a database and
these files can be distributed in multiple file groups. This is not
supported in the AttachDBFileName syntax. *Also the network share, HTTP
paths, or Universal Naming Conventional (UNC) remote databases are not
supported.*
</quote>

Because your mdf is located in a network share and our app accesses the
mdf
through the unc path, the error is thrown for lack of the UNC remote DB
support. Having another license of an SQL Server Express edition run on
that machine will not help either. In other words, if we have to use SQL
Server Expression edition, the DB must be local for it to work. For your
scenario, the possible solutions are:

1. Install SQL Server of Non-Express edition (e.g. Enterprise Edition) and
attach the mdf to the server.
(I can understand that you may not choose this solution according to our
communications in the past.)

2. If the mdf must stay remotely, you may consider building a data access
layer (DAL) on that remote machine (DAL stays with the mdf), and expose
the
interfaces of DAL to our application through the tech like web service. In
this way, our app calls the DAL to do the DB operations.

For more information about DAL, please refer to the articles:
http://msdn.microsoft.com/en-us/magazine/cc188750.aspx
http://msdn.microsoft.com/en-us/library/aa581778.aspx

Regards,
Jialiang Ge (jialge@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.





.



Relevant Pages

  • Error 1813 or "WHY didnt they call me earlier?"
    ... 3- copy the data file (mdf and ndf's) over the ones from ... 4- start sql server ... >The SQL Server 7.0 database on this server appear after ... >but I get an error telling me that ldf file and mdf file ...
    (microsoft.public.sqlserver.server)
  • RE: database access from VC++
    ... But my database already exist in SQL server 2005. ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.vc.database)
  • Re: transfering ASPNETDB.MDF Authentiocation to SQLServer
    ... ** Since SQL Server Express's database(your current mdf data file based ... database) are just a standard SQL server 2005 data file, ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: SQL Express Edition Network Deployment Error
    ... There is a 25% Discount on SQL Server up to Sept this ... > The issue of "The file *.mdf is on a network path that is not supported ... > Microsoft Online Community Support ... > where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: VSTeam Suite Database Setup
    ... I noticed that your concern is mainly about database project to support SQL Server 2008, which is a feature in Database Edition. ... For the Database Edition support to SQL Server 2008, you have to wait for the upcoming GDR edition, which is planning to finally release in Oct. of this year. ...
    (microsoft.public.vsnet.enterprise.tools)