Forum Replies Created

Viewing 15 posts - 76 through 90 (of 156 total)

  • RE: Model DB

    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)


    I got 3...

  • RE: Bad Database Design

    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!

  • RE: Stored Procedure Execution

    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...

  • RE: HAVING

    thanks Hugo, i really didnt know this. I was assuming that HAVING must have a corresponding GROUP by.

  • RE: Quoted Identifier

    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

  • RE: Clearing the Transaction Log

    thanks Paul 🙂 of all the QOTD, i find your questions the most difficult...:-)

  • RE: set ansi_nulls

    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...

  • RE: What identity comes next?

    good one... thanks 🙂

  • RE: SQL syntax

    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...

  • RE: DDL trigger

    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...

  • RE: Simple LIKE with wildcard

    thanks for the question... got to know something new today, didn't get the point though 🙁

  • RE: What will this return?

    had to solve this using ssms 2005... 🙁 the query length was too much for me 🙂

  • RE: Index Structures

    thanks...didn't know about the index structures... lucky to get this one correct..:-)

  • RE: Table Generator for defined tables

    ziangij (5/19/2010)


    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...

  • RE: Table Generator for defined tables

    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...

Viewing 15 posts - 76 through 90 (of 156 total)