对一个数据库Generate SQL script后,不能还原
我对一个数据库Generate SQL script后,生成db.sql。
在Analyzer里运行db.sql,有错误:
有N行这样的
Cannot add rows to sysdepends for the current stored procedure because it depends on the missing object 'dbo.dt_displayoaerror_u'. The stored procedure will still be created.
还有:
Server: Msg 450, Level 16, State 1, Procedure sp_updDet, Line 38
Code page translations are not supported for the text data type. From: 936 To: 1252.
是不是在Generate SQL script的时候有某些选项没选好?还是什么原因?
谢谢