Showing posts with label confusion. Show all posts
Showing posts with label confusion. Show all posts

Monday, March 12, 2012

MSDE Licencing confusion

Hi,
If I install MSDE on a live deployed server and manage it using SQL Server
2000 DEVELOPER Edition, which is installed on another machine, would I be
breaking the
licencing rules?
By manage, I mean use Enterprise Manager to perform maintenance tasks etc.
Our situation is that we currently have SQL Server 7 running our business
databases. We want to upgrade to SQL Server 2000 but only have a Developer
Edition which came with our MSDN kit.
We could upgrade to v7 to v2000 but I wanted to first consider the
alternative (cheaper) options.
Ta.
Bugger, posted the question before reading this line on
http://www.microsoft.com/sql/msde/howtobuy/msdeuse.asp
"Note: The tools and services included with SQL Server Developer Edition may
not be used to manage production server environments."
Sorry about that. Any comments further to that or suggestions regarding what
I'm considering doing would still be most welcome.
Thanks again.
|||hi,
Swaffs wrote:
> Hi,
> If I install MSDE on a live deployed server and manage it using SQL
> Server 2000 DEVELOPER Edition, which is installed on another machine,
> would I be breaking the
> licencing rules?
> By manage, I mean use Enterprise Manager to perform maintenance tasks
> etc.
> Our situation is that we currently have SQL Server 7 running our
> business databases. We want to upgrade to SQL Server 2000 but only
> have a Developer Edition which came with our MSDN kit.
> We could upgrade to v7 to v2000 but I wanted to first consider the
> alternative (cheaper) options.
>
you would break the EULA this way.. .but you can perhaps have a look at
http://www.microsoft.com/downloads/d...displaylang=en
... it's the evaluation edition fo SQL Server 2000 with 120 days trial..
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.biz/DbaMgr.shtmhttp://italy.mvps.org
DbaMgr2k ver 0.12.0 - DbaMgr ver 0.58.0
(my vb6+sql-dmo little try to provide MS MSDE 1.0 and MSDE 2000 a visual
interface)
-- remove DMO to reply
|||Have you tried any other tools (free tolls) to manage your database?
Linda
"Swaffs" <Swaffs@.discussions.microsoft.com> wrote in message
news:BA9533BB-5B31-430E-85CB-E709C420CF20@.microsoft.com...
> Bugger, posted the question before reading this line on
> http://www.microsoft.com/sql/msde/howtobuy/msdeuse.asp
> "Note: The tools and services included with SQL Server Developer Edition
> may
> not be used to manage production server environments."
> Sorry about that. Any comments further to that or suggestions regarding
> what
> I'm considering doing would still be most welcome.
> Thanks again.

Wednesday, March 7, 2012

MSDE Installation Confusion

I recently obtained Visual C++ .NET 2003, and am under the impression that I
have to install MSDE to provide SQL support for applications I write.
Do I need to install SQLServer as well? (None of the documentation I have
read so far says so, but some comments I have read make me want
confirmation).
Regards
Dave
Hi Dave,
If you have SQL Server, you have no need to install the MSDE. The MSDE is
basically a cut-down SQL Server mostly used for deployment with apps where
the client doesn't have SQL Server. For development, you should use the
Developer Edition of SQL Server.
HTH,
Greg Low [MVP]
MSDE Manager SQL Tools
www.whitebearconsulting.com
"Dave Bolt" <dave@.NO_SPAM_PLEASE_davebolt.fsnet.co.uk> wrote in message
news:usPPlBk5EHA.2012@.TK2MSFTNGP15.phx.gbl...
>I recently obtained Visual C++ .NET 2003, and am under the impression that
>I have to install MSDE to provide SQL support for applications I write.
> Do I need to install SQLServer as well? (None of the documentation I have
> read so far says so, but some comments I have read make me want
> confirmation).
> Regards
> Dave
>
|||Thanks lots for that clarification.
Regards
Dave
"Greg Low [MVP]" <greglow@.lowell.com.au> wrote in message
news:%23wWf3Xl5EHA.1264@.TK2MSFTNGP12.phx.gbl...
> Hi Dave,
> If you have SQL Server, you have no need to install the MSDE. The MSDE is
> basically a cut-down SQL Server mostly used for deployment with apps where
> the client doesn't have SQL Server. For development, you should use the
> Developer Edition of SQL Server.
> HTH,
> --
> Greg Low [MVP]
> MSDE Manager SQL Tools
> www.whitebearconsulting.com
> "Dave Bolt" <dave@.NO_SPAM_PLEASE_davebolt.fsnet.co.uk> wrote in message
> news:usPPlBk5EHA.2012@.TK2MSFTNGP15.phx.gbl...
>