码迷,mamicode.com
首页 > 数据库 > 详细

一段SQL代码

时间:2015-06-02 17:38:28      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:

begin transaction
set quoted_identifier on
set arithabort on
set numeric_roundabort off
set concat_null_yields_null on
set ansi_nulls on
set ansi_padding on
set ansi_warnnings on
commit
begin transaction
go

alter table test add
rowguid uniqueidentifier not null rowguidcol constraint MSmerge_df_rowguid_Default(newis())
go
alter table test set(LOCK_ESCALATION=TABLE)
go
commit

 

一段SQL代码

标签:

原文地址:http://www.cnblogs.com/kala/p/4546868.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!