![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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? |
#3
| |||
| |||
|
|
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? |
#4
| |||
| |||
|
|
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? |
#5
| |||
| |||
|
|
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? |
#6
| |||
| |||
|
|
In either case you are limited to something like 5 simultaneous connects. |
#7
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |