﻿<?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 / SQL Server Newbies  / alter database is not happening in sqlserver 2000 / 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>Mon, 20 May 2013 07:45:13 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: alter database is not happening in sqlserver 2000</title><link>http://www.sqlservercentral.com/Forums/Topic993207-169-1.aspx</link><description>Nope. Sorry, you have to detach/attach. You do not have to do it through the GUI though; you can use SPs to accomplish it if you were wanting to script it out.[url=http://support.microsoft.com/kb/224071]How to move SQL Server databases to a new location by using Detach and Attach functions in SQL Server[/url]</description><pubDate>Sat, 25 Sep 2010 17:29:24 GMT</pubDate><dc:creator>Joie Andrew</dc:creator></item><item><title>RE: alter database is not happening in sqlserver 2000</title><link>http://www.sqlservercentral.com/Forums/Topic993207-169-1.aspx</link><description>Nope.</description><pubDate>Sat, 25 Sep 2010 05:32:02 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: alter database is not happening in sqlserver 2000</title><link>http://www.sqlservercentral.com/Forums/Topic993207-169-1.aspx</link><description>I want to move data/log files from C drive to E drive.Is there any other option in SQL Server 2000 except of detach/atach</description><pubDate>Sat, 25 Sep 2010 03:19:19 GMT</pubDate><dc:creator>Pritam Salvi</dc:creator></item><item><title>RE: alter database is not happening in sqlserver 2000</title><link>http://www.sqlservercentral.com/Forums/Topic993207-169-1.aspx</link><description>Thanks for reply.Is there any way to do that except of doing detach/atach while copying from windows.</description><pubDate>Sat, 25 Sep 2010 03:17:20 GMT</pubDate><dc:creator>Pritam Salvi</dc:creator></item><item><title>RE: alter database is not happening in sqlserver 2000</title><link>http://www.sqlservercentral.com/Forums/Topic993207-169-1.aspx</link><description>The ALTER DATABASE ... MOVE was not an option for any database other than TempDB on SQL 2000.</description><pubDate>Sat, 25 Sep 2010 02:57:09 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>alter database is not happening in sqlserver 2000</title><link>http://www.sqlservercentral.com/Forums/Topic993207-169-1.aspx</link><description>Hi all,I am using sql server 2000I am trying to use alter database option to move datafiles.But it showed me error below-Server: Msg 5037, Level 16, State 1, Line 1MODIFY FILE failed. Do not specify physical name.Look at the my qryALTER DATABASE NewTestDBMODIFY FILE (NAME = NewTestDB_Data, FILENAME = 'D:\SQLData\NewTestDB_Data.mdf');ALTER DATABASE NewTestDBMODIFY FILE (NAME = NewTestDB_Log, FILENAME = 'D:\SQLData\NewTestDB_Log.ldf');Whats wrong in this?Pls let me know why alter database is not happening.</description><pubDate>Sat, 25 Sep 2010 00:24:04 GMT</pubDate><dc:creator>Pritam Salvi</dc:creator></item></channel></rss>