What is the difference b/w Database Architecture, Database Designer and
Database Developer
John wrote:
> What is the difference b/w Database Architecture, Database Designer
> and Database Developer
I'll start off the thread with the following rant:
The Database Architect is much like the Database Designer, but he has a
cooler sounding title. He (or she) has likely earned that title by
understanding not only the intricacies of relational database table
design, but also the harwdare environment. He can design a complete
system. Or maybe he can't. But he's going to cost you more than the
designer. The Architect probably has a B.S. in Engineering or Computer
Science. The Designer probably a B.A. in Music or Art History. They are
both equally likely to have initials after their name like MCSD and
MCDBA, but only the Architect could have a PhD. The Architect is a
well-adjusted person and prefers an office to a cube. Sometimes he gets
the office, sometimes not. He adjusts. The Designer always has a cube.
The Architect frequently speaks at conferences. The Designer frequently
speaks during movies. It's a small, but important difference.
The database developer is a software developer. He claims to know a
great deal about database design and query tuning, but is really just a
good .Net or Java developer with the know-how to create SELECT
statements and design a few stored procedures. He knows keys exist, but
he's not really sure what they're for or how to make them go away. Maybe
he does. I don't know. He commands a good salary if he can articulate a
point. Otherwise, he's happy with his secure job and his median salary.
He may have initials like MCAD. Up until the dot-bombs of a few years
ago, the developer frequently worked for an hourly wage as a consultant.
He still works hourly, but delivers your pizza instead.
David Gugick
Imceda Software
www.imceda.com
Showing posts with label architecture. Show all posts
Showing posts with label architecture. Show all posts
Thursday, March 22, 2012
difference b/w
Labels:
anddatabase,
architecture,
database,
designer,
microsoft,
mysql,
oracle,
server,
sql
Sunday, February 19, 2012
Developer Edition
Hi All,
I have a question regarding the usage of SQL Server 2005 Developer Edition.
Can I use it in a client - server architecture say I install Developer
edition on a server and install client tools(Management studio / profiler)
on desktops and acess as we use Enterprise Edition? The purpose is only
Development (no production work). I am asking this because ours is a small
Organization with major work is done on SQL Server 2000. Only 1 team is
gonna use 2005.
Thanks,
PradThe license for Developer Edition allows you to install the client tools on
any development computer you desire, and to have as many SQL Servers
installed as you might need, for example, a dev server, a test server, a QA
server, etc.
However, each person (developer or tester -or whoever) accessing the servers
covered with the Developer Edition license MUST have a proper license. (I
think that is currently about $50 (US) each.)
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf
"Prad" <pradeepk@.healthasyst.com> wrote in message
news:%239TXiSY%23GHA.4320@.TK2MSFTNGP02.phx.gbl...
> Hi All,
> I have a question regarding the usage of SQL Server 2005 Developer
> Edition.
> Can I use it in a client - server architecture say I install Developer
> edition on a server and install client tools(Management studio / profiler)
> on desktops and acess as we use Enterprise Edition? The purpose is only
> Development (no production work). I am asking this because ours is a small
> Organization with major work is done on SQL Server 2000. Only 1 team is
> gonna use 2005.
> Thanks,
> Prad
>|||Arnie,
Thanks for replying soon.
I know that we can install Dev Edn on Desktops as you said.
My doubt is whether I can install it on only one server and the
clients(desktop mc/) access it. So that I need to update (run build) only on
the Server rather than updating every m/c.
If not possible, I will have to go for Standard Edn right? Hope you
understud my requirement.
Thanks,
Prad
"Arnie Rowland" <arnie@.1568.com> wrote in message
news:eywEjVY%23GHA.3348@.TK2MSFTNGP03.phx.gbl...
> The license for Developer Edition allows you to install the client tools
> on any development computer you desire, and to have as many SQL Servers
> installed as you might need, for example, a dev server, a test server, a
> QA server, etc.
> However, each person (developer or tester -or whoever) accessing the
> servers covered with the Developer Edition license MUST have a proper
> license. (I think that is currently about $50 (US) each.)
> --
> Arnie Rowland, Ph.D.
> Westwood Consulting, Inc
> Most good judgment comes from experience.
> Most experience comes from bad judgment.
> - Anonymous
> You can't help someone get up a hill without getting a little closer to
> the top yourself.
> - H. Norman Schwarzkopf
>
> "Prad" <pradeepk@.healthasyst.com> wrote in message
> news:%239TXiSY%23GHA.4320@.TK2MSFTNGP02.phx.gbl...
>|||You can install SQL Server Developer Edition on any computer you desire. You
can install it on one or more servers to be accessed by other computers
acting as clients.
Each client that accesses the Developer Edition MUST have a Developer
Edition license. (And of course, they must properly qualify for the
Developer Edition license.)
No Cost for one or more Servers, Developer Edition license for each client
(user).
AS long as ALL the usage qualifies for the Developer Edition license.
Licensing -Developer Edition
My understanding of the Developers Edition license is that you are covered
for a Development server, an Integration/Staging server, even a QA/Test
server, local servers on the developers computer, etc. -as long as no one
except developers access those SQL Servers, and as long as each developer
and/or Tester has a Developer Edition License.
For a more definitive answer, check with the VL folks at: (800) 426-9400.
From: http://www.microsoft.com/sql/editio...er/default.mspx
Each license of SQL Server 2005 Developer Edition entitles one developer to
use the software on as many systems as necessary and additional developers
can use the software by purchasing additional licenses.
From:
http://download.microsoft.com/downl...censingv1.1.doc
DEVELOPER EDITION
SQL Server Developer Edition is a separate product and is used for
development and testing purposes only. It is licensed per developer or
tester (person).
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf
"Prad" <pradeepk@.healthasyst.com> wrote in message
news:OA6SOtY%23GHA.4888@.TK2MSFTNGP04.phx.gbl...
> Arnie,
> Thanks for replying soon.
> I know that we can install Dev Edn on Desktops as you said.
> My doubt is whether I can install it on only one server and the
> clients(desktop mc/) access it. So that I need to update (run build) only
> on the Server rather than updating every m/c.
> If not possible, I will have to go for Standard Edn right? Hope you
> understud my requirement.
> Thanks,
> Prad
> "Arnie Rowland" <arnie@.1568.com> wrote in message
> news:eywEjVY%23GHA.3348@.TK2MSFTNGP03.phx.gbl...
>|||Thanks a lot. Ive got my doubt cleared...
"Arnie Rowland" <arnie@.1568.com> wrote in message
news:eyyhfLZ%23GHA.3312@.TK2MSFTNGP02.phx.gbl...
> You can install SQL Server Developer Edition on any computer you desire.
> You can install it on one or more servers to be accessed by other
> computers acting as clients.
> Each client that accesses the Developer Edition MUST have a Developer
> Edition license. (And of course, they must properly qualify for the
> Developer Edition license.)
> No Cost for one or more Servers, Developer Edition license for each client
> (user).
> AS long as ALL the usage qualifies for the Developer Edition license.
> Licensing -Developer Edition
> My understanding of the Developers Edition license is that you are covered
> for a Development server, an Integration/Staging server, even a QA/Test
> server, local servers on the developers computer, etc. -as long as no one
> except developers access those SQL Servers, and as long as each developer
> and/or Tester has a Developer Edition License.
> For a more definitive answer, check with the VL folks at: (800) 426-9400.
> From: http://www.microsoft.com/sql/editio...er/default.mspx
> Each license of SQL Server 2005 Developer Edition entitles one developer
> to
> use the software on as many systems as necessary and additional developers
> can use the software by purchasing additional licenses.
> From:
> http://download.microsoft.com/downl...censingv1.1.doc
> DEVELOPER EDITION
> SQL Server Developer Edition is a separate product and is used for
> development and testing purposes only. It is licensed per developer or
> tester (person).
>
> --
> Arnie Rowland, Ph.D.
> Westwood Consulting, Inc
> Most good judgment comes from experience.
> Most experience comes from bad judgment.
> - Anonymous
> You can't help someone get up a hill without getting a little closer to
> the top yourself.
> - H. Norman Schwarzkopf
>
> "Prad" <pradeepk@.healthasyst.com> wrote in message
> news:OA6SOtY%23GHA.4888@.TK2MSFTNGP04.phx.gbl...
>
I have a question regarding the usage of SQL Server 2005 Developer Edition.
Can I use it in a client - server architecture say I install Developer
edition on a server and install client tools(Management studio / profiler)
on desktops and acess as we use Enterprise Edition? The purpose is only
Development (no production work). I am asking this because ours is a small
Organization with major work is done on SQL Server 2000. Only 1 team is
gonna use 2005.
Thanks,
PradThe license for Developer Edition allows you to install the client tools on
any development computer you desire, and to have as many SQL Servers
installed as you might need, for example, a dev server, a test server, a QA
server, etc.
However, each person (developer or tester -or whoever) accessing the servers
covered with the Developer Edition license MUST have a proper license. (I
think that is currently about $50 (US) each.)
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf
"Prad" <pradeepk@.healthasyst.com> wrote in message
news:%239TXiSY%23GHA.4320@.TK2MSFTNGP02.phx.gbl...
> Hi All,
> I have a question regarding the usage of SQL Server 2005 Developer
> Edition.
> Can I use it in a client - server architecture say I install Developer
> edition on a server and install client tools(Management studio / profiler)
> on desktops and acess as we use Enterprise Edition? The purpose is only
> Development (no production work). I am asking this because ours is a small
> Organization with major work is done on SQL Server 2000. Only 1 team is
> gonna use 2005.
> Thanks,
> Prad
>|||Arnie,
Thanks for replying soon.
I know that we can install Dev Edn on Desktops as you said.
My doubt is whether I can install it on only one server and the
clients(desktop mc/) access it. So that I need to update (run build) only on
the Server rather than updating every m/c.
If not possible, I will have to go for Standard Edn right? Hope you
understud my requirement.
Thanks,
Prad
"Arnie Rowland" <arnie@.1568.com> wrote in message
news:eywEjVY%23GHA.3348@.TK2MSFTNGP03.phx.gbl...
> The license for Developer Edition allows you to install the client tools
> on any development computer you desire, and to have as many SQL Servers
> installed as you might need, for example, a dev server, a test server, a
> QA server, etc.
> However, each person (developer or tester -or whoever) accessing the
> servers covered with the Developer Edition license MUST have a proper
> license. (I think that is currently about $50 (US) each.)
> --
> Arnie Rowland, Ph.D.
> Westwood Consulting, Inc
> Most good judgment comes from experience.
> Most experience comes from bad judgment.
> - Anonymous
> You can't help someone get up a hill without getting a little closer to
> the top yourself.
> - H. Norman Schwarzkopf
>
> "Prad" <pradeepk@.healthasyst.com> wrote in message
> news:%239TXiSY%23GHA.4320@.TK2MSFTNGP02.phx.gbl...
>|||You can install SQL Server Developer Edition on any computer you desire. You
can install it on one or more servers to be accessed by other computers
acting as clients.
Each client that accesses the Developer Edition MUST have a Developer
Edition license. (And of course, they must properly qualify for the
Developer Edition license.)
No Cost for one or more Servers, Developer Edition license for each client
(user).
AS long as ALL the usage qualifies for the Developer Edition license.
Licensing -Developer Edition
My understanding of the Developers Edition license is that you are covered
for a Development server, an Integration/Staging server, even a QA/Test
server, local servers on the developers computer, etc. -as long as no one
except developers access those SQL Servers, and as long as each developer
and/or Tester has a Developer Edition License.
For a more definitive answer, check with the VL folks at: (800) 426-9400.
From: http://www.microsoft.com/sql/editio...er/default.mspx
Each license of SQL Server 2005 Developer Edition entitles one developer to
use the software on as many systems as necessary and additional developers
can use the software by purchasing additional licenses.
From:
http://download.microsoft.com/downl...censingv1.1.doc
DEVELOPER EDITION
SQL Server Developer Edition is a separate product and is used for
development and testing purposes only. It is licensed per developer or
tester (person).
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf
"Prad" <pradeepk@.healthasyst.com> wrote in message
news:OA6SOtY%23GHA.4888@.TK2MSFTNGP04.phx.gbl...
> Arnie,
> Thanks for replying soon.
> I know that we can install Dev Edn on Desktops as you said.
> My doubt is whether I can install it on only one server and the
> clients(desktop mc/) access it. So that I need to update (run build) only
> on the Server rather than updating every m/c.
> If not possible, I will have to go for Standard Edn right? Hope you
> understud my requirement.
> Thanks,
> Prad
> "Arnie Rowland" <arnie@.1568.com> wrote in message
> news:eywEjVY%23GHA.3348@.TK2MSFTNGP03.phx.gbl...
>|||Thanks a lot. Ive got my doubt cleared...
"Arnie Rowland" <arnie@.1568.com> wrote in message
news:eyyhfLZ%23GHA.3312@.TK2MSFTNGP02.phx.gbl...
> You can install SQL Server Developer Edition on any computer you desire.
> You can install it on one or more servers to be accessed by other
> computers acting as clients.
> Each client that accesses the Developer Edition MUST have a Developer
> Edition license. (And of course, they must properly qualify for the
> Developer Edition license.)
> No Cost for one or more Servers, Developer Edition license for each client
> (user).
> AS long as ALL the usage qualifies for the Developer Edition license.
> Licensing -Developer Edition
> My understanding of the Developers Edition license is that you are covered
> for a Development server, an Integration/Staging server, even a QA/Test
> server, local servers on the developers computer, etc. -as long as no one
> except developers access those SQL Servers, and as long as each developer
> and/or Tester has a Developer Edition License.
> For a more definitive answer, check with the VL folks at: (800) 426-9400.
> From: http://www.microsoft.com/sql/editio...er/default.mspx
> Each license of SQL Server 2005 Developer Edition entitles one developer
> to
> use the software on as many systems as necessary and additional developers
> can use the software by purchasing additional licenses.
> From:
> http://download.microsoft.com/downl...censingv1.1.doc
> DEVELOPER EDITION
> SQL Server Developer Edition is a separate product and is used for
> development and testing purposes only. It is licensed per developer or
> tester (person).
>
> --
> Arnie Rowland, Ph.D.
> Westwood Consulting, Inc
> Most good judgment comes from experience.
> Most experience comes from bad judgment.
> - Anonymous
> You can't help someone get up a hill without getting a little closer to
> the top yourself.
> - H. Norman Schwarzkopf
>
> "Prad" <pradeepk@.healthasyst.com> wrote in message
> news:OA6SOtY%23GHA.4888@.TK2MSFTNGP04.phx.gbl...
>
Developer Edition
Hi All,
I have a question regarding the usage of SQL Server 2005 Developer Edition.
Can I use it in a client - server architecture say I install Developer
edition on a server and install client tools(Management studio / profiler)
on desktops and acess as we use Enterprise Edition? The purpose is only
Development (no production work). I am asking this because ours is a small
Organization with major work is done on SQL Server 2000. Only 1 team is
gonna use 2005.
Thanks,
PradThe license for Developer Edition allows you to install the client tools on
any development computer you desire, and to have as many SQL Servers
installed as you might need, for example, a dev server, a test server, a QA
server, etc.
However, each person (developer or tester -or whoever) accessing the servers
covered with the Developer Edition license MUST have a proper license. (I
think that is currently about $50 (US) each.)
--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf
"Prad" <pradeepk@.healthasyst.com> wrote in message
news:%239TXiSY%23GHA.4320@.TK2MSFTNGP02.phx.gbl...
> Hi All,
> I have a question regarding the usage of SQL Server 2005 Developer
> Edition.
> Can I use it in a client - server architecture say I install Developer
> edition on a server and install client tools(Management studio / profiler)
> on desktops and acess as we use Enterprise Edition? The purpose is only
> Development (no production work). I am asking this because ours is a small
> Organization with major work is done on SQL Server 2000. Only 1 team is
> gonna use 2005.
> Thanks,
> Prad
>|||Arnie,
Thanks for replying soon.
I know that we can install Dev Edn on Desktops as you said.
My doubt is whether I can install it on only one server and the
clients(desktop mc/) access it. So that I need to update (run build) only on
the Server rather than updating every m/c.
If not possible, I will have to go for Standard Edn right? Hope you
understud my requirement.
Thanks,
Prad
"Arnie Rowland" <arnie@.1568.com> wrote in message
news:eywEjVY%23GHA.3348@.TK2MSFTNGP03.phx.gbl...
> The license for Developer Edition allows you to install the client tools
> on any development computer you desire, and to have as many SQL Servers
> installed as you might need, for example, a dev server, a test server, a
> QA server, etc.
> However, each person (developer or tester -or whoever) accessing the
> servers covered with the Developer Edition license MUST have a proper
> license. (I think that is currently about $50 (US) each.)
> --
> Arnie Rowland, Ph.D.
> Westwood Consulting, Inc
> Most good judgment comes from experience.
> Most experience comes from bad judgment.
> - Anonymous
> You can't help someone get up a hill without getting a little closer to
> the top yourself.
> - H. Norman Schwarzkopf
>
> "Prad" <pradeepk@.healthasyst.com> wrote in message
> news:%239TXiSY%23GHA.4320@.TK2MSFTNGP02.phx.gbl...
>> Hi All,
>> I have a question regarding the usage of SQL Server 2005 Developer
>> Edition.
>> Can I use it in a client - server architecture say I install Developer
>> edition on a server and install client tools(Management studio /
>> profiler) on desktops and acess as we use Enterprise Edition? The purpose
>> is only Development (no production work). I am asking this because ours
>> is a small Organization with major work is done on SQL Server 2000. Only
>> 1 team is gonna use 2005.
>> Thanks,
>> Prad
>|||You can install SQL Server Developer Edition on any computer you desire. You
can install it on one or more servers to be accessed by other computers
acting as clients.
Each client that accesses the Developer Edition MUST have a Developer
Edition license. (And of course, they must properly qualify for the
Developer Edition license.)
No Cost for one or more Servers, Developer Edition license for each client
(user).
AS long as ALL the usage qualifies for the Developer Edition license.
Licensing -Developer Edition
My understanding of the Developers Edition license is that you are covered
for a Development server, an Integration/Staging server, even a QA/Test
server, local servers on the developers computer, etc. -as long as no one
except developers access those SQL Servers, and as long as each developer
and/or Tester has a Developer Edition License.
For a more definitive answer, check with the VL folks at: (800) 426-9400.
From: http://www.microsoft.com/sql/editions/developer/default.mspx
Each license of SQL Server 2005 Developer Edition entitles one developer to
use the software on as many systems as necessary and additional developers
can use the software by purchasing additional licenses.
From:
http://download.microsoft.com/download/e/c/a/ecafe5d1-b514-48ab-93eb-61377df9c5c2/SQLServer2005Licensingv1.1.doc
DEVELOPER EDITION
SQL Server Developer Edition is a separate product and is used for
development and testing purposes only. It is licensed per developer or
tester (person).
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf
"Prad" <pradeepk@.healthasyst.com> wrote in message
news:OA6SOtY%23GHA.4888@.TK2MSFTNGP04.phx.gbl...
> Arnie,
> Thanks for replying soon.
> I know that we can install Dev Edn on Desktops as you said.
> My doubt is whether I can install it on only one server and the
> clients(desktop mc/) access it. So that I need to update (run build) only
> on the Server rather than updating every m/c.
> If not possible, I will have to go for Standard Edn right? Hope you
> understud my requirement.
> Thanks,
> Prad
> "Arnie Rowland" <arnie@.1568.com> wrote in message
> news:eywEjVY%23GHA.3348@.TK2MSFTNGP03.phx.gbl...
>> The license for Developer Edition allows you to install the client tools
>> on any development computer you desire, and to have as many SQL Servers
>> installed as you might need, for example, a dev server, a test server, a
>> QA server, etc.
>> However, each person (developer or tester -or whoever) accessing the
>> servers covered with the Developer Edition license MUST have a proper
>> license. (I think that is currently about $50 (US) each.)
>> --
>> Arnie Rowland, Ph.D.
>> Westwood Consulting, Inc
>> Most good judgment comes from experience.
>> Most experience comes from bad judgment.
>> - Anonymous
>> You can't help someone get up a hill without getting a little closer to
>> the top yourself.
>> - H. Norman Schwarzkopf
>>
>> "Prad" <pradeepk@.healthasyst.com> wrote in message
>> news:%239TXiSY%23GHA.4320@.TK2MSFTNGP02.phx.gbl...
>> Hi All,
>> I have a question regarding the usage of SQL Server 2005 Developer
>> Edition.
>> Can I use it in a client - server architecture say I install Developer
>> edition on a server and install client tools(Management studio /
>> profiler) on desktops and acess as we use Enterprise Edition? The
>> purpose is only Development (no production work). I am asking this
>> because ours is a small Organization with major work is done on SQL
>> Server 2000. Only 1 team is gonna use 2005.
>> Thanks,
>> Prad
>>
>|||Thanks a lot. Ive got my doubt cleared...
"Arnie Rowland" <arnie@.1568.com> wrote in message
news:eyyhfLZ%23GHA.3312@.TK2MSFTNGP02.phx.gbl...
> You can install SQL Server Developer Edition on any computer you desire.
> You can install it on one or more servers to be accessed by other
> computers acting as clients.
> Each client that accesses the Developer Edition MUST have a Developer
> Edition license. (And of course, they must properly qualify for the
> Developer Edition license.)
> No Cost for one or more Servers, Developer Edition license for each client
> (user).
> AS long as ALL the usage qualifies for the Developer Edition license.
> Licensing -Developer Edition
> My understanding of the Developers Edition license is that you are covered
> for a Development server, an Integration/Staging server, even a QA/Test
> server, local servers on the developers computer, etc. -as long as no one
> except developers access those SQL Servers, and as long as each developer
> and/or Tester has a Developer Edition License.
> For a more definitive answer, check with the VL folks at: (800) 426-9400.
> From: http://www.microsoft.com/sql/editions/developer/default.mspx
> Each license of SQL Server 2005 Developer Edition entitles one developer
> to
> use the software on as many systems as necessary and additional developers
> can use the software by purchasing additional licenses.
> From:
> http://download.microsoft.com/download/e/c/a/ecafe5d1-b514-48ab-93eb-61377df9c5c2/SQLServer2005Licensingv1.1.doc
> DEVELOPER EDITION
> SQL Server Developer Edition is a separate product and is used for
> development and testing purposes only. It is licensed per developer or
> tester (person).
>
> --
> Arnie Rowland, Ph.D.
> Westwood Consulting, Inc
> Most good judgment comes from experience.
> Most experience comes from bad judgment.
> - Anonymous
> You can't help someone get up a hill without getting a little closer to
> the top yourself.
> - H. Norman Schwarzkopf
>
> "Prad" <pradeepk@.healthasyst.com> wrote in message
> news:OA6SOtY%23GHA.4888@.TK2MSFTNGP04.phx.gbl...
>> Arnie,
>> Thanks for replying soon.
>> I know that we can install Dev Edn on Desktops as you said.
>> My doubt is whether I can install it on only one server and the
>> clients(desktop mc/) access it. So that I need to update (run build) only
>> on the Server rather than updating every m/c.
>> If not possible, I will have to go for Standard Edn right? Hope you
>> understud my requirement.
>> Thanks,
>> Prad
>> "Arnie Rowland" <arnie@.1568.com> wrote in message
>> news:eywEjVY%23GHA.3348@.TK2MSFTNGP03.phx.gbl...
>> The license for Developer Edition allows you to install the client tools
>> on any development computer you desire, and to have as many SQL Servers
>> installed as you might need, for example, a dev server, a test server, a
>> QA server, etc.
>> However, each person (developer or tester -or whoever) accessing the
>> servers covered with the Developer Edition license MUST have a proper
>> license. (I think that is currently about $50 (US) each.)
>> --
>> Arnie Rowland, Ph.D.
>> Westwood Consulting, Inc
>> Most good judgment comes from experience.
>> Most experience comes from bad judgment.
>> - Anonymous
>> You can't help someone get up a hill without getting a little closer to
>> the top yourself.
>> - H. Norman Schwarzkopf
>>
>> "Prad" <pradeepk@.healthasyst.com> wrote in message
>> news:%239TXiSY%23GHA.4320@.TK2MSFTNGP02.phx.gbl...
>> Hi All,
>> I have a question regarding the usage of SQL Server 2005 Developer
>> Edition.
>> Can I use it in a client - server architecture say I install Developer
>> edition on a server and install client tools(Management studio /
>> profiler) on desktops and acess as we use Enterprise Edition? The
>> purpose is only Development (no production work). I am asking this
>> because ours is a small Organization with major work is done on SQL
>> Server 2000. Only 1 team is gonna use 2005.
>> Thanks,
>> Prad
>>
>>
>
I have a question regarding the usage of SQL Server 2005 Developer Edition.
Can I use it in a client - server architecture say I install Developer
edition on a server and install client tools(Management studio / profiler)
on desktops and acess as we use Enterprise Edition? The purpose is only
Development (no production work). I am asking this because ours is a small
Organization with major work is done on SQL Server 2000. Only 1 team is
gonna use 2005.
Thanks,
PradThe license for Developer Edition allows you to install the client tools on
any development computer you desire, and to have as many SQL Servers
installed as you might need, for example, a dev server, a test server, a QA
server, etc.
However, each person (developer or tester -or whoever) accessing the servers
covered with the Developer Edition license MUST have a proper license. (I
think that is currently about $50 (US) each.)
--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf
"Prad" <pradeepk@.healthasyst.com> wrote in message
news:%239TXiSY%23GHA.4320@.TK2MSFTNGP02.phx.gbl...
> Hi All,
> I have a question regarding the usage of SQL Server 2005 Developer
> Edition.
> Can I use it in a client - server architecture say I install Developer
> edition on a server and install client tools(Management studio / profiler)
> on desktops and acess as we use Enterprise Edition? The purpose is only
> Development (no production work). I am asking this because ours is a small
> Organization with major work is done on SQL Server 2000. Only 1 team is
> gonna use 2005.
> Thanks,
> Prad
>|||Arnie,
Thanks for replying soon.
I know that we can install Dev Edn on Desktops as you said.
My doubt is whether I can install it on only one server and the
clients(desktop mc/) access it. So that I need to update (run build) only on
the Server rather than updating every m/c.
If not possible, I will have to go for Standard Edn right? Hope you
understud my requirement.
Thanks,
Prad
"Arnie Rowland" <arnie@.1568.com> wrote in message
news:eywEjVY%23GHA.3348@.TK2MSFTNGP03.phx.gbl...
> The license for Developer Edition allows you to install the client tools
> on any development computer you desire, and to have as many SQL Servers
> installed as you might need, for example, a dev server, a test server, a
> QA server, etc.
> However, each person (developer or tester -or whoever) accessing the
> servers covered with the Developer Edition license MUST have a proper
> license. (I think that is currently about $50 (US) each.)
> --
> Arnie Rowland, Ph.D.
> Westwood Consulting, Inc
> Most good judgment comes from experience.
> Most experience comes from bad judgment.
> - Anonymous
> You can't help someone get up a hill without getting a little closer to
> the top yourself.
> - H. Norman Schwarzkopf
>
> "Prad" <pradeepk@.healthasyst.com> wrote in message
> news:%239TXiSY%23GHA.4320@.TK2MSFTNGP02.phx.gbl...
>> Hi All,
>> I have a question regarding the usage of SQL Server 2005 Developer
>> Edition.
>> Can I use it in a client - server architecture say I install Developer
>> edition on a server and install client tools(Management studio /
>> profiler) on desktops and acess as we use Enterprise Edition? The purpose
>> is only Development (no production work). I am asking this because ours
>> is a small Organization with major work is done on SQL Server 2000. Only
>> 1 team is gonna use 2005.
>> Thanks,
>> Prad
>|||You can install SQL Server Developer Edition on any computer you desire. You
can install it on one or more servers to be accessed by other computers
acting as clients.
Each client that accesses the Developer Edition MUST have a Developer
Edition license. (And of course, they must properly qualify for the
Developer Edition license.)
No Cost for one or more Servers, Developer Edition license for each client
(user).
AS long as ALL the usage qualifies for the Developer Edition license.
Licensing -Developer Edition
My understanding of the Developers Edition license is that you are covered
for a Development server, an Integration/Staging server, even a QA/Test
server, local servers on the developers computer, etc. -as long as no one
except developers access those SQL Servers, and as long as each developer
and/or Tester has a Developer Edition License.
For a more definitive answer, check with the VL folks at: (800) 426-9400.
From: http://www.microsoft.com/sql/editions/developer/default.mspx
Each license of SQL Server 2005 Developer Edition entitles one developer to
use the software on as many systems as necessary and additional developers
can use the software by purchasing additional licenses.
From:
http://download.microsoft.com/download/e/c/a/ecafe5d1-b514-48ab-93eb-61377df9c5c2/SQLServer2005Licensingv1.1.doc
DEVELOPER EDITION
SQL Server Developer Edition is a separate product and is used for
development and testing purposes only. It is licensed per developer or
tester (person).
Arnie Rowland, Ph.D.
Westwood Consulting, Inc
Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous
You can't help someone get up a hill without getting a little closer to the
top yourself.
- H. Norman Schwarzkopf
"Prad" <pradeepk@.healthasyst.com> wrote in message
news:OA6SOtY%23GHA.4888@.TK2MSFTNGP04.phx.gbl...
> Arnie,
> Thanks for replying soon.
> I know that we can install Dev Edn on Desktops as you said.
> My doubt is whether I can install it on only one server and the
> clients(desktop mc/) access it. So that I need to update (run build) only
> on the Server rather than updating every m/c.
> If not possible, I will have to go for Standard Edn right? Hope you
> understud my requirement.
> Thanks,
> Prad
> "Arnie Rowland" <arnie@.1568.com> wrote in message
> news:eywEjVY%23GHA.3348@.TK2MSFTNGP03.phx.gbl...
>> The license for Developer Edition allows you to install the client tools
>> on any development computer you desire, and to have as many SQL Servers
>> installed as you might need, for example, a dev server, a test server, a
>> QA server, etc.
>> However, each person (developer or tester -or whoever) accessing the
>> servers covered with the Developer Edition license MUST have a proper
>> license. (I think that is currently about $50 (US) each.)
>> --
>> Arnie Rowland, Ph.D.
>> Westwood Consulting, Inc
>> Most good judgment comes from experience.
>> Most experience comes from bad judgment.
>> - Anonymous
>> You can't help someone get up a hill without getting a little closer to
>> the top yourself.
>> - H. Norman Schwarzkopf
>>
>> "Prad" <pradeepk@.healthasyst.com> wrote in message
>> news:%239TXiSY%23GHA.4320@.TK2MSFTNGP02.phx.gbl...
>> Hi All,
>> I have a question regarding the usage of SQL Server 2005 Developer
>> Edition.
>> Can I use it in a client - server architecture say I install Developer
>> edition on a server and install client tools(Management studio /
>> profiler) on desktops and acess as we use Enterprise Edition? The
>> purpose is only Development (no production work). I am asking this
>> because ours is a small Organization with major work is done on SQL
>> Server 2000. Only 1 team is gonna use 2005.
>> Thanks,
>> Prad
>>
>|||Thanks a lot. Ive got my doubt cleared...
"Arnie Rowland" <arnie@.1568.com> wrote in message
news:eyyhfLZ%23GHA.3312@.TK2MSFTNGP02.phx.gbl...
> You can install SQL Server Developer Edition on any computer you desire.
> You can install it on one or more servers to be accessed by other
> computers acting as clients.
> Each client that accesses the Developer Edition MUST have a Developer
> Edition license. (And of course, they must properly qualify for the
> Developer Edition license.)
> No Cost for one or more Servers, Developer Edition license for each client
> (user).
> AS long as ALL the usage qualifies for the Developer Edition license.
> Licensing -Developer Edition
> My understanding of the Developers Edition license is that you are covered
> for a Development server, an Integration/Staging server, even a QA/Test
> server, local servers on the developers computer, etc. -as long as no one
> except developers access those SQL Servers, and as long as each developer
> and/or Tester has a Developer Edition License.
> For a more definitive answer, check with the VL folks at: (800) 426-9400.
> From: http://www.microsoft.com/sql/editions/developer/default.mspx
> Each license of SQL Server 2005 Developer Edition entitles one developer
> to
> use the software on as many systems as necessary and additional developers
> can use the software by purchasing additional licenses.
> From:
> http://download.microsoft.com/download/e/c/a/ecafe5d1-b514-48ab-93eb-61377df9c5c2/SQLServer2005Licensingv1.1.doc
> DEVELOPER EDITION
> SQL Server Developer Edition is a separate product and is used for
> development and testing purposes only. It is licensed per developer or
> tester (person).
>
> --
> Arnie Rowland, Ph.D.
> Westwood Consulting, Inc
> Most good judgment comes from experience.
> Most experience comes from bad judgment.
> - Anonymous
> You can't help someone get up a hill without getting a little closer to
> the top yourself.
> - H. Norman Schwarzkopf
>
> "Prad" <pradeepk@.healthasyst.com> wrote in message
> news:OA6SOtY%23GHA.4888@.TK2MSFTNGP04.phx.gbl...
>> Arnie,
>> Thanks for replying soon.
>> I know that we can install Dev Edn on Desktops as you said.
>> My doubt is whether I can install it on only one server and the
>> clients(desktop mc/) access it. So that I need to update (run build) only
>> on the Server rather than updating every m/c.
>> If not possible, I will have to go for Standard Edn right? Hope you
>> understud my requirement.
>> Thanks,
>> Prad
>> "Arnie Rowland" <arnie@.1568.com> wrote in message
>> news:eywEjVY%23GHA.3348@.TK2MSFTNGP03.phx.gbl...
>> The license for Developer Edition allows you to install the client tools
>> on any development computer you desire, and to have as many SQL Servers
>> installed as you might need, for example, a dev server, a test server, a
>> QA server, etc.
>> However, each person (developer or tester -or whoever) accessing the
>> servers covered with the Developer Edition license MUST have a proper
>> license. (I think that is currently about $50 (US) each.)
>> --
>> Arnie Rowland, Ph.D.
>> Westwood Consulting, Inc
>> Most good judgment comes from experience.
>> Most experience comes from bad judgment.
>> - Anonymous
>> You can't help someone get up a hill without getting a little closer to
>> the top yourself.
>> - H. Norman Schwarzkopf
>>
>> "Prad" <pradeepk@.healthasyst.com> wrote in message
>> news:%239TXiSY%23GHA.4320@.TK2MSFTNGP02.phx.gbl...
>> Hi All,
>> I have a question regarding the usage of SQL Server 2005 Developer
>> Edition.
>> Can I use it in a client - server architecture say I install Developer
>> edition on a server and install client tools(Management studio /
>> profiler) on desktops and acess as we use Enterprise Edition? The
>> purpose is only Development (no production work). I am asking this
>> because ours is a small Organization with major work is done on SQL
>> Server 2000. Only 1 team is gonna use 2005.
>> Thanks,
>> Prad
>>
>>
>
Subscribe to:
Posts (Atom)