Wrox Programmer Forums
|
ASP.NET 4 General Discussion For ASP.NET 4 discussions not relating to a specific Wrox book
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 4 General Discussion section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 22nd, 2011, 01:31 PM
Registered User
 
Join Date: Apr 2011
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default simple query

What is the main difference in creating internal database in Visual Studio and external in sql server???
 
Old August 23rd, 2011, 12:27 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

Not sure what you're asking. Where did you see these terms?

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old September 11th, 2011, 09:30 AM
Registered User
 
Join Date: Sep 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

If I understand your question correctly the difference is dependent on what the application will be used for.

For a web app you would generally want to use an external database versus a local database stored in the websites directory. This is both for performance, data management and security reasons.

The exception would be if this was a desktop application and you needed to store data locally. Then it would make sense to use a local database stored in the install directory of the application.

Of course this is just my opinion and there may be other reasons I have not considered.
 
Old September 14th, 2011, 11:01 AM
Friend of Wrox
 
Join Date: Apr 2010
Posts: 125
Thanks: 20
Thanked 3 Times in 3 Posts
Default

Hi,There
If you have external sql database then other website can access to it( if have enough permission). But You must choice database name so that there is no database by this name. If you use asp.net membership and roles You also must customize database object's.
If you have internal sql database then you can choice any name but another application cannot access it. How ever you don't need to customize database for users profile's , membership and so on.
I hope it help you
__________________
Please excuse me for poor and bad English.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with simple query sg48 SQL Server 2008 3 April 9th, 2010 12:18 PM
Simple query question ltblue14 Access 3 July 16th, 2006 02:10 PM
Simple Query help pls? Mitch_A SQL Language 5 February 3rd, 2006 05:13 PM
Simple Query Need Help ~Bean~ SQL Language 2 June 27th, 2005 11:22 AM
Simple Query/Display ABATES VS.NET 2002/2003 1 August 10th, 2003 05:54 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.