Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Update Services > Move WSUS 3.0 Database from Drive C: to Drive W:

Reply
Thread Tools Display Modes

Move WSUS 3.0 Database from Drive C: to Drive W:

 
 
Bikini Browser
Guest
Posts: n/a

 
      09-04-2009
Hello everyone...

I have an SBS 2003 R2 Server that has been upgraded from WSUS 2.0 to 3.0
SP2.

I need to move the 3.5gb database from Drive C to Drive W:. I can't find
any documentation on how to move the database. I did fine info on how to
move the content but not the database.

Can anyone guide me step by step line by line on how to move the database
from one drive to another on the same Server?

Thanks in advance...

--
Bikini Browser of San Juan Puerto Rico
Small Business Office Automation
Small Business Document Imaging Solutions
Networking Solutions using Linksys & Cisco Products
http://www.daleallen.com

(787) 637-9100
www.daleallen.com


 
Reply With Quote
 
 
 
 
Al Williams
Guest
Posts: n/a

 
      09-04-2009
The database shouldn't be too big so why bother?

A google of "wsus3 move database" gave me:

http://duitwithsbs.wordpress.com/200...e-and-content/

--
Allan Williams




Bikini Browser wrote:
> Hello everyone...
>
> I have an SBS 2003 R2 Server that has been upgraded from WSUS 2.0 to
> 3.0 SP2.
>
> I need to move the 3.5gb database from Drive C to Drive W:. I can't
> find any documentation on how to move the database. I did fine info
> on how to move the content but not the database.
>
> Can anyone guide me step by step line by line on how to move the
> database from one drive to another on the same Server?
>
> Thanks in advance...



 
Reply With Quote
 
Al Williams
Guest
Posts: n/a

 
      09-04-2009

Actually, reading again, your database is 3.5GB? That seems big and it
doesn't seem the cleanup wizard touches the DB (I just tried it on my 1.5GB
database). Moving it may be best but I wonder if it can be shrunk as well?

--
Allan Williams




Al Williams wrote:
> The database shouldn't be too big so why bother?
>
> A google of "wsus3 move database" gave me:
>
> http://duitwithsbs.wordpress.com/200...e-and-content/
>
>
> Bikini Browser wrote:
>> Hello everyone...
>>
>> I have an SBS 2003 R2 Server that has been upgraded from WSUS 2.0 to
>> 3.0 SP2.
>>
>> I need to move the 3.5gb database from Drive C to Drive W:. I can't
>> find any documentation on how to move the database. I did fine info
>> on how to move the content but not the database.
>>
>> Can anyone guide me step by step line by line on how to move the
>> database from one drive to another on the same Server?
>>
>> Thanks in advance...



 
Reply With Quote
 
Bikini Browser
Guest
Posts: n/a

 
      09-04-2009
That artical is a but to techie for me. I found this on the web...

1: net stop "update services"
2: net stop w3svc
3: osql -E -S %computername%\wsusdatabase -Q "exec sp_detach_db 'SUSDB'"
4: md W:\WSUS\MSSQL$WSUS\data
5: move "C:\WSUS\MSSQL$WSUS\Data\SUS*.*" W:\WSUS\MSSQL$WSUS\data
6: osql -E -S %computername%\wsus -Q "exec sp_attach_db @dbname=N'SUSDB',
7: @filename1=N'w:\WSUS\MSSQL$WSUS\data\SUSDB.mdf',
8: @filename2=N'w:\WSUS\MSSQL$WSUS\data\SUSDB_log.ldf '"
9: net start "update services"
10: net start w3svc


the problem is when I get to line 3, I get the following error...

[DBMSLPCN]SQL Server does not exist or access denied.
[DBMSLPCN]ConnectionOpen (Connect()).

Any ideas on what causes this error? Should the above routine work? Please
advise...

Bikini Browser





"Al Williams" <> wrote in message
news:OKr$...
> The database shouldn't be too big so why bother?
>
> A google of "wsus3 move database" gave me:
>
> http://duitwithsbs.wordpress.com/200...e-and-content/
>
> --
> Allan Williams
>
>
>
>
> Bikini Browser wrote:
>> Hello everyone...
>>
>> I have an SBS 2003 R2 Server that has been upgraded from WSUS 2.0 to
>> 3.0 SP2.
>>
>> I need to move the 3.5gb database from Drive C to Drive W:. I can't
>> find any documentation on how to move the database. I did fine info
>> on how to move the content but not the database.
>>
>> Can anyone guide me step by step line by line on how to move the
>> database from one drive to another on the same Server?
>>
>> Thanks in advance...

>
>



 
Reply With Quote
 
Bikini Browser
Guest
Posts: n/a

 
      09-04-2009

Folks:

I solved the problem myself... I found this link on the web and it was 100%
perfect...

http://blog.augustoalvarez.com.ar/20...rnal-database/

The instructions are easy to follow and the process is really easy.... It
just takes time to download the software from Microsoft.

Bikini Browser


"Al Williams" <> wrote in message
news:...
> Actually, reading again, your database is 3.5GB? That seems big and it
> doesn't seem the cleanup wizard touches the DB (I just tried it on my
> 1.5GB database). Moving it may be best but I wonder if it can be shrunk
> as well?
>
> --
> Allan Williams
>
>
>
>
> Al Williams wrote:
>> The database shouldn't be too big so why bother?
>>
>> A google of "wsus3 move database" gave me:
>>
>> http://duitwithsbs.wordpress.com/200...e-and-content/
>>
>>
>> Bikini Browser wrote:
>>> Hello everyone...
>>>
>>> I have an SBS 2003 R2 Server that has been upgraded from WSUS 2.0 to
>>> 3.0 SP2.
>>>
>>> I need to move the 3.5gb database from Drive C to Drive W:. I can't
>>> find any documentation on how to move the database. I did fine info
>>> on how to move the content but not the database.
>>>
>>> Can anyone guide me step by step line by line on how to move the
>>> database from one drive to another on the same Server?
>>>
>>> Thanks in advance...

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Windows 2003: Replacing Drive with Boot.ini file. Can I move it to other drive? Pegasus [MVP] Windows Server 3 09-15-2009 05:10 PM
Move WSUS 3.0 Database from Drive C: to Drive W: Bikini Browser Windows Small Business Server 4 09-04-2009 10:01 PM
Move WSUS 3.0 Database from Drive C: to Drive W: Bikini Browser Windows Server 4 09-04-2009 10:01 PM
Move DNS Database to another local drive ? Philipp DNS Server 2 06-22-2008 11:39 PM
How can I move WSUS to a new drive/partition without reinstallatio Zoltan Update Services 3 03-15-2006 12:34 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59