Home > Database > Mysql Tutorial > body text

UAC开启可能引发的问题SQLServer无法附加数据库

WBOY
Release: 2016-06-07 15:40:30
Original
971 people have browsed it

单位的局域网内各种病毒,为了安全起见,UAC就没有关。 于是,某一天,在尝试附加一个同事拷来的数据库时,出现如下问题: 乍一看,一头雾水。什么T-SQL,批处理 仔细看下,用户是 guest ,而不是 Administrator 这就明朗了,开启了UAC,所有没有管理员权限

单位的局域网内各种病毒,为了安全起见,UAC就没有关。
于是,某一天,在尝试附加一个同事拷来的数据库时,出现如下问题:

UAC开启可能引发的问题SQLServer无法附加数据库



乍一看,一头雾水。什么T-SQL, 批处理···
仔细看下,用户是guest ,而不是Administrator···这就明朗了,开启了UAC,所有没有管理员权限。

解决方法也很简单,设定Management Studio为"以管理员方式运行"。当然,关闭UAC也可以解决。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template