摘要:在 SQL Server 2005 Manger Studio中打开表,无法输入汉字,只能输入英文,很讨厌!Google了很久找到了解决办法.http://blog.csdn.net/zjcxc/archive/2006/08/20/1099092.aspx 表里有自增列(比如ID,int型),它是只读的.当你把光标放到该列后,再移动到其它列进行编辑的时候,就无法输入汉字了.无论你重新打开表还是怎...
阅读全文
随笔分类 - SqlServer
摘要:Restore failed for Server 'ADANDELI'. (Microsoft.SqlServer.Smo)
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo
The backup set holds a backup of a database other than the existing 'AAA' database.
RESTORE DATABASE is terminating abnormally. (Microsoft SQL Server,错误: 3154)
今天在sqlServer20005 的management studio里使用bak文件还原数据库的时候,总是失败!
找不到原因(已经选择了"overwrite the existing database"),只能使用命令来还原了,不知道为什么会这样.
阅读全文