Forum Replies Created

Viewing 15 posts - 61 through 75 (of 149 total)

  • RE: Between & Collation

    Please explain, why 'b.' is selected and 'b' not.

  • RE: CONCAT 1

    Hugo Kornelis (8/22/2013)


    palotaiarpad (8/22/2013)


    BOL: However, you can change this behavior by changing the setting of CONCAT_NULL_YIELDS_NULL for the current session.

    The right answer is: it depends. 😀

    Maybe you should specify...

  • RE: CONCAT 1

    BOL: However, you can change this behavior by changing the setting of CONCAT_NULL_YIELDS_NULL for the current session.

    The right answer is: it depends. 😀

  • RE: Object binding

    Maybe a clear definition of succesful execution would be helpful. In my opinion the statement execute runs fine if the procedure exists. The procedure throws an error not the execute...

  • RE: Expressions

    A checksum can be negative. It's new for me.

  • RE: SSIS 2012 -Template

    Upgrade a project would be also possible or? Use the Integration Services Import Project Wizard create a new Integration Services project based on an existing one.

  • RE: Float Data Type

    Whitout running the code it is only a guess.

  • RE: IFF - 1

    Collation, collation, collation....

  • RE: Usage of Null

    It was too easy. The first statement let choose the correct answer.

  • RE: GROUPING SETS - 1

    Sorry, but i hate codes like this. It took several minutes to clear up and make it well formated.

    But finally i got it right!

    The 50 is ok in my opinion,...

  • RE: Event Notification on Server

    Arrrgggh. First thought was right! :crazy:

  • RE: CHARINDEX()

    It was easy to answer, but:

    - the right answer should be: it depends, as CHARINDEX uses the collation of the input.

    - the question is actually more about SUBSTRING as CHARINDEX

  • RE: INTO Identities

    Actualy it should be:

    SELECT

    customerID, count(city) as 'Count'

    INTO CustomerCities

    FROM Customers

    GROUP BY CustomerID

  • RE: Data Type

    Shouldn't be the first column binary? Or is the datatype precedence not applied here?

  • RE: Table Variable

    A nice one! I learnt something new, even if i wouldn't use this behaviour.

    I'll still declare every variable as before. It's much easier to read and understand for me.

Viewing 15 posts - 61 through 75 (of 149 total)