Viewing 4 posts - 1 through 4 (of 4 total)
Database diagramming tool in sql server.. this will help you.
Regards,
Lakshmikanth .M
December 17, 2012 at 1:54 am
#1569043
Answer is Returned as 5 and not 7 and give back my point
May 11, 2011 at 12:39 am
#1322763
All 4 works correctly and I have selected only 2 as per the question.. So I am right and need my point back
April 12, 2011 at 11:18 pm
#1310800
For your code shown below I totally disagree with your answer
declare @a nvarchar(30) -- See the Difference
set @a='aa'
select datalength(@a)
Explanation: u have declared Variable-length Unicode character data...
April 8, 2011 at 12:49 am
#1308988