|
-
May 7th, 2008, 05:56 PM
#1
SQL Server Express DB Access
Hi Guys,
I currently have a local MDF (App_Data) and was wondering if keeping the DB local is the right thing to do (especially when more than one user needs to connect).
My understanding is (in this configuration) that the MDF gets attached each time the web app runs, and dettached each time at termination.
In this case, what happens if another user joins, do they share the same attached MDF? (I susspect they do )
All that said, is it better practice to relocate from local, and have the MDF permantly attach AND configure Users to the SQL Server.
Cheers 'n' beers,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|