Viewing 15 posts - 571 through 585 (of 1,048 total)
Hugo Kornelis (4/23/2013)
The question IDEA is...
April 23, 2013 at 6:49 am
One minor mistake i found that, You need output like "Apr 9 2013 11:38AM", But below all queries give today day. oops !!! 🙂
Hi Vinay,
Actually, I run this scenario...
April 21, 2013 at 11:42 pm
Kenneth.Fisher (4/19/2013)
You can use the object property isMSShipped to help you find user created objects.
SELECT *
FROM sys.objects
WHERE objectproperty(object_id, 'ismsshipped')=0
good one Kenneth..
I was not aware of property 'ismsshipped'
April 20, 2013 at 1:05 am
Thanks Lynn and Sean I will implement in this manner and let you guys know after implementing in that way 🙂
April 19, 2013 at 10:10 pm
kapil_kk (4/19/2013)
Sean Lange (4/19/2013)
kapil_kk (4/19/2013)
Sean Lange (4/19/2013)
April 19, 2013 at 8:51 am
Sean Lange (4/19/2013)
kapil_kk (4/19/2013)
Sean Lange (4/19/2013)
April 19, 2013 at 8:27 am
Sean Lange (4/19/2013)
April 19, 2013 at 7:52 am
IgorMi (4/19/2013)
kapil_kk (4/18/2013)
I think I have misunderstood the way to execute the given query...
After seeing comments First Attempts, second, third I executed one by one those insert query and forget...
April 19, 2013 at 5:13 am
Hugo Kornelis (4/19/2013)
kapil_kk (4/18/2013)
oopes,I think I have misunderstood the way to execute the given query...
Oohhh, I am so sorry that the comments in the code made you misunderstand the question....
April 19, 2013 at 2:10 am
oopes,
I think I have misunderstood the way to execute the given query...
After seeing comments First Attempts, second, third I executed one by one those insert query and forget about the...
April 18, 2013 at 11:40 pm
Dineshbabu (4/18/2013)
I think it's more about CROSS JOIN than SUM & COUNT.. Nice One..
Right Dinesh 😛
April 18, 2013 at 6:42 am
Danny Ocean (4/17/2013)
kapil_kk (4/17/2013)
But can anyone plz explain me about the SUM part which is returning 12, I am not clear with this section...
April 17, 2013 at 11:39 pm
Nice question... learn something new today.. 🙂
But can anyone plz explain me about the SUM part which is returning 12, I am not clear with this section :w00t:
April 17, 2013 at 11:20 pm
Viewing 15 posts - 571 through 585 (of 1,048 total)