正文
MSSQL 2005中 批量替换字符
2010-07-01 23:07:52分类:点滴积累
update 表名 set 字段名称=replace(cast(字段名称 as varchar(8000)) ,'替换前的内容','替换后的内容')
=========================
- SQL孤立用户错误:
- SQL server browser:The answer packets SQL Server browser service sends always originate (source IP address) from the servers primary IP address and UDP port 1434, not the ip address the client has sent the request to.[SQL Server Browser为远程连接而设立的服务]
阅读(
) | 评论( 0 )

