Viewing 12 posts - 1 through 12 (of 12 total)
True. I was just adapting the solution to what he already posted.
November 29, 2011 at 10:29 am
@emailBODY = 'first
<br /><br /><br />
second
<br /><br /><br />
third'
November 29, 2011 at 10:18 am
<br /><br />
Was JayK's solution. Did it not work for you?
November 29, 2011 at 9:41 am
I don't know about the OP, but I would like to see a set-based solution based on the criteria the OP gave.
November 16, 2011 at 8:18 am
I have really nothing of significance to add. But I'd like to say "thank you" for going through this problem for everyone to see. The thought process, going through the...
June 7, 2011 at 7:31 am
ItsJustMe_Peter (5/6/2011)
Excel we have and Jedi is free.
sidenote: That was very Yoda-like 🙂
That's interesting. I would have never thought of using Excel for code or code generation (outside of VBA)....
May 6, 2011 at 8:19 am
By any chance, have you written Parts 2 - 4? Good article by the way.
May 5, 2011 at 3:05 pm
Yep.
cgrammont (5/4/2011)
May 5, 2011 at 2:22 pm
I guess not many people version control their SQL....
May 5, 2011 at 1:22 pm
VisualHg works with VS 2008 but not SSMS 2005 🙁
May 4, 2011 at 1:19 pm
I'm not sure why but SQL Server doesn't think that's a legitmate GUID.
This works:
declare @aTest uniqueidentifier
set @aTest = 'B85E62C3-DC56-40C0-852A-49F759AC68FB'
select @aTest
But this doesn't:
declare @aTest uniqueidentifier
set @aTest = '56YB32BA-BEB2-4066-B0FC-BB7691E6ED38'
select @aTest
December 9, 2010 at 9:54 am
Are you making an update to this script for SSRS 2008 Standard?
March 12, 2009 at 1:52 pm
Viewing 12 posts - 1 through 12 (of 12 total)