Viewing 4 posts - 1 through 5 (of 5 total)
Database diagramming tool in sql server.. this will help you.
Regards,
Lakshmikanth .M
December 17, 2012 at 1:54 am
Answer is Returned as 5 and not 7 and give back my point
May 11, 2011 at 12:39 am
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
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 and the answer for...
April 8, 2011 at 12:49 am
Viewing 4 posts - 1 through 5 (of 5 total)