Re: OSQL Query
From: beginthreadex (thomas_remkus_at_westwoodone.com)
Date: 09/23/04
- Next message: David: "Re: Print VIEW design"
- Previous message: Derek Ruesch: "list functions"
- In reply to: Murray Jack: "OSQL Query"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Sep 2004 10:53:00 -0500
'data' + char(5) + char(5) + 'otherData'
> Murray Jack wrote:
> Hi
>
> I am running a large batch update of a series of stored procedures on my
> SQL Server database using the command line OSQL.exe application
>
> The problem i have is:
>
> In one of the stored procs I concatanate a series of text strings with the
> character '¬' so that i can split the string when it is output. (see SQL
> below)
>
> select @out_v_errormessage = 'derived data' + '¬' + 'More Txt'
>
> BUT when the store proc is created in the database the ¬ changes to a 1/4
> character (see SQL Below)
>
> select @out_v_errormessage='derived data'+'¼'+ 'More txt'
>
> errrrr does anyone know why or a way around it - or should i just use and
> different char
>
> Thanks in advance
>
> Confused
>
> Murray
- Next message: David: "Re: Print VIEW design"
- Previous message: Derek Ruesch: "list functions"
- In reply to: Murray Jack: "OSQL Query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|