Home > Database > Mysql Tutorial > 在SQL Server Management Studio中可以运行作业但是用T-SQL运行则失败

在SQL Server Management Studio中可以运行作业但是用T-SQL运行则失败

WBOY
Release: 2016-06-07 17:19:41
Original
944 people have browsed it

这种情况多数为执行时上下文(Context)安全性问题。在SSMS中执行的时候,T-SQL语句是在当前登录名下运行的。但是作业在SQL Serv

本人的实践是使用高权限的账号来运行SQL Server Agent,并且具有独立账号,,同时密码不能过期,否则运行一段时间就会运行不了。但是基于“最小安全性原则”,一般不建议使用过高权限。同时,不能使用SQL Server Agent 代理来执行作业,因为T-SQL作业步骤不使用任何代理。对于T-SQL作业步骤,默认是以作业拥有者的安全上下文运行。

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