开发者

(SQL SCRIPT + SQL SERVER 2005) Weird '-' symbols

I was writing a SQL script like the following for SQL server 2005:

select '============================'
select '~~~~~~~~~~~~~~'
select char(13) + 'Control 127232:'
exec xp_loginconfig
go

I noticed that there i开发者_StackOverflows a '-' symbols after my string of 'select '============================'' and also after my string of '~~~~~~~~~~~~~~'.

Sample output:

============================

-
~~~~~~~~~~~~~~

-

Control 127232:

I would like to remove this '-' symbols if possible?

thanks


Perhaps instead of SELECTing this information, you would be more interested in PRINTing it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