﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / Unable to increase initial file size in SQL2000 / 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>Sat, 25 May 2013 12:22:37 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Unable to increase initial file size in SQL2000</title><link>http://www.sqlservercentral.com/Forums/Topic1353981-146-1.aspx</link><description>You are right! The Autoshrink is on for the database. The developers creaeted these databases using their script. I did not create the database but I should have checked it.I will turn it off and try it again. Thanks so much!</description><pubDate>Fri, 14 Sep 2012 09:03:40 GMT</pubDate><dc:creator>jql714</dc:creator></item><item><title>RE: Unable to increase initial file size in SQL2000</title><link>http://www.sqlservercentral.com/Forums/Topic1353981-146-1.aspx</link><description>is auto shrink turned on ? is there a dbcc shrinkfile/shrinkdb command being issues?</description><pubDate>Fri, 14 Sep 2012 08:04:07 GMT</pubDate><dc:creator>MVDBA</dc:creator></item><item><title>RE: Unable to increase initial file size in SQL2000</title><link>http://www.sqlservercentral.com/Forums/Topic1353981-146-1.aspx</link><description>I've tried the second time using Enterprise Manager in SQL2000. It is executed successfully and the size is seemingly change. But it reverted back again the next day?!!Any suggestions or ideas? Thanks a lot!</description><pubDate>Thu, 13 Sep 2012 16:16:11 GMT</pubDate><dc:creator>jql714</dc:creator></item><item><title>RE: Unable to increase initial file size in SQL2000</title><link>http://www.sqlservercentral.com/Forums/Topic1353981-146-1.aspx</link><description>The ndf files are in the primary filegroup.</description><pubDate>Tue, 04 Sep 2012 10:49:28 GMT</pubDate><dc:creator>jql714</dc:creator></item><item><title>RE: Unable to increase initial file size in SQL2000</title><link>http://www.sqlservercentral.com/Forums/Topic1353981-146-1.aspx</link><description>where is your ndf is it on primary group or secondary?which is group is default?.</description><pubDate>Tue, 04 Sep 2012 10:20:02 GMT</pubDate><dc:creator>durai nagarajan</dc:creator></item><item><title>Unable to increase initial file size in SQL2000</title><link>http://www.sqlservercentral.com/Forums/Topic1353981-146-1.aspx</link><description>I need some help on resize a ndf file in SQL2000. Some of our databases have reached over 1TB. I've added ndf files to these databases. Since we don't have much room on the SAN, the initial sizes for these files are not that big. I've found that SQL distributed the new data based on the initial size. That means the mdf file is still loaded with the majority data. So hoping more data will be allocated to the ndf files, I've tried to increase the ndf file size however unsuccessful. Every time, it reverts back to its original size??? The script I've been using is:ALTER DATABASE myDBMODIFY FILE   (NAME = myDB_ndf,   SIZE = 200GB)GOCan somebody enlight me? I will be very grateful!:-)</description><pubDate>Tue, 04 Sep 2012 09:12:40 GMT</pubDate><dc:creator>jql714</dc:creator></item></channel></rss>