﻿<?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>Thu, 23 May 2013 07:17:48 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: production server slower than development server</title><link>http://www.sqlservercentral.com/Forums/Topic664035-65-1.aspx</link><description>Duplicate post. No replies to this thread please. Direct replies to:[url]http://www.sqlservercentral.com/Forums/Topic664033-65-1.aspx[/url]</description><pubDate>Wed, 25 Feb 2009 00:17:35 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>production server slower than development server</title><link>http://www.sqlservercentral.com/Forums/Topic664035-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:30 GMT</pubDate><dc:creator>aravind-305595</dc:creator></item></channel></rss>