Viewing 5 posts - 1 through 5 (of 5 total)
Interesting. Will give it a try next week.
What I did was I imported the project to local laptop (instead of using VS on the server) and it works. Not ideal...
July 3, 2009 at 8:20 am
scottwaltonmcse (10/29/2008)
Some things to check and do:
1. Is IIS installed on the new SQL box?
2. Have you run Reporting Services Configuration on the...
October 30, 2008 at 6:06 pm
NM. Google has it. Replace len with datalength.
I don't think I could ever come up with anything like this, espcially from an accountant :hehe:
Thanks all who replied.
October 22, 2008 at 6:24 pm
ck9663 (10/21/2008)
Run this code:
declare @mytable table (mystring varchar(1000))
insert into @mytable values( 'This is the first line ' + CHAR(13)...
October 22, 2008 at 11:50 am
Steve Jones - Editor (10/21/2008)
SELECT line1 = substring(TXTFIELD,1,charindex(CHAR(13),TXTFIELD))
...
October 21, 2008 at 9:06 pm
Viewing 5 posts - 1 through 5 (of 5 total)