hi how to move wsus interntal database to diff drive
-
Monday, April 16, 2012 9:53 AM
hi
currently my wsus datbase and wsuscontent is inside in e: drive i need to move to F drive
i have moved wsuscontent using wsutil movecontent command .now i need to move my databse also to these location .please note iam using windows internal data base not sql
regards
ankith
All Replies
-
Monday, April 16, 2012 8:37 PM
Hi Ankithmaster,
Have you checked the following links?
- Managing WSUS 3.0 Storage: http://technet.microsoft.com/en-us/library/hh328578(WS.10).aspx
- Migrating WSUS: http://technet.microsoft.com/en-us/library/ee822824(WS.10).aspx
The second link has the following info which might help:
Note
If the source server is using Windows Internal Database, the database name is \\.\pipe\mssql$microsoft##ssee\sql\query Hope this helps
- Proposed As Answer by MathewEllison Monday, April 16, 2012 8:37 PM
-
Tuesday, April 17, 2012 3:15 AMModerator
Hi,
Windows Internal Database uses SQL Server technology as a relational data store for Windows roles and features only, such as Windows SharePoint Services, Active Directory Rights Management Services, UDDI Services, Windows Server Update Services, and Windows System Resources Manager. Windows Internal Database is also known as Microsoft SQL Server Express Embedded Edition.
There are five main steps to the process of moving a database within Windows Internal Database:
1. Stop the affected services.
2. Detach the databases
3. Move the database files.
4. Reattach the databases.
5. Restart the services.
Detail process, please refer to this article:
Move Windows Internal Databases to a different drive (Windows SharePoint Services 3.0)
http://technet.microsoft.com/en-us/library/dd277864(v=office.12).aspxNote: this is an article write for Windows SharePoint Services, but also apply to Windows Server Update Services.
For more information please refer to following MS articles:
How to Move WSUS Content and Database Files to a Different Volume
http://blogs.technet.com/b/sbs/archive/2009/09/23/how-to-move-wsus-content-and-database-files-to-a-different-partition.aspx
Migrate from Windows Internal Database to SQL Server
http://technet.microsoft.com/en-us/library/dd939918(v=ws.10).aspxLawrence
TechNet Community Support
- Marked As Answer by Lawrence LvMicrosoft Contingent Staff, Moderator Tuesday, April 24, 2012 2:09 AM
-
Wednesday, April 18, 2012 4:57 AM
Hi there,
To change the location of local WSUS update storage:
Open a command shell.
Navigate to the directory that contains WSUSutil.exe:
cd %WSUSInstallationDirectory%\Tools.
Type the following command:
wsusutil.exe movecontent contentpath logfile [-skipcopy]
For example, type:
wsusutil.exe movecontent F:\WSUS1\ F:\move.log
where F:\WSUS1 is the new path for local WSUS update storage, and F:\move.log is the path to the log file.

