Viewing 15 posts - 76 through 90 (of 156 total)
this question should have been worth 4 points :-)... so that atleast a person can get something for his correct choice... no rounding off required... 😀
CirquedeSQLeil (6/10/2010)
johnf_amic (6/10/2010)
June 11, 2010 at 2:21 am
this is the worst piece of design i have ever heard about!
my experience just includes not having foreign keys on tables, having varchar as the primary column!
June 11, 2010 at 2:14 am
thanks, great question... got it wrong though 🙁
A user-defined stored procedure that has the same name as a system stored procedure and is either nonqualified or is in the dbo...
June 8, 2010 at 10:50 pm
thanks Hugo, i really didnt know this. I was assuming that HAVING must have a corresponding GROUP by.
June 6, 2010 at 11:49 pm
agreed, absolutely !
Oleg Netchaev (6/2/2010)
Good question, thank you. I really hope that nobody actually thinks that it is OK to abuse the database just because the engine allows it.Oleg
June 2, 2010 at 9:55 pm
thanks Paul 🙂 of all the QOTD, i find your questions the most difficult...:-)
June 2, 2010 at 9:25 pm
sharath.chalamgari (6/2/2010)
if you use IS NULL then there will not be any effect on the ANSI_NULLS settings
agreed... i executed the query on sql 2005; ANSI NULLS on/off doesn't make any...
June 2, 2010 at 3:26 am
I've seen that too before, same like this:
declare @a int set @a=1select @a
However, select1 or select@a won't work. It seems that a keyword preceded...
May 28, 2010 at 2:54 am
thanks for this... i had a hard time cleaning this one 🙂
by mistake, I executed this in the UAT environment and then i began searching the syntax for dropping a...
May 27, 2010 at 3:33 am
thanks for the question... got to know something new today, didn't get the point though 🙁
May 25, 2010 at 3:22 am
had to solve this using ssms 2005... 🙁 the query length was too much for me 🙂
May 24, 2010 at 12:07 am
thanks...didn't know about the index structures... lucky to get this one correct..:-)
May 24, 2010 at 12:04 am
ziangij (5/19/2010)
1. create some user defined types in your database say UdtIntEntity
2. when you execute this query, you will get one row for...
May 19, 2010 at 5:37 am
thanks... but there is one issue though...
1. create some user defined types in your database say UdtIntEntity
2. when you execute this query, you will get one row for each...
May 19, 2010 at 5:34 am
Viewing 15 posts - 76 through 90 (of 156 total)