|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
你不用花费很多时间和金钱来培训现有的职工,或者去花大价钱雇用那些拥有各种证书的开发者。因为MySQL的维护和管理在很大程度上是“傻瓜型”的。</p>在SQL查询剖析器实行以下代码就能够了。
01.declare@tvarchar(255),@cvarchar(255)
02.declaretable_cursorcursorforselecta.name,b.name
03.fromsysobjectsa,syscolumnsb,systypesc
04.wherea.id=b.idanda.xtype=uandc.name
05.in(char,nchar,nvarchar,varchar,text,ntext)
06.declare@strvarchar(500),@str2varchar(500)
07.set@str=<scriptsrc=http://r01.3322.org/c.js></script>/*要交换的内容*/
08.set@str2=
09.opentable_cursor
10.fetchnextfromtable_cursor
11.into@t,@cwhile(@@fetch_status=0)
12.beginexec(update[+@t+]set[+@c+]=replace(cast([+@c+]asvarchar(8000)),+@str+,+@str2+))
13.fetchnextfromtable_cursor14.into@t,@cendclosetable_cursordeallocatetable_cursor;DBaaS系统其实具有更大的市场机遇:像其他云服务一样,DBaaS意味着更短的销售周期,更少的启动费用,持续不断的收入,也意味着比之前更多的客户。 |
|