Forum Replies Created

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

  • Reply To: The New Year 2023

    Please update the hour part the answer options to 18:00 from 06:00 to match the question's time spec.  When someone runs the code they will see the day count difference...

  • Reply To: Debugging a PowerShell Function

    Hmm...the title of the question states that the command is loaded into PowerShell.  If that is the case then the result for this question would be Continue & SilentlyContinue.  For...

  • Reply To: The Debug Parameter

    It seems to me that the question is too vague to have a definitive answer because the result can depend on the PowerShell version (Windows PowerShell vs PowerShell) and the...

  • Reply To: What's Causing the Pushback with DevOps?

    A web development team at my company started using TFVC hosted in Azure DevOps.  They took the opportunity to say they are "doing DevOps."  What a joke...the silo walls are...

  • Reply To: Required Environment Variables

    Based on the link provided as proof for the correct answer, it does not indicate the sa password environment variable as required.

    Please use this link as proof given it indicates...

  • Reply To: Finding Free Space

    The question ask for the amount of free space, correct?  Wouldn't that equate to a formula of Capacity - SpaceUsed yields FreeSpace?  Really didn't think any of the answers were...

  • RE: The Integrated Terminal

    I'm probably overthinking this question a little bit but I selected "Visual Studio, VS Code, & Azure Data Studio" because the Package Manager Console in Visual Studio is a PowerShell...

  • RE: The Start of 2019

    Just curious, what are the titles of the 8-10 tech books you are targeting for 2019?

  • RE: The Top Rows

    Nearly went for 10 since that's the default for GNU head/tail command line tools...glad I checked the R docs.
    From OpenGroup, doc for head and tail.

  • RE: Reloading modules

    I failed to come up with the correct answer given the steps listed.
    When I tried to reload the module using...

    from importlib import reload

  • RE: Columnstore changes

    Got tripped up with this note in the Data Compression article <http://msdn.microsoft.com/en-us/library/cc280449.aspx&gt;.

    To add archival compression, use ALTER TABLE (Transact-SQL) or ALTER INDEX (Transact-SQL) with the REBUILD option and...

  • RE: Can't See The Forest For the Logins

    I'm a developer new to playing this quiz game. It's been educational but this one is a bit frustrating. The question was, "does the login get created?" ...

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