Forum Replies Created

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

  • RE: Synonyms 1

    Eirikur Eiriksson (9/7/2014)


    ...but it works for Joe in HR (that's his default schema);-)

    😎

    It depends. It only works if Joe (or anyone else with default schema 'HumanResources') would create the...

  • RE: SQL Server 2008 r2?

    TomThomson (8/27/2014)Neither do I understand why people are claiming that two separate statements are a single query; queries are, properly speaking, dml statements but maybe it's fair enough to count...

  • RE: SQL Server 2008 r2?

    Not sure I see 4 correct answers (taking the "only" part of the first answer strict, so that any size other than 116 would not work), but 3 correct answers...

  • RE: Service Principal Names

    Easy one, but just because I installed many SQL Servers that needed Kerberos Authentication.

  • RE: table variable declaration inside a loop

    Stewart "Arturius" Campbell (7/30/2014)


    All variables are declared at compile time. at this time, all control flow commands are ignored.

    That is more or less what I was thinking, but in that...

  • RE: table variable declaration inside a loop

    For me the way how SQL Server handles the declaration of the variables is a bit strange.

    This piece of code doesn't return an error, even though the declaration of

  • RE: Number of rows returned by different JOINs

    Definitely way too easy.

    Still easy, but if table B would have the values 1 and 2, then at least you could have explained something about the different join types.

  • RE: Poecilonym Madness!

    Sean Pearce (6/20/2014)

    The default collation is based on the Windows system locale but none of the defaults are case sensitive. Find the paragraph [Default Collations in SQL Server Setup] in...

  • RE: Poecilonym Madness!

    Raghavendra Mudugal (6/20/2014)


    Well... the exchange of thoughts on collation is been going on from very long back, but at the end we all kind of nodded that if the mention...

  • RE: No Files For You

    Definitions

    - "On-site": taking place or situated on a particular site or premises.

    - "Off-site": taking place or situated away from a particular site or premises.

    So not on-site is off-site. This could...

  • RE: I Gotta See the Code

    [Monday morning issue... remark was useless]

  • RE: Fastest way to convert strings 'TRUE' and 'FALSE' to bit-values 1 and

    Easy one, but the most easy way of doing this was not an option:

    SET @boolean = @TrueFalse

  • RE: Access Granted or Not?

    Eirikur Eiriksson (6/2/2014)


    lack of industrial strength tanker sized espresso in the morning:-D

    😎

    +1

    Missed the "(select 2)".

  • RE: Get User In Reporting Services

    Not really happy with the wording of the answers.

    I left the first option out, because the second option seemed "supersede" the first option.

  • RE: Getting the grid back

    Koen Verbeeck (5/16/2014)


    Am I the only one who thought the question was worded a bit strange?

    However you would not like to get the results back in a grid

    Anyway, as stated...

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