Quantcast
Channel: TechNet Blogs
Viewing all articles
Browse latest Browse all 36188

Migrating a WSUS Database from WID to SQL

$
0
0

Overviewin

  • In this video guide, we will be covering how to migrate WSUS Database (SUSDB) from Windows Internal Database instance to SQL Server
  • stance.
  • Topics in Video

    Commands and Notes:

    • Connect to WID instance in SQL Management Studio of sqlcmd (Server 2012 or Newer): \.pipeMICROSOFT##WIDtsqlquery
    • Connect to WID instance in SQL Management Studio of sqlcmd (Server 2008 R2 or Older): \.pipeMSSQL$MICROSOFT##SSEEsqlquery
    • Powershell command to see WSUS installed role services: Get-WindowsFeature -Name UpdateServices*
    • Powershell command to remove WSUS WidDB: Remove-WindowsFeature -Name UpdateServices-WidDB
    • Powershell command to install WSUS SQL Database Connectivity: Install-WindowsFeature -Name UpdateServices-DB
    • WsusUtil command: WsusUtil.exe postinstall SQL_INSTANCE_NAME="SCUP.CONTOSO.LOCAL" CONTENT_DIR="J:WSUS"
      • SQL_INSTANCE_NAME and CONTENT_DIR should be changed to for your environment details

    Helpful Resources:


    Viewing all articles
    Browse latest Browse all 36188


    <script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>