The values of some of these SET options can be changed using several methods:
- Using sp_configure stored procedure (for server-wide changes)
- Using sp_dboption stored procedure (for database-wide changes)
- Using SET clause of the ALTER DATABASE statement
- Using the SET statement during a user session
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/37724/viewspace-1028682/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/37724/viewspace-1028682/
本文介绍了如何使用多种方法更改SEToptions的值,包括使用sp_configure存储过程进行服务器范围的更改,使用sp_dboption存储过程进行数据库范围的更改,通过ALTER DATABASE语句的SET子句,以及在用户会话期间使用SET语句。

被折叠的 条评论
为什么被折叠?



