Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

Slow Problems
Ok.  I have an IIS webpage that goes back to SQL server 2k (sp4) . All of
the employees use that program for all their daily activities.  Here is the
problem.  The server has completely dies and I had to rebuild from scratch.
It used to be on 2k server and I now I installed it on 2003 server.  Now all
the users are complaining that the software is much slower.
I'm not a big SQL expert, so can anyone help me troubleshoot this?  I'm
assuming that Query times for each link have increased, but have no idea why
or how to fix.

Thank You!



Report this thread to moderator Post Follow-up to this message
Old Post
Kory
11-26-05 01:23 AM


Re: Slow Problems
Have you tried updating the statistics?  sp_updatestats

--
Andrew J. Kelly  SQL MVP


"Kory" <koryg@community.nospam> wrote in message
 news:%2344%232xf8FHA
.3592@TK2MSFTNGP12.phx.gbl...
> Ok.  I have an IIS webpage that goes back to SQL server 2k (sp4) . All of
> the employees use that program for all their daily activities.  Here is
> the problem.  The server has completely dies and I had to rebuild from
> scratch. It used to be on 2k server and I now I installed it on 2003
> server.  Now all the users are complaining that the software is much
> slower.
> I'm not a big SQL expert, so can anyone help me troubleshoot this?  I'm
> assuming that Query times for each link have increased, but have no idea
> why or how to fix.
>
> Thank You!
>



Report this thread to moderator Post Follow-up to this message
Old Post
Andrew J. Kelly
11-26-05 01:23 AM


Re: Slow Problems
I don't understand.  What does that do?  I really don't know much about SQL.
Please let me know how this works.

Thank You!



"Andrew J. Kelly" < sqlmvpnooospam@shadh
awk.com> wrote in message
news:u7TAxzg8FHA.3544@TK2MSFTNGP09.phx.gbl...
> Have you tried updating the statistics?  sp_updatestats
>
> --
> Andrew J. Kelly  SQL MVP
>
>
> "Kory" <koryg@community.nospam> wrote in message
>  news:%2344%232xf8FHA
.3592@TK2MSFTNGP12.phx.gbl... 
>
>



Report this thread to moderator Post Follow-up to this message
Old Post
Kory
11-26-05 06:23 PM


Re: Slow Problems
Kory (koryg@community.nospam)  writes:
> Ok.  I have an IIS webpage that goes back to SQL server 2k (sp4) . All of
> the employees use that program for all their daily activities.  Here is
> the problem.  The server has completely dies and I had to rebuild from
> scratch. It used to be on 2k server and I now I installed it on 2003
> server.  Now all the users are complaining that the software is much
> slower. I'm not a big SQL expert, so can anyone help me troubleshoot
> this?  I'm assuming that Query times for each link have increased, but
> have no idea why or how to fix.

Unfortunately, this is a very open-ended question, as we know very little
about your system. Rather than making quizzes through the newsgroup, it
may be cheaper in the end to open a case with Microsoft to sort it out.
That will come with an invoice, but if the application is crawling, your
organisation may lose money because of that.

How did you migrate the SQL Server installation from the ole machine to
the new?

How did you transfer the databases from the old server?

Can you be more specific what is slow? Are particular operations slow?
Is connection slow? Once you have connected, do queries run fast in
general?

How much memory does the server have?

--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pr...oads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodin...ions/books.mspx

Report this thread to moderator Post Follow-up to this message
Old Post
Erland Sommarskog
11-27-05 01:24 AM


Re: Slow Problems
There is a help file that comes with SQL Server called BooksOnLine. I
suggest you look up that command and see if that helps.

--
Andrew J. Kelly  SQL MVP


"Kory" <koryg@community.nospam> wrote in message
news:uNgu1nr8FHA.2364@TK2MSFTNGP12.phx.gbl...
>I don't understand.  What does that do?  I really don't know much about
>SQL. Please let me know how this works.
>
> Thank You!
>
>
>
> "Andrew J. Kelly" < sqlmvpnooospam@shadh
awk.com> wrote in message
> news:u7TAxzg8FHA.3544@TK2MSFTNGP09.phx.gbl... 
>
>



Report this thread to moderator Post Follow-up to this message
Old Post
Andrew J. Kelly
11-27-05 12:23 PM


Re: Slow Problems
HI!  I did look it up in BooksOnLine, the problem is that I still don't know
how to execute the command.  Books online tells me how to use the command, I
just don't know how to get into the prompt that will take those commands.  I
use SQL in GUI and have my application connect to it.
Please help.

Thank You

"Andrew J. Kelly" < sqlmvpnooospam@shadh
awk.com> wrote in message
news:ebbZR$08FHA.3044@TK2MSFTNGP10.phx.gbl...
> There is a help file that comes with SQL Server called BooksOnLine. I
> suggest you look up that command and see if that helps.
>
> --
> Andrew J. Kelly  SQL MVP
>
>
> "Kory" <koryg@community.nospam> wrote in message
> news:uNgu1nr8FHA.2364@TK2MSFTNGP12.phx.gbl... 
>
>



Report this thread to moderator Post Follow-up to this message
Old Post
Kory
11-28-05 02:23 PM


Re: Slow Problems
When I say slow, I mean that when you click on any link in the 3rd party
program, it takes twice as long to retrieve the page as it used to.  I think
its becuase SQL Queries take longer.
The way the DB was installed, I just copied the DB files from original
server and attached them here.  Nothing else.

Thanks.


"Erland Sommarskog" <esquel@sommarskog.se> wrote in message
 news:Xns971B59BE4DAD
Yazorman@127.0.0.1...
> Kory (koryg@community.nospam) writes: 
>
> Unfortunately, this is a very open-ended question, as we know very little
> about your system. Rather than making quizzes through the newsgroup, it
> may be cheaper in the end to open a case with Microsoft to sort it out.
> That will come with an invoice, but if the application is crawling, your
> organisation may lose money because of that.
>
> How did you migrate the SQL Server installation from the ole machine to
> the new?
>
> How did you transfer the databases from the old server?
>
> Can you be more specific what is slow? Are particular operations slow?
> Is connection slow? Once you have connected, do queries run fast in
> general?
>
> How much memory does the server have?
>
> --
> Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
>
> Books Online for SQL Server 2005 at
> http://www.microsoft.com/technet/pr...oads/books.mspx
> Books Online for SQL Server 2000 at
> http://www.microsoft.com/sql/prodin...ions/books.mspx



Report this thread to moderator Post Follow-up to this message
Old Post
Kory
11-28-05 02:23 PM


Re: Slow Problems
Kory  wrote:
> HI!  I did look it up in BooksOnLine, the problem is that I still
> don't know how to execute the command.  Books online tells me how to
> use the command, I just don't know how to get into the prompt that
> will take those commands.  I use SQL in GUI and have my application
> connect to it.
> Please help.

You can execute them with Query Analyzer.

robert


Report this thread to moderator Post Follow-up to this message
Old Post
Robert Klemme
11-28-05 04:23 PM


Re: Slow Problems
Kory  wrote:
> When I say slow, I mean that when you click on any link in the 3rd
> party program, it takes twice as long to retrieve the page as it used
> to.  I think its becuase SQL Queries take longer.
> The way the DB was installed, I just copied the DB files from original
> server and attached them here.  Nothing else.

Chances are that your current configuration of the database does not match
the old one.  Maybe you have slower disks or configured less memory for
SQL Server.  Impossible to tell from here...

Kind regards

robert


Report this thread to moderator Post Follow-up to this message
Old Post
Robert Klemme
11-28-05 04:23 PM


Re: Slow Problems
So what should I do to narrow it down?




"Robert Klemme" <bob.news@gmx.net> wrote in message
news:OlC8akD9FHA.2616@TK2MSFTNGP15.phx.gbl...
> Kory wrote: 
>
> Chances are that your current configuration of the database does not match
> the old one.  Maybe you have slower disks or configured less memory for
> SQL Server.  Impossible to tell from here...
>
> Kind regards
>
>    robert
>



Report this thread to moderator Post Follow-up to this message
Old Post
Kory
11-28-05 06:23 PM


Sponsored Links





Last Thread Next Thread
Pages (2): [1] 2 »
Post New Thread

MS SQL Server archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 04:02 PM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006