473,396 Members | 2,092 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

SQLExpress as a Web Application's Profile/Role data store

My team builds special purpose applications to support the accounting
firm I work for. We also develop the firm's intranet.

We've started to build new applications in .Net 2.0 and I'm wondering
how well the apps will perform if we deploy them using the SQLExpress
database that is created by default as part of our apps. This would
be very nice since all of the app specific roles, membership and
profile information would be stored with the app and would be very
easy to move from one server to another. I haven't seen any numbers
on whether there is much of a "hit" on the web server to attach/detach
these databases when an app starts and shuts down.

FWIW, our server has excess memory and CPU availability.

Thanks for any insite.

--
Jason Kendall
ja**********@hotmail.com
Jan 5 '06 #1
3 1290
SQL Express is good for development, however for deployment you really want
to get SQL 2005 to handle the load. I don't think the SQL Express was
intended for deployment, so you may get into some limitations if you try
that.

I'll look for the table of comparison and post it if I find it.

Cheers
Al

"Jason Kendall" wrote:
My team builds special purpose applications to support the accounting
firm I work for. We also develop the firm's intranet.

We've started to build new applications in .Net 2.0 and I'm wondering
how well the apps will perform if we deploy them using the SQLExpress
database that is created by default as part of our apps. This would
be very nice since all of the app specific roles, membership and
profile information would be stored with the app and would be very
easy to move from one server to another. I haven't seen any numbers
on whether there is much of a "hit" on the web server to attach/detach
these databases when an app starts and shuts down.

FWIW, our server has excess memory and CPU availability.

Thanks for any insite.

--
Jason Kendall
ja**********@hotmail.com

Jan 5 '06 #2
Al,

If you find that table, I'd love to see it. No worries if you don't,
though. I figured that the recommendation would be as you describe
anyway. I was just hoping that SQLExpress was a panacea. :-)

--
Jason Kendall
ja**********@hotmail.com

On Thu, 5 Jan 2006 07:58:02 -0800, "Albert Pascual"
<Al***********@discussions.microsoft.com> wrote:
SQL Express is good for development, however for deployment you really want
to get SQL 2005 to handle the load. I don't think the SQL Express was
intended for deployment, so you may get into some limitations if you try
that.

I'll look for the table of comparison and post it if I find it.

Cheers
Al

"Jason Kendall" wrote:
My team builds special purpose applications to support the accounting
firm I work for. We also develop the firm's intranet.

We've started to build new applications in .Net 2.0 and I'm wondering
how well the apps will perform if we deploy them using the SQLExpress
database that is created by default as part of our apps. This would
be very nice since all of the app specific roles, membership and
profile information would be stored with the app and would be very
easy to move from one server to another. I haven't seen any numbers
on whether there is much of a "hit" on the web server to attach/detach
these databases when an app starts and shuts down.

FWIW, our server has excess memory and CPU availability.

Thanks for any insite.

--
Jason Kendall
ja**********@hotmail.com

Jan 5 '06 #3
As it's been explained to me by the Microsoft SQL team, SQL Express *is*
meant for production. It's meant to go head-to-head with MySQL4...

Over the summer I was at a MSFT event and one of the architects explained
that any simple website that just needs to read/write values to a database
will be fine with SQL Express in production.

"Albert Pascual" <Al***********@discussions.microsoft.com> wrote in message
news:46**********************************@microsof t.com...
SQL Express is good for development, however for deployment you really
want
to get SQL 2005 to handle the load. I don't think the SQL Express was
intended for deployment, so you may get into some limitations if you try
that.

I'll look for the table of comparison and post it if I find it.

Cheers
Al

"Jason Kendall" wrote:
My team builds special purpose applications to support the accounting
firm I work for. We also develop the firm's intranet.

We've started to build new applications in .Net 2.0 and I'm wondering
how well the apps will perform if we deploy them using the SQLExpress
database that is created by default as part of our apps. This would
be very nice since all of the app specific roles, membership and
profile information would be stored with the app and would be very
easy to move from one server to another. I haven't seen any numbers
on whether there is much of a "hit" on the web server to attach/detach
these databases when an app starts and shuts down.

FWIW, our server has excess memory and CPU availability.

Thanks for any insite.

--
Jason Kendall
ja**********@hotmail.com

Jan 5 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: techsupport | last post by:
I have some experience with .NET Remoting, as well as ASP.NET 2.0, and have been wanting to remote a custom membership and profile provider. I want to take advantage of the new controls in ASP.NET...
1
by: VB Programmer | last post by:
I am using personalization/profile to store info for the user that is not contained in the aspnet_Users or aspnet_Membership tables. This info includes, firstname, lastname, and phonenumber. ...
0
by: Anonieko | last post by:
A lot of times, web hostings for ASPNET 2.0 will offer only MS Access DB for database for basic plan, a question often asked is how can I use the membership services, role, web parts services, etc ...
1
by: Rasheed | last post by:
We are building a smart client application (.NET 2.0) which uses Web Services to access the business objects. Services: The Web Services have been secured by brokered authentication using X509...
13
by: Matt Fielder | last post by:
First off, if this is better posted in another group that qualifies as a manged group, please let me know. I currently have an application written in VB.Net using MSDE as the database. Current...
2
by: Annie | last post by:
Hello guys, I have set the MEMBERSHIP, ROLEMANAGER and PROFILE in my config file as below. I just want to use my own sql server 2000 table instead of MSDB.
1
by: Mrozik | last post by:
Hi! I have Web Application with forms authentication. Data and security model resides in Oracle database. I have 'login' page with MS 'Login' control. In my LoggingIn event for debug purposes I...
1
by: kpg* | last post by:
Hi all, Trying to use the ASP.NET 2.0 membeship API to manage users and user profiles, and of course, to provide role based security to my web app. I have several attributes I want to users,...
4
by: Scott M. | last post by:
When profile data is stored in ASP .NET, where is the user data persisted? For how long is it persisted: is it session persisted or permanent (like a cookie)?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.