Buongiorno a tutti, sono nuovo su SQL Server per cui scusatemi se probabilmente posto una questione per voi banale.
E' corretto questo script per effetuare il RESTORE su una diverso server ? Vorrei riportare tutto il DB allo stato attuale comprensivo di dati.
RESTORE DATABASE MyDatabaseName FROM DISK=N'C:\Users\pippo\Documents\WEBLICProd_20250117.BAK'
WITH
MOVE 'WEBLIC' TO N'C:\Users\pippo\AppData\Local\Microsoft\Microsoft SQL Server Local DB\Instances\MSSQLLocalDB\WEBLICProd.mdf',
MOVE 'WEBLIC_log' TO N'C:\Users\pippo\AppData\Local\Microsoft\Microsoft SQL Server Local DB\Instances\MSSQLLocalDB\WEBLICProd_0.ldf'
Il database ripristinato conterrà suppongo anche gli utenti ?