sql数据库绑定问题!!
最近重装了系统,现在想把原来的数据库abc绑到现在的数据库里,我是这样做的:
sp_attach_db 'abc','F:\mssql7\Data\abc_data.mdf','F:\mssql7\Data\abc_log.ldf',但是系统提示出错:
Server: Msg 1816, Level 16, State 1, Line 1
Could not attach the database because the character set, sort order, or Unicode collation for the database differs from this server.
Server: Msg 1816, Level 16, State 1, Line 1
Could not attach the database because the character set, sort order, or Unicode collation for the database differs from this server.
Warning: Unicode comparison flags 196611 in database differs from server Unicode comparison flags of 196609.
Warning: Unicode comparison flags 196611 in database differs from server Unicode comparison flags of 196609.
请高手帮忙。