Answered by:
Migrating DB from SQL to WID

Question
-
Answers
-
Hi,
Please note that the SQL Server forums have been migrated to the new Microsoft Q&A platform, I suggest asking over here:
https://docs.microsoft.com/en-us/answers/topics/sql-server-migration.htmlNote: Most forums have been migrated to the new Microsoft Q&A platform, the TechNet forums will also be closing down soon.
(Please don't forget to mark helpful replies as answer, thank you)
Best regards,
LeonBlog:
https://thesystemcenterblog.com LinkedIn:
- Marked as answer by MateuszB_92 Wednesday, December 16, 2020 2:13 PM
All replies
-
Hi,
Please note that the SQL Server forums have been migrated to the new Microsoft Q&A platform, I suggest asking over here:
https://docs.microsoft.com/en-us/answers/topics/sql-server-migration.htmlNote: Most forums have been migrated to the new Microsoft Q&A platform, the TechNet forums will also be closing down soon.
(Please don't forget to mark helpful replies as answer, thank you)
Best regards,
LeonBlog:
https://thesystemcenterblog.com LinkedIn:
- Marked as answer by MateuszB_92 Wednesday, December 16, 2020 2:13 PM
-
Steps are given below-
Copy SUSDB mdf and SUSDB_log ldf from the WID Data Folder to the SQL Instance Data Folder.
In SQL Server Management Studio, under the Instance node, right-click Databases, and then click Attach. Screenshot of SQL Server Management Studio showing the Databases > Attach option selected.
In the Attach Databases box, under Databases to attach, click the Add button and locate the SUSDB mdf file, and then click OK.Regards,
Rachel Gomez
-
hello,
You can check out here: https://social.technet.microsoft.com/Forums/windows/en-US/7fe331f5-0750-47c5-a8f9-298a2e75c0a0/migrate-from-sql-to-wid-how?forum=winserverwsus
I hope you will get better solutions for your question
Best regards,
Name: Bradley Brown
Company: RichestSoft
-
Buy HTML5 Games
HTML5 game licensing with Genieee. Do you have requirement of great quality HTML5 games? Genieee is here for all your need. We are totally focused on mobile browsers and we are ready to provide high quality HTML5 games.
Why Genieee for game licensing? Screen Friendly Display : Our each game are fully tested and scale as per the mobile screen. High quality graphics: We use very impressive graphics in our games. Which will attract the user to play game again and again. Cross-Platform support : We have taken special care to ensure cross-platform functionality across PC and mobile. Capable to publish native games: Our games are capable to publish as native application as per our client demand. Our approach : Genieee's approach is to provide the very best level of creative HTML5 game development services at very reasonable prices. Here are some games for sale.https://genieee.com/buy-html5-games/
- Edited by GenieeeSays Wednesday, August 24, 2022 11:29 AM
-
Prerequisites
SQL Instance. This can be the default MSSQLServer or a custom Instance.
SQL Server Management Studio
WSUS with WID role installed
IIS (This is normally included when you install WSUS through Server Manager). It is not already installed, it will need to be.Regards,
Rachel Gomez
-
SQL Server Migration using Microsoft’s Database Migration Assistant Tool
Our discussion in this section examines how DMA can be helpful for the initial assessment of SQL Server Migration before it is actually carried out. Using Database Migration Assistant, you can evaluate, plan, and execute an on-premise or cloud upgrade of older versions of SQL Server, starting with SQL Server 2005.
https://vistaloaded.com
SQL Server Migration: Using Database Migration Assistant
- After installing DMA, you will see the screen below when you run DMA on either a client or server machine. Then, on the left side of the screen, click the “+” sign. If this is your first time opening the wizard, you must create a new project.
- Edited by Stunt221 Friday, December 16, 2022 1:34 PM
-