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.

 All Forums
 Development Tools
 ASP.NET
 SQL Express and ASP.NET

Author  Topic 

pingwee
Starting Member

2 Posts

Posted - 2006-07-13 : 16:36:56
Hi,

I am currently developping an ASP.NET site using SQL Express as database.
Planning to publish it on a server very soon, will I be able to use SQL Express on my server ? Was is the main difference with other versions ?

I was suprised to see that it SQLEXPRESS I am able to place database files in a App_Data folder, whereas on older versions everything was centralised in the MSSQL folder. Could someone explain me this change ?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2006-07-13 : 16:41:47
You can put your database files in any folder that you want. It doesn't have to go in the MSSQL folder in older versions, that's just the default.

You need to look at the SQL Express features to determine if it's what you want on your server:
http://www.microsoft.com/sql/editions/express/default.mspx

Tara Kizer
Go to Top of Page

pingwee
Starting Member

2 Posts

Posted - 2006-07-14 : 04:15:26
Acording to http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx
SQLEXPRESS should be enough to host a database, because its only limitation is the database maximum size (4GB).

So if the database does not exceed 4GB, SQLEXPRESS should be enough.

Am i right ?
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2006-07-14 : 12:30:52
That isn't its only limitation. We require Enterprise Edition for our environments. None of the other editions have the features that we need. So it just depends on what you need.

Tara Kizer
Go to Top of Page

afrika
Master Smack Fu Yak Hacker

2706 Posts

Posted - 2010-11-21 : 17:40:49
asp.net supports you using sql server in two ways.

To rival mysql you can do it the way you are currently doing it.

The better way, is to install sql on the server and make a reference via a class data set to you database.

there are loads of tutorials and videos here

http://www.asp.net/get-started
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-11-21 : 20:45:36
4 years later?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -