HighTechTalks DotNet Forums  

Anyone heard of a new "Developer Version Database" MS DB?

Dotnet Framework (ODBC.net) microsoft.public.dotnet.framework.odbcnet


Discuss Anyone heard of a new "Developer Version Database" MS DB? in the Dotnet Framework (ODBC.net) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Dan Baker
 
Posts: n/a

Default Anyone heard of a new "Developer Version Database" MS DB? - 07-23-2003 , 05:05 PM






I've heard of some "new" database solution from Microsoft, designed for
developers. I thought it was called "MS DB" or "DEV DB". I also heard it
sells from Microsoft for around $50.

I've heard it supports the big databases (SQL Server). I'm curious if it
also supports any smaller (cheaper) databases?

My questions:
1) Anyone know where I can get this?
2) What database does it support?

Dan Baker



Reply With Quote
  #2  
Old   
Dan Baker
 
Posts: n/a

Default Re: Anyone heard of a new "Developer Version Database" MS DB? - 07-25-2003 , 10:28 AM






Thank you. That is what I have heard of, and was looking for.

I'm curious if I can use this in my small office application, but NOT
require my clients to purchase SQL Server?
Does the Developer Edition support other smaller databases? If so, what are
the database solutions available to my end users?

Dan Baker


"Cindy Winegarden" <cindy.winegarden (AT) mvps (DOT) org> wrote

Quote:
Hi Dan,

I haven't heard of any new database, but the Developer Edition of SQL
Server
2000 will go on sale for about $49 in August. For more see
http://www.microsoft.com/sql/howtobuy/development.asp.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden (AT) mvps (DOT) org, www.cindywinegarden.com

"Dan Baker" <danbaker (AT) efilecabinet (DOT) com> wrote in message
news:%23T$yv4VUDHA.2316 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
I've heard of some "new" database solution from Microsoft, designed for
developers. I thought it was called "MS DB" or "DEV DB". I also heard
it
sells from Microsoft for around $50.

I've heard it supports the big databases (SQL Server). I'm curious if
it
also supports any smaller (cheaper) databases?

My questions:
1) Anyone know where I can get this?
2) What database does it support?





Reply With Quote
  #3  
Old   
Cindy Winegarden
 
Posts: n/a

Default Re: Anyone heard of a new "Developer Version Database" MS DB? - 07-25-2003 , 12:54 PM



Hi Dan,

As I understand it, the Developer Edition is for development and testing
only - it's for you to use while you develop your application.

For a small office (not many users, not much data) look at Microsoft Desktop
Engine (MSDE). It's optimized for 5 "active" users and is limited to 2GB of
data per database (you can have more than one database). For more see
http://www.microsoft.com/sql/msde/default.asp and
http://www.microsoft.com/sql/msde/howtobuy/msdeuse.asp.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden (AT) mvps (DOT) org, www.cindywinegarden.com

"Dan Baker" <danbaker (AT) efilecabinet (DOT) com> wrote

Quote:
Thank you. That is what I have heard of, and was looking for.

I'm curious if I can use this in my small office application, but NOT
require my clients to purchase SQL Server?
Does the Developer Edition support other smaller databases? If so, what
are
the database solutions available to my end users?

Dan Baker


"Cindy Winegarden" <cindy.winegarden (AT) mvps (DOT) org> wrote in message
news:%23KcanllUDHA.1812 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Hi Dan,

I haven't heard of any new database, but the Developer Edition of SQL
Server
2000 will go on sale for about $49 in August. For more see
http://www.microsoft.com/sql/howtobuy/development.asp.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden (AT) mvps (DOT) org, www.cindywinegarden.com

"Dan Baker" <danbaker (AT) efilecabinet (DOT) com> wrote in message
news:%23T$yv4VUDHA.2316 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
I've heard of some "new" database solution from Microsoft, designed
for
developers. I thought it was called "MS DB" or "DEV DB". I also
heard
it
sells from Microsoft for around $50.

I've heard it supports the big databases (SQL Server). I'm curious if
it
also supports any smaller (cheaper) databases?

My questions:
1) Anyone know where I can get this?
2) What database does it support?







