6
_Demos_
01.10.12
✎
11:17
|
Пробую скрипт:
USE [master]
GO
CREATE DATABASE [nt2] ON
( FILENAME = N'D:\Work\NT\Backup\h\nt2.mdf' ),
( FILENAME = N'D:\Work\NT\Backup\h\nt2.LDF' )
FOR ATTACH_REBUILD_LOG
GO
ПИшет ошибку:
Msg 1813, Level 16, State 2, Line 1
Could not open new database 'nt2'. CREATE DATABASE is aborted.
Msg 1813, Level 16, State 2, Line 1
Could not open new database 'nt2'. CREATE DATABASE is aborted.
Msg 9003, Level 20, State 1, Line 1
The log scan number (5611:196301:37) passed to log scan in database 'nt2' is not valid. This error may indicate data corruption or that the log file (.ldf) does not match the data file (.mdf). If this error occurred during replication, re-create the publication. Otherwise, restore from backup if the problem results in a failure during startup.
Как там указать другую учетную запись под которым работали на другом компе???
|
|