Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - MSDE support?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

MSDE support?

 Post Reply Post Reply Page  12>
Author
trendecide View Drop Down
Groupie
Groupie


Joined: 26 May 2002
Location: United States
Status: Offline
Points: 54
Post Options Post Options   Thanks (0) Thanks(0)   Quote trendecide Quote  Post ReplyReply Direct Link To This Post Topic: MSDE support?
    Posted: 17 February 2003 at 10:50am

my understanding is that MSDE is a stripped down version of SQL Server, but it's free.  I'm not too familiar with it, but would it be worth supporting it in v7.0?

Love, Peace and Chicken Grease!
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 17 February 2003 at 11:37am
If you mean the desktop version of SQL server then it should be, but I'm not sure if you can connect to it using TCP/IP (mixed mode), which would mean it can't be used as a web backend database.
Back to Top
trendecide View Drop Down
Groupie
Groupie


Joined: 26 May 2002
Location: United States
Status: Offline
Points: 54
Post Options Post Options   Thanks (0) Thanks(0)   Quote trendecide Quote  Post ReplyReply Direct Link To This Post Posted: 17 February 2003 at 11:41am

ASP.NET forums use it as an alternative to SQL Server...

http://www.asp.net/Forums/Download/default.aspx?tabindex=1

Love, Peace and Chicken Grease!
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 17 February 2003 at 11:50am
Then it should work, just download the SQL server version, and setup the right connection to the database.
Back to Top
michael View Drop Down
Senior Member
Senior Member
Avatar

Joined: 08 April 2002
Location: United States
Status: Offline
Points: 4670
Post Options Post Options   Thanks (0) Thanks(0)   Quote michael Quote  Post ReplyReply Direct Link To This Post Posted: 17 February 2003 at 2:54pm
though the forum does not create the database and MSDE does not come with client tools so either get some freeware app to create a db and a user or use osql, is just as good.
Back to Top
trendecide View Drop Down
Groupie
Groupie


Joined: 26 May 2002
Location: United States
Status: Offline
Points: 54
Post Options Post Options   Thanks (0) Thanks(0)   Quote trendecide Quote  Post ReplyReply Direct Link To This Post Posted: 17 February 2003 at 7:59pm
I'll toy around with it and let you know what I can come up with.
Love, Peace and Chicken Grease!
Back to Top
tmcquinlan View Drop Down
Newbie
Newbie
Avatar

Joined: 26 June 2002
Location: Australia
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote tmcquinlan Quote  Post ReplyReply Direct Link To This Post Posted: 17 February 2003 at 8:44pm

MSDE was originally offered as a free developers version of SQL but is now often used for desktop apps that are designed for a single user.

The biggest reason you won't want to use it for a discussion forum is that it has an inbuilt maximum of 5 users.  It will allow more users to connect, but performance will be seriously, purposely, degraded over 5.

Back to Top
thekiwi View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 23 November 2003
Location: New Zealand
Status: Offline
Points: 392
Post Options Post Options   Thanks (0) Thanks(0)   Quote thekiwi Quote  Post ReplyReply Direct Link To This Post Posted: 18 December 2003 at 12:55pm
Originally posted by tmcquinlan tmcquinlan wrote:

MSDE was originally offered as a free developers version of SQL but is now often used for desktop apps that are designed for a single user.

The biggest reason you won't want to use it for a discussion forum is that it has an inbuilt maximum of 5 users.  It will allow more users to connect, but performance will be seriously, purposely, degraded over 5.

http://www.aspfaq.com/show.asp?id=2343

Specifically concerning the "concurrent users", the aboive statement is not 100% correct.

"MSDE 2000 allows 32,767 connections to an instance of the database engine. There is no limit for the number of connections that can be executing operations at the same time. The only effect of the workload governor is that it starts slowing down the database engine when more than eight operations are actively running at the same time."

and

"Once it has been activated, the workload governor limits performance by stalling a user connection for a few milliseconds each time the connection requests a logical read or write on any of the pages in the data files of a database"

and

"When the number of active operations is eight or lower, the database engine does not wait before scheduling any reads or writes. When the workload governor is active, it equally affects all connections; it is not limited to slowing down only the connections that activated the governor. The length of the wait implemented by the governor is constant (it does not vary depending on how many operations are active beyond the limit of eight)."

Given that an "operation" will only last milliseconds anyway ... the impact when compared to an access database will be very very minimal.

Id consider MSDE a far better option than an access database

Back to Top
 Post Reply Post Reply Page  12>

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.