SSMS
 sql >> Database >  >> Database Tools >> SSMS

SQL Server 2008 - Allega mdf senza registro - Errore del sistema operativo 5:5 (Accesso negato).

Questo è un bug nell'interfaccia SSMS. Può essere fatto usando T-SQL. Basta non includere il file di registro nell'elenco dei file.

exec sp_attach_db 'dbname', 'filename'

sp_attach_db (Transact-SQL)