Viewing 10 posts - 46 through 55 (of 55 total)
A couple of things you might want to check. Do you have the network box as a linked server on your local box? Also when you are selecting,...
June 9, 2011 at 9:38 am
I took the question to be more about do I know the difference between a function having double colon in front of it or not, and not truly about what...
March 15, 2011 at 2:59 am
GSquared (3/10/2011)
Tom.Thomson (3/10/2011)
Chad Crawford (3/10/2011)
jcrawf02 (3/10/2011)
March 11, 2011 at 1:35 am
Just a thought.
Try changing your
DECLARE @tmpMen TABLE (Name varchar)
and
DECLARE @tmpWomen TABLE (Name varchar)
to
DECLARE @tmpMen TABLE (Name varchar(10))
DECLARE @tmpWomen TABLE (Name varchar(10))
Looks like varchar maybe using...
February 15, 2011 at 5:36 am
Hi Tony
Thanks for the update, much appreciated.
hor_netuk
October 8, 2010 at 3:16 pm
I have the same problem - could do it fine in Crystal and SSRS 2005, but not SRS 2008.
Ok, I've had a play around and you could try this (it...
October 8, 2010 at 2:38 am
I remembered this one. Y2k Seems like a lifetime ago now!
August 16, 2010 at 7:13 am
Steve Jones - Editor (4/29/2010)
April 29, 2010 at 8:26 am
Right click on field, properties, and on the format tab, choose the ... button so see list of standard formats. x,xxx is one of them.
April 1, 2010 at 3:08 am
Viewing 10 posts - 46 through 55 (of 55 total)