Viewing 15 posts - 6,616 through 6,630 (of 7,636 total)
Jeff Moden (6/16/2008)
rbarryyoung (6/16/2008)
Jeff Moden (6/15/2008)
rbarryyoung (6/15/2008)
June 16, 2008 at 2:13 pm
Ugh. How many times a week can we get the "String concatenation" question? We need some FAQ or permanent link that we can just send people to.
June 16, 2008 at 12:00 pm
My understanding is that this is only do-able if it is the PRIMARY filegroup, and you restore it as the PRIMARY filegroup, that will have some obvious problems in your...
June 16, 2008 at 11:47 am
Steve Jones - Editor (6/16/2008)
So, time%60 should work, correct?
If "time" is an int also.
June 16, 2008 at 11:28 am
slava davidchuk (6/16/2008)
so it can be done once, and not for every...
June 16, 2008 at 11:21 am
I must be missing something, what is wrong with this?:
SELECT SUM(Case When R1.price between 0 and 50 Then 1 Else 0 End) as [£0 to £50]
...
June 16, 2008 at 11:00 am
santosh_devaki (6/16/2008)
Operand data type numeric is invalid for modulo...
June 16, 2008 at 10:43 am
Tech_Newbie (6/16/2008)
Those metrics for counting and selection of people are in compliance to regulations on how the process of...
June 16, 2008 at 8:37 am
Jeff Moden (6/15/2008)
rbarryyoung (6/15/2008)
June 16, 2008 at 6:49 am
Zeev Kazhdan (6/13/2008)
Msg 6830, Level 16, State 1, Line 3
FOR XML AUTO could not find the table owning the following column 'Synopsis' to...
June 15, 2008 at 1:20 pm
Actually, I would like "non-persistent scalar expression aliasing" also, in the same way that WITH (CTE's) is Table/Set expression aliasing.
June 15, 2008 at 1:11 pm
Viewing 15 posts - 6,616 through 6,630 (of 7,636 total)