How To Convert User Instance Database To Normal Sql Server Database
can anybody help me by providing a link on how to convert a user instance database to normal sql server database. Thanks in advance.
Solution 1:
Copy the user instance MDF to a new directory. From SSMS, right click "Databases" and then Attach.
Post a Comment for "How To Convert User Instance Database To Normal Sql Server Database"