Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)

  • RE: Managing SQL Server with PowerShell

    I am also in the camp that got it "wrong" today, but I can see how this is happening.

    The default Google search of "Import-Module SqlServer" lists the MSDN page (https://msdn.microsoft.com/en-GB/library/hh231286.aspx)...

  • RE: ISJSON

    I also chose the wrong answer after a bit of googling that included finding the exact page referred to in the answer.

    So my question is how would you find out...

  • RE: Inserting XML

    I went with the suggestion by "J Livingston SQL" and got it right. The question as written seems to be misleading.

  • RE: Temporary Table Limitations

    I agree with the comment about double negatives - it makes this question harder than it should be.

  • RE: CHECKSUM_AGG

    I had to look that function up as I hadn't seen it before.

    Is anyone able to provide a real-world example demonstrating the usage? What I'm interested to know is...

  • RE: Muting the Immutable

    'Cornish' AS TheLanguage

    Well there's something that you don't see every day 😉

  • RE: CROSS APPLY on named sets

    I think it's the difference between "parse" and "compile" that is causing the confusion here.

  • RE: Custom Schemas

    We use schemas to help separate different logical areas within our database. These separations help to define the different business functions we're mirroring. We also find it helps...

  • RE: More wildcard searches

    I'm in the 5 camp as well. Perhaps someone could nudge the question setter to double check his question and answer! 🙂

  • RE: Positive or Negative

    I'm going to agree with Eric on his last point - even though I'm a software developer!

    However, I'm going to add that it works both ways. Trying...

  • RE: Positive or Negative

    As a C# developer I believe it's better to show the intent of the code or schema with a positive naming convention. Therefore I'd definitely favour the "IsActive" style....

Viewing 11 posts - 1 through 11 (of 11 total)