Reply With Quote
  #4  
Old   
Jay B. Harlow [MVP - Outlook]
 
Posts: n/a

Default Re: Anyone heard of a new "Developer Version Database" MS DB? - 07-25-2003 , 01:00 PM



Dan,
The developer edition itself is only licensed for a single developer.

You can "ship" the MSDE (Microsoft SQL Server Desktop Engine) with you app.

http://www.microsoft.com/sql/msde/

The basic difference being the Developer edition includes developer tools
(Enterprise Manager, Query Manager) while the MSDE does not include these
tools.

In either case you are limited to something like 5 simultaneous connects.
With the disconnected nature of ADP.NET this should not be an issue for most
..NET apps.

Hope this helps
Jay

"Dan Baker" <danbaker (AT) efilecabinet (DOT) com> wrote

Quote:
Thank you. That is what I have heard of, and was looking for.

I'm curious if I can use this in my small office application, but NOT
require my clients to purchase SQL Server?
Does the Developer Edition support other smaller databases? If so, what
are
the database solutions available to my end users?

Dan Baker


"Cindy Winegarden" <cindy.winegarden (AT) mvps (DOT) org> wrote in message
news:%23KcanllUDHA.1812 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Hi Dan,

I haven't heard of any new database, but the Developer Edition of SQL
Server
2000 will go on sale for about $49 in August. For more see
http://www.microsoft.com/sql/howtobuy/development.asp.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden (AT) mvps (DOT) org, www.cindywinegarden.com

"Dan Baker" <danbaker (AT) efilecabinet (DOT) com> wrote in message
news:%23T$yv4VUDHA.2316 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
I've heard of some "new" database solution from Microsoft, designed
for
developers. I thought it was called "MS DB" or "DEV DB". I also
heard
it
sells from Microsoft for around $50.

I've heard it supports the big databases (SQL Server). I'm curious if
it
also supports any smaller (cheaper) databases?

My questions:
1) Anyone know where I can get this?
2) What database does it support?







Reply With Quote
  #5  
Old   
Dan Baker
 
Posts: n/a

Default Re: Anyone heard of a new "Developer Version Database" MS DB? - 07-25-2003 , 05:20 PM



I found my log files. Here is a snippet of the problem (cnfgsvr.out) :
################################################## ##########################
###
Starting Service ...
SQL_Latin1_General_CP1_CI_AS
-m -Q -T4022 -T3659
Connecting to Server ...
driver={sql server};server=MYMACHINE\VSDOTNET;UID=sa;PWD=;data base=master
[Microsoft][ODBC Driver Manager] Data source name not found and no default
driver specified
SQL Server configuration failed.
################################################## ##########################
###
################################################## ##########################
###
Starting Service ...
SQL_Latin1_General_CP1_CI_AS
-m -Q -T4022 -T3659
Connecting to Server ...
driver={sql server};server=MYMACHINE\VSDOTNET;UID=sa;PWD=;data base=master
[Microsoft][ODBC Driver Manager] Data source name not found and no default
driver specified
SQL Server configuration failed.
################################################## ##########################
###
It appears to have installed at:
C:\Program Files\Microsoft SQL Server\MSSQL$VSDOTNET\
the ..\Data folder has tempdb.mdf and templog.ldf
I'm wondering if I need a master.mdf file?

Other ideas of why this baby won't install ?
DanB


"Dan Baker" <danbaker (AT) efilecabinet (DOT) com> wrote

Quote:
Thank you!

Sounds like "MSDE (Microsoft SQL Server Desktop Engine)" is what I was
hearing about, and I was getting it confused with the "Microsoft Developer
Edition (MSDE)".

I have Microsoft Visual Studio 2003, and have downloaded the "sql2ksp3",
and
installed it.
BUT, when I run the Setup.exe (with all the parameters the website states:
Setup.exe /qb+ INSTANCENAME=VSDOTNET DISABLENETWORKPROTOCOLS=1
SAPWD=my_secret_password) I get an error. It states to look in the
install
logs, but I can't find any installation log files...

Any hints on what might be wrong? This appears to be the piece of the
puzzle I've been looking for.

Dan Baker


