Forum Replies Created

Viewing 15 posts - 241 through 255 (of 429 total)

  • RE: SSRS email report depending on report field

    We had a need to have data driven report subscriptions. The only way I found to use the existing subscription functionality was to create a subscription for each potential...

  • RE: LEFT JOIN

    Thanks Hugo for verifying the answers. I couldn't for the life of me figure out what I'd missed.

  • RE: Mapping Different Logins to Same User in Database

    If you don't want to add in all of the accounts, you could create a group (either in the domain, or locally on the SQL Server box), then add that...

  • RE: Database Mirroring

    Evgeny Garaev (3/26/2013)


    Correction, Principal do not wait for commit transaction on the mirror. It waits for transaction being recorded in transaction log file on the mirror server. This is common...

  • RE: Deterministic

    Interesting question.

    I knew what the question was asking but got hung up on the wording of the answers for a bit. I think I would have phrased...

  • RE: Stop large queries from running

    CapnHector (3/18/2013)


    I always use a close parentheses ")" at the top of my code sheets (be careful if you add a go it may not work exactly, tend not to...

  • RE: Full-Text Search – Thesaurus Languages

    Interesting question. In researching this, I was amazed how many posts I found stating that SQL Server needed to be restarted after changing a thesaurus file.

  • RE: Stop large queries from running

    akberali67 (3/18/2013)


    Hi,

    I have a query window with a lot of code but I do not want to run it entirely in error, is there something I can place in the...

  • RE: Static port on named instance in a cluster.

    It's been a while, but I changed instances to use a static port on a SQL Server 2008 cluster at my previous job. We had to use static ports...

  • RE: Casting question

    okbangas (3/15/2013)


    Really easy question, but the explanation puzzles me. As far as I can see it is no implicit conversion, just a pure integer division.

    I assume it is a reference...

  • RE: Precision required

    Hugo Kornelis (3/14/2013)


    Richard Warr (3/14/2013)


    What do I have that is different (I'm in the UK if that helps)?

    Locale settings.

    Contrary to popular belief, yyyy-mm-dd hh:mm:ss and yyyy-mm-dd are NOT a guaranteed...

  • RE: DATETIME - 3

    Hugo Kornelis (3/11/2013)


    Dave62 (3/11/2013)


    I'm thinking about including a question like this in an interviewing process.

    I don't agree. I happened to know this one because I was already using SQL Server...

  • RE: Relational Model versus XML

    mike brockington (2/22/2013)


    I guess some people have difficulty in recognising a little humour when its thrown down!

    In reality I would have followed all proper procedures, and given our friend a...

  • RE: Locking Hints

    Nice question.

    I didn't know the WITH has been optional for hints.

  • RE: THROW - 1

    Awesome, thanks for the question on new 2012 functionality.

Viewing 15 posts - 241 through 255 (of 429 total)