Viewing 10 posts - 46 through 55 (of 55 total)
Did I am misleading for the answer? Why so many answers are wrong?
How other members answeredCorrect answers: 55% (374)
Incorrect answers: 45% (302)
Total attempts: 676
--------------------------------------------------------------------------------
...
March 8, 2013 at 12:01 pm
Please try this:
SET @vchrIsNumeric='$NAME',
Is Numeric or Is not Numeric?
March 6, 2013 at 8:43 am
Thank for the question,
I am not sure the definitions for "Infinite loop" and "nesting" and "Recurring" in sql server.
March 1, 2013 at 9:56 am
Basic SQLCMD Utilities? or Basic SQL CMD Utilities? or Basic SQL CoMmanD Utilities, or Basic SQL Utilities?
Anyway, good question!
February 22, 2013 at 9:40 am
Please try:
declare @k int;
select
case when @k=0 OR NOT (@k = 0)
then cast(0 as date)
else cast('2012-04-01T10:00:00' as...
February 5, 2013 at 9:59 am
I totally agree with you, it is nice to have all aliases listed just for maintainability.
January 17, 2013 at 10:53 am
Aliases are not for columns where there is only one column possible.
January 17, 2013 at 9:39 am
Thanks for all comments. we use aliases in joins. Aliases are not for columns where there is only one column possible. But it is nice to have...
January 9, 2013 at 8:28 am
Viewing 10 posts - 46 through 55 (of 55 total)