Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 8th, 2008, 12:27 PM
Friend of Wrox
 
Join Date: Oct 2006
Posts: 112
Thanks: 12
Thanked 0 Times in 0 Posts
Default Slow Server when a few people accessing

Hi to all...

I have SQL 2000 on a server which has 205gigs of space...
The database is 72gigs...
I created an intranet that access data from the DB...
I soon as I have a few people on it, it slows it down like crazy...
I created index keys on the fields being accessed...

Is there something I can do to make it faster...
It doesn't make any sence...

Can someone please help...

Thanking you in advance...
Rino

 
Old January 28th, 2008, 11:33 PM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 385
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I don't think it's a database problem, I think its a bandwidth problem based on what you described. Get a fatter bandwidth internet connection. Database isn't web, it's not network bandwidth efficient....


 
Old January 30th, 2008, 10:24 AM
Friend of Wrox
 
Join Date: Oct 2006
Posts: 112
Thanks: 12
Thanked 0 Times in 0 Posts
Default

You would think that the bandwidth would help...
Because i'm not really connecting to the internet...
I'm using the internet to browse to go get data from SQL Server...


 
Old February 7th, 2008, 07:22 PM
Friend of Wrox
 
Join Date: Aug 2004
Posts: 385
Thanks: 0
Thanked 0 Times in 0 Posts
Default

But when you "go get data from the SQL server" all your data is going over a small bandwidth connection. Be careful you don't do "select * from X" because all the rows are then sent over your small bandwidth. Try exactly the same actions locally vs over the remote internet connected sql server and if you see a big big difference in speed, you know where your problem is. Generally it is a bad idea to connect to sql over the unsecured internet.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow load times with VS local Web Server stevemilton ASP.NET 2.0 Basics 12 June 29th, 2008 11:07 AM
Accessing server variables badgolfer Classic ASP Professional 2 October 23rd, 2007 03:11 AM
killall -9 apache-perl slow server at the moment crmpicco Linux 1 May 11th, 2007 05:23 AM
Accessing File in the server biswarup_21 Servlets 1 December 23rd, 2005 11:27 AM
Accessing the Server Database dcarroll Classic ASP Basics 2 October 13th, 2005 08:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.