Re: Database partitioning - licensing issues
- From: "David Portas" <REMOVE_BEFORE_REPLYING_dportas@xxxxxxx>
- Date: Mon, 20 Mar 2006 21:00:45 -0000
<jatin.grover@xxxxxxxxx> wrote in message
news:1142886787.823146.99620@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi:
We're a small company and have SQL Server 2005 EE regularly crunch 100
Gigs of data. We plan to spread this load on multiple servers, using
table partitioning, a feature SQL Server 2005 EE provides, to speeden
the process up. But to do this, is it possible to have a master SQL
Server 2005 EE controller on one PC, and standard editions, or some SQL
Server EE stubs, on other servers to get the table partitioning to
work. This would save us tremendous costs on licensing, as Standard
Editions cost 1/5th than EEs, and having 5 EE per processor licenses
maybe too prohibitive for us.
Any other cheaper solution will be highly appreciated.
Thanks,
Jatin
I'm not sure what you are referring to here. Table partitioning won't help
you spread the load across multiple servers. The purpose of a partition
scheme is to partition a table across multiple file groups. All file groups
have to exist on the same server.
Maybe you mean replication. All Editions of SQL Server support some form of
replication. See:
http://www.microsoft.com/sql/prodinfo/features/compare-features.mspx
You haven't given much information about your actual problem apart from
"regularly crunch 100Gigs". 100GB isn't exceptional these days and even a
database 100 times that size shouldn't be any problem to implement on a
single server (with suitable hardware of course). I suppose it depends what
you mean by "regularly". 100GB per day isn't too much trouble. 100GB per
minute is a slightly bigger problem - but again the right hardware is more
important than how many server boxes you throw at it.
Hope this helps.
--
David Portas, SQL Server MVP
Whenever possible please post enough code to reproduce your problem.
Including CREATE TABLE and INSERT statements usually helps.
State what version of SQL Server you are using and specify the content
of any error messages.
SQL Server Books Online:
http://msdn2.microsoft.com/library/ms130214(en-US,SQL.90).aspx
--
.
- Follow-Ups:
- Re: Database partitioning - licensing issues
- From: jatin . grover
- Re: Database partitioning - licensing issues
- References:
- Database partitioning - licensing issues
- From: jatin . grover
- Database partitioning - licensing issues
- Prev by Date: Failed Install of SQL Server 2000 Personal Ed.
- Next by Date: Re: Database partitioning - licensing issues
- Previous by thread: Database partitioning - licensing issues
- Next by thread: Re: Database partitioning - licensing issues
- Index(es):
Relevant Pages
|