"Jay B. Harlow [MVP - Outlook]" <Jay_Harlow (AT) email (DOT) msn.com> wrote in
message
news:uHvD54sUDHA.216 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
Dan,
The developer edition itself is only licensed for a single developer.

You can "ship" the MSDE (Microsoft SQL Server Desktop Engine) with you
app.

http://www.microsoft.com/sql/msde/

The basic difference being the Developer edition includes developer
tools
(Enterprise Manager, Query Manager) while the MSDE does not include
these
tools.

In either case you are limited to something like 5 simultaneous
connects.
With the disconnected nature of ADP.NET this should not be an issue for
most
.NET apps.

Hope this helps
Jay

"Dan Baker" <danbaker (AT) efilecabinet (DOT) com> wrote in message
news:%23mufMkrUDHA.1916 (AT) TK2MSFTNGP12 (DOT) phx.gbl...
Thank you. That is what I have heard of, and was looking for.

I'm curious if I can use this in my small office application, but NOT
require my clients to purchase SQL Server?
Does the Developer Edition support other smaller databases? If so,
what
are
the database solutions available to my end users?

Dan Baker


"Cindy Winegarden" <cindy.winegarden (AT) mvps (DOT) org> wrote in message
news:%23KcanllUDHA.1812 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Hi Dan,

I haven't heard of any new database, but the Developer Edition of
SQL
Server
2000 will go on sale for about $49 in August. For more see
http://www.microsoft.com/sql/howtobuy/development.asp.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden (AT) mvps (DOT) org, www.cindywinegarden.com

"Dan Baker" <danbaker (AT) efilecabinet (DOT) com> wrote in message
news:%23T$yv4VUDHA.2316 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
I've heard of some "new" database solution from Microsoft,
designed
for
developers. I thought it was called "MS DB" or "DEV DB". I also
heard
it
sells from Microsoft for around $50.

I've heard it supports the big databases (SQL Server). I'm
curious
if
it
also supports any smaller (cheaper) databases?

My questions:
1) Anyone know where I can get this?
2) What database does it support?











Reply With Quote
  #6  
Old   
Cindy Winegarden
 
Posts: n/a

Default Re: Anyone heard of a new "Developer Version Database" MS DB? - 07-25-2003 , 08:52 PM



Hi Jay,

According to http://www.microsoft.com/sql/msde/pr...o/features.asp, "It
has a managed concurrency workload governor that limits up to five
concurrent batch workloads for optimal performance ..." which I take to mean
any number of "idle" users and up to 5 "busy" ones. Ultimately, after the
6th user becomes "busy" the app will slow down, but the user won't be
refused. I know people who have 30 users using an MSDE app.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden (AT) mvps (DOT) org, www.cindywinegarden.com

"Jay B. Harlow [MVP - Outlook]" <Jay_Harlow (AT) email (DOT) msn.com> wrote


Quote:
In either case you are limited to something like 5 simultaneous connects.



Reply With Quote
  #7  
Old   
Jay B. Harlow [MVP - Outlook]
 
Posts: n/a

Default Re: Anyone heard of a new "Developer Version Database" MS DB? - 07-28-2003 , 09:37 AM



Cindy,
That is effectively what I meant. I did not say it well. Thanks for
clarifying.

Jay

"Cindy Winegarden" <cindy.winegarden (AT) mvps (DOT) org> wrote

Quote:
Hi Jay,

According to http://www.microsoft.com/sql/msde/pr...o/features.asp,
"It
has a managed concurrency workload governor that limits up to five
concurrent batch workloads for optimal performance ..." which I take to
mean
any number of "idle" users and up to 5 "busy" ones. Ultimately, after the
6th user becomes "busy" the app will slow down, but the user won't be
refused. I know people who have 30 users using an MSDE app.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy.winegarden (AT) mvps (DOT) org, www.cindywinegarden.com

"Jay B. Harlow [MVP - Outlook]" <Jay_Harlow (AT) email (DOT) msn.com> wrote in
message
news:uHvD54sUDHA.216 (AT) TK2MSFTNGP10 (DOT) phx.gbl...

In either case you are limited to something like 5 simultaneous
connects.





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.