当前位置:
代码迷
>>
Sql Server
>> 把master表中的xtype为u的表都删了,现在怎么处理
详细解决方案
把master表中的xtype为u的表都删了,现在怎么处理
热度:
104
发布时间:
2016-04-27 21:23:07.0
把master表中的xtype为u的表都删了,现在怎么办?
报错;未能建立与(local)的连接。
原因:对象名 ' master..spt_values '无效。
如何解决??
------解决方案--------------------
用logexplore试一下
------解决方案--------------------
恢复master 数据库的方法,网上也有介绍
我想最简单的办法,就是停止SQL服务,将数据文件(我指的是用户数据文件)备份,然后重新安装SQL数据库就可以,当然要将备份的数据库文件恢复
查看全文
相关解决方案
master.FindControl的有关问题,初学者!
Parser Error Message: The file '/MasterPage.master' does not exist.解决办法
母板页(master)怎么绑定皮肤
(急)在数据库 'master' 中回绝了 CREATE DATABASE 权限。~~~~~~~~~~
在数据库 'master' 中拒绝了 CREATE DATABASE 权限。解决方案
master page 下,無法觸發gridview GridView2_SelectedIndexChanged事件,為什麼?该怎么处理
master page頁面怎么用js來做輸入驗證
Ext xtype=grid 改成 editorgrid有关问题
sharepoint 2010 页面增添logo banner方法 custom banner for sharepoint 2010 master page
sharepoint 2010 页面增添footer方法 custom footer for sharepoint 2010 master page
Ext xtype 部类
ext xtype 对比
lable 跟 xtype 的用法
Extjs xtype 深入懂得
ExtJs 中 xtype 与组件种的对应表与vtype
extjs xtype wallpaper
ExtJs的列方式column(xtype)详解
执行"EXEC master.xp_cmdshell."后找不到相干文件,请大家帮忙解答
mysql主主同步,show master status时,提示empty set.
问个基础有关问题:USE master
关于执行 EXEC master.xp_cmdshell @sql 的有关问题
exec master.xp_cmdshell net use 有关问题,多谢!请进入:)
怎么修改SQL2008 系统库(master,tempdb等)的 排序规则名称
master.spt_values表的作用是什么,几个字段的含义是什么,哪位高手能讲讲呢
2005 management studio 下面 找不到 master 数据库解决办法
邮件发送,exec master.dbo.xp_sendmail提示异常,求!请高手帮忙!多谢
在查询分析器中可以执行 EXEC master.dbo.xp_cmdshell 'd:\ab\p.exe beep' 为什么将它移到触发器中却不能执行?解决思路
启动sql服务管理器,想启动里面的数据库,结果启动命令执行后还是停止的状态,查看日志说FCB:Open failed: c:\Server\MSSQL\data\master.md,该怎么处理
SQLSERVER打开出现找不到存储过程'master.dbo.xp_MSplatform'解决方法
EXEC master.xp_cmdshell 导出Excel能不能设置Excel字体格式,该如何处理