Viewing 11 posts - 16 through 26 (of 26 total)
I'm using Self Test Software Practice questions to prepare for my 70-433 exam. When I practise in certification mode the software gives me 90 mins to complete 55 questions. Although...
September 6, 2009 at 2:24 am
Those who have already appeared for exams 70-433 and 70-451 can you please tell us how many questions where asked for each exams and how much time is given...
September 3, 2009 at 12:19 am
How valuable your employer will consider these certs are for their employees.
Does going for certs stand you apart from the crowd. Does it help in this economic climate?
August 27, 2009 at 8:43 am
DECLARE @i AS INT = 100,@msg AS VARCHAR(5)= '11',@Date AS DATE=GETDATE()
will generate error "Cannot assign a default value to a local variable."
August 25, 2009 at 10:12 am
GilaMonster (8/12/2009)
Why don't you test both options and see which is better? Offhand, I can't say which'll be faster.
Thanks will do it
August 12, 2009 at 6:34 am
Lynn Pettis (7/10/2009)
July 14, 2009 at 9:52 am
Mark (7/14/2009)
SELECT R.nref.value('@ExpressionRef', 'INT') AS ExpressionRef,
R.nref.value('@ErrorResult', 'VARCHAR(50)') AS...
July 14, 2009 at 9:04 am
Lynn Pettis (7/10/2009)
Let us know if it helps.
Yes this helped but I am not sure about the performance of my query with huge amount of data. I'll post back about...
July 13, 2009 at 3:50 am
Lowell (6/29/2009)
June 29, 2009 at 9:13 am
Lowell (6/29/2009)
since the...
June 29, 2009 at 8:50 am
Viewing 11 posts - 16 through 26 (of 26 total)