I
Ironhero
Unregistered / Unconfirmed
GUEST, unregistred user!
我在查询分析器中用如下命令:
sp_attach_db 'mydb','c:/My_Data.MDF','c:/My_Log.LDF'
导入时出现错误:
Server: Msg 5172, Level 16, State 15, Line 1
The header for file 'C:/My_Data.MDF' is not a valid database file header. The PageAudit property is incorrect.
说明:这两个文件在别人的机上用得正常。另外:这是别人写的,我想看里面的表,
但导不进去。是不是加密了?
sp_attach_db 'mydb','c:/My_Data.MDF','c:/My_Log.LDF'
导入时出现错误:
Server: Msg 5172, Level 16, State 15, Line 1
The header for file 'C:/My_Data.MDF' is not a valid database file header. The PageAudit property is incorrect.
说明:这两个文件在别人的机上用得正常。另外:这是别人写的,我想看里面的表,
但导不进去。是不是加密了?