Attach via comando
- “Não foi possível estabelecer conexão com o Banco de Dados” na abertura do sistema:
— Pelo SQL Studio rodar o Attach
sp_attach_db @dbname = 'DB_IDE_AllegroLoja',
@filename1 = 'C:\AllegroNet\DB_IDE_AllegroLoja.mdf',
@filename2 = 'C:\AllegroNet\DB_IDE_AllegroLoja_log.ldf'
sp_attach_db @dbname = 'DB_IDE_TabelasPrecos',
@filename1 = 'C:\AllegroNet\DB_IDE_TabelasPrecos.MDF',
@filename2 = 'C:\AllegroNet\DB_IDE_TabelasPrecos_Log.LDF'
Created with the Personal Edition of HelpNDoc: Why Microsoft Word Isn't Cut Out for Documentation: The Benefits of a Help Authoring Tool