Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / DB Engine / SQL Server / March 2008

Tip: Looking for answers? Try searching our database.

Distribution Database

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
msnews.microsoft.com - 06 Mar 2008 19:41 GMT
Can I move the Distribution Database from one location to another without
impacting  replecation.?

Thanks
Kevin3NF - 06 Mar 2008 19:57 GMT
Location - meaning drive, or server?

Signature

Kevin3NF
SQL Server dude

You want fries with that?
http://kevin3nf.blogspot.com/

I only check the newsgroups during work hours, M-F.
Hit my blog and the contact links if necessary...I may be available.

> Can I move the Distribution Database from one location to another without
> impacting  replecation.?
>
> Thanks
msnews.microsoft.com - 06 Mar 2008 20:09 GMT
to a new drive on the same server

> Location - meaning drive, or server?
>
>> Can I move the Distribution Database from one location to another without
>> impacting  replecation.?
>>
>> Thanks
anxcomp@gmail.com - 06 Mar 2008 22:17 GMT
Hi,

I'v moved in this way:

1. Run ALTER DATABASE database_name SET OFFLINE WITH ROLLBACK
IMMEDIATE.

2. Move the file to the new location.

3. Run ALTER DATABASE database_name MODIFY FILE ( NAME = logical_name,
FILENAME = 'new_path/os_file_name'.

4. Run ALTER DATABASE database_name SET ONLINE.

Reference -
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/89f01b10-5fae-4ed8-
b0fb-a4b9f540fd28.htm

http://groups.google.pl/group/microsoft.public.sqlserver.server/browse_thread/th
read/89b28d54a808c91e/


--
Regards
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.