in

SQL Server Blogs

Voices from the UK SQL Server Community

Browse by Tags

  • Happy Holidays

    In the Query Analyser, set the Result mode to Text (Press CTRL+T) and run the following code set nocount on select space ( 17 - len ( replicate ( char ( 94 ), no )))+ replicate ( char ( 94 ), no * 2 - 1 ) from ( select top 10 row_number () over ( order by name ) as no from sysobjects ) as t union all...
    Posted to Madhivanan (Weblog) by Madhivanan on Thu, Dec 31 2009
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems