Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...I really enjoy your site. You have a lot of helpful and friendly experts who contribute so willingly. Thank you for past (and future) technical advice..."

Geography

Where in the world do Tek-Tips members come from?
R7Dave (Programmer)
19 Jul 11 10:47

Hello - I just received these details and was hoping I could get a fast answer or at least the questions I should be asking...


All internet traffic will be logged to ONE SQL cluster at a data center.  Once the project is complete, the amount of data could reach 600-700Gb a month.   Every agency will have the ability to run queries on their agencies internet use.  I would expect 50 people could be running resource intensive queries at one time.

Do any of you know who would purchase the SQL licenses and what version of SQL I would need?  I know I need SQL 2008 but do I need the enterprise version?  Any recommendation for sizing  of the hardware?   

Thanks
Dave
SQLBill (MIS)
20 Jul 11 16:06
If you are clustering the database, I believe only the Enterprise edition supports that.

About 600-700GB of data a month? That's quite a lot.  Add lots of queries and your system could end up being slow.

I highly suggest considering another server and using replication to copy the data to a subscriber server.  Then use the subscriber as a reporting server....everyone queries that server and not the publisher.

-SQLBill

The following is part of my signature block and is only intended to be informational.
Posting advice: FAQ481-4875: What should I know before I post?

mrdenny (Programmer)
23 Jul 11 17:01
SQL Server standard edition supports clustering when using a 2 node cluster.

Can you normalize the data to reduce the amount of data coming into the database?

You'll probably want to move the report running to another server.  This can be done using a variety of techniques like Replication, mirroring, log shipping, SQL Service Broker, etc. depending on what works best with the application load.

Sounds like you need a solutions architect to come in and help design the solution.

Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / SQL 2005 BI / SQL 2008 DBA / SQL 2008 DBD / SQL 2008 BI / MWSS 3.0: Configuration / MOSS 2007: Configuration)
MCITP (SQL 2005 DBA / SQL 2008 DBA / SQL 2005 DBD / SQL 2008 DBD / SQL 2005 BI / SQL 2008 BI)
MCM (SQL 2008)
MVP

My Blog

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close