Forum Replies Created

Viewing 15 posts - 121 through 135 (of 617 total)

  • RE: MCITP Certification

    GilaMonster (9/26/2012)


    Half my clients are still running SQL 2005. The rest 2008 or 2008 R2. I might get one 2012 upgrade done this year.

    Lucky. We are struggling to get...

  • RE: DatabaseMail problem

    Forget it. I found the answer here:

    http://social.msdn.microsoft.com/Forums/en/sqldatabaseengine/thread/fd210efa-9c01-439e-8573-4f25a4177b08

    Turns out if you have an instance on a cluster that is not using port 1433 you have to set up a local...

  • RE: DatabaseMail problem

    I finally found an error but I have no idea what to do with it. In the server application errors I'm seeing:

    There was an error on the connection. Reason:...

  • RE: MCITP Certification

    Take the exams. At the very least they allow you to do the upgrade path for the MCSE and MCSA in 2012. That saves you one exam for...

  • RE: DatabaseMail problem

    Exchange is only used in SQLMail right? And to my knowledge the SMTP server is open to everything in our domain.

  • RE: Create login - domain name with '.'

    Just out of curiosity give this a try:

    CREATE LOGIN [ABC.COM]\ABC105$ FROM WINDOWS WITH DEFAULT_DATABASE=[master]

  • RE: GO Part 2

    Miles Neale (9/19/2012)


    joe.wolfe (9/13/2012)


    The given answer to this question is "true", but I am not sure this is correct. The "NotGo" throws an error "Incorrect syntax near 'NotGo'" and the...

  • RE: Tablesample

    Nils Gustav Stråbø (9/19/2012)


    Bummer. Missed the TOP 1.

    Always. Read. The. Full. Question.

    +1

    sknox (9/19/2012)


    Another QotD which does not test what it purports to test.

    Even if you know TABLESAMPLE inside and...

  • RE: GO Part 2

    lanre_makinde (9/19/2012)


    Sorry i disagree with the answer, unless there is an explanation for "NotGo"

    You can read the discussion or the answer explination but here is a quick go at it....

  • RE: SSIS - Flat File Manager help

    Look into Expressions. They will do exactly what you need. Select your connection manager and about half way down the list of properties you will see "Expressions". ...

  • RE: Continuing career with SQL

    Personally I like the certification route. Even if you don't actually take the tests (and the 2008 exams will no longer be given after the middle of next year)...

  • RE: Help Setting Permissions for a Schema

    mpartridge (9/18/2012)


    Hi,

    I manage an environment where all developers are given db_owner access to their databases. I have a schema called app in these databases which is linked to the role...

  • RE: OPTIMIZE FOR ADHOC WORKLOADS question

    GilaMonster (9/17/2012)


    Are they object plans (procedure, trigger, function), parametrised or ad-hoc queries?

    It appears to be a fairly even mix of all of the above.

    I did do some playing...

  • RE: Fun with Outer Joins

    Charles Kincaid (9/18/2012)


    DB.Duck (9/17/2012)


    CELKO (9/9/2012)


    ...we do not use BIT flags in SQL...

    You, sir, couldn't be more wrong. That is all.

    Actually it's almost a great point but poorly stated. Let...

  • RE: Fun with Outer Joins

    vsarade (9/18/2012)


    When executing the query with adding the FULL JOIN with where clause like below -

    SELECT Professor.Id AS [Professor.Id], Professor.ProfessorName,

    CASE Professor.HasTenure WHEN 1...

Viewing 15 posts - 121 through 135 (of 617 total)