Working on a Sl projrect where thats lots of stuff in SQL Server that we need to turn into XAML for the UI. So check out this sql that spins out SL controls. Tweak the xaml a bit and there you go:

DECLARE @NewLineChar AS CHAR(2) = CHAR(13) + CHAR(10)
SELECT     
'' + 
    @NewLineChar + 
            '' as code
  FROM LookTable01