﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 7,2000 / Performance Tuning  / production server slower than development server / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sun, 19 May 2013 12:10:51 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: production server slower than development server</title><link>http://www.sqlservercentral.com/Forums/Topic664033-65-1.aspx</link><description>both instances match the recordsVersion : sql server 2000 sp 2</description><pubDate>Wed, 25 Feb 2009 07:20:12 GMT</pubDate><dc:creator>aravind-305595</dc:creator></item><item><title>RE: production server slower than development server</title><link>http://www.sqlservercentral.com/Forums/Topic664033-65-1.aspx</link><description>What's the number of rows that match the criteria ?Is that number the same for both instances ?How about concurrency ?What software level are you on (@@version) ?</description><pubDate>Wed, 25 Feb 2009 06:45:46 GMT</pubDate><dc:creator>ALZDBA</dc:creator></item><item><title>RE: production server slower than development server</title><link>http://www.sqlservercentral.com/Forums/Topic664033-65-1.aspx</link><description>primary key is there. so it has created clustered index. Rebuild doesnt give any improvement.</description><pubDate>Wed, 25 Feb 2009 06:38:09 GMT</pubDate><dc:creator>aravind-305595</dc:creator></item><item><title>RE: production server slower than development server</title><link>http://www.sqlservercentral.com/Forums/Topic664033-65-1.aspx</link><description>- Is there a clustering index on that table ?  if not, provide one, unless you can prove it hurts performance.  Data pages may be scattered all over the place.  if you have a clustering index, rebuild it. and check again after.</description><pubDate>Wed, 25 Feb 2009 05:47:33 GMT</pubDate><dc:creator>ALZDBA</dc:creator></item><item><title>RE: production server slower than development server</title><link>http://www.sqlservercentral.com/Forums/Topic664033-65-1.aspx</link><description>The actual table has an id, name and its description. id is the primary key.The description is huge which has length ranging from 3000 to 5000 characters.I use simply query to get all the content from the table which has description not null. The query takes in 3-4 mins to get that resultset. Because of which the user has to wait for that time in the front end. The requriement is to reduce the wait time.</description><pubDate>Wed, 25 Feb 2009 05:28:27 GMT</pubDate><dc:creator>aravind-305595</dc:creator></item><item><title>RE: production server slower than development server</title><link>http://www.sqlservercentral.com/Forums/Topic664033-65-1.aspx</link><description>Get things organized ![i]create table Testperf (col1 varchar(5000) )[/i]cannot be a reference because of ... table design.No indexes, a table with a single column, ...If you want to stress test io try SQLIOSim tool (download from MS)After you migrated the db to prod, did you perform db maintenance ?- rebuild indexes- refresh statistics What performance issues are you getting ?- timeouts- deadlocks- ...</description><pubDate>Wed, 25 Feb 2009 02:53:21 GMT</pubDate><dc:creator>ALZDBA</dc:creator></item><item><title>RE: production server slower than development server</title><link>http://www.sqlservercentral.com/Forums/Topic664033-65-1.aspx</link><description>Independent on the environment, can we make this query run faster by anyway ??Our ultimate aim is to run the query faster. Is the performance lack due to the huge data size in that column ?? Can we overcome that ?</description><pubDate>Wed, 25 Feb 2009 02:01:56 GMT</pubDate><dc:creator>aravind-305595</dc:creator></item><item><title>RE: production server slower than development server</title><link>http://www.sqlservercentral.com/Forums/Topic664033-65-1.aspx</link><description>The same case is with the QA environment also ? which wont have difference in load when compared with development.</description><pubDate>Wed, 25 Feb 2009 01:49:53 GMT</pubDate><dc:creator>aravind-305595</dc:creator></item><item><title>RE: production server slower than development server</title><link>http://www.sqlservercentral.com/Forums/Topic664033-65-1.aspx</link><description>[quote][b]aravind (2/24/2009)[/b][hr]Normally any company will have production server highly configured than the development server. So in that case how this could happen?"Production server slower than development server".[/quote]More users and hence more load on production. More data on production. Older statistics. More fragmented indexes. Different exec plan.Lots of reasons</description><pubDate>Wed, 25 Feb 2009 00:19:21 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>production server slower than development server</title><link>http://www.sqlservercentral.com/Forums/Topic664033-65-1.aspx</link><description>Hi,I have a select query from a table which has a column with huge data. The select query takes 14 secs in the development server but the same query takes 70 secs in the production server.To simulate the issue, I created the following script and tested in both the environmentscreate table Testperf(col1 varchar(5000) )declare @i intselect @i = 1while @i &amp;lt;= 1000begininsert into Testperfselect replicate('Bravo',600)set @i = @i + 1endselect * from TestperfNormally any company will have production server highly configured than the development server. So in that case how this could happen?"Production server slower than development server".</description><pubDate>Tue, 24 Feb 2009 23:54:16 GMT</pubDate><dc:creator>aravind-305595</dc:creator></item></channel></rss>