Forum Replies Created

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

  • RE: A simple trick for “Block Comment” syntax in SSMS

    GoofyGuy (7/10/2015)


    No comment.

    😉

    #<#

    # no comment ;-)

    Write-Host "no comment"

    #>

  • RE: A simple trick for “Block Comment” syntax in SSMS

    Something similar can be done in PowerShell

    Compare:

    <# header

    # comment

    Write-Host "uncommented"

    #>

    Write-Host "outside of comment"

    with

    #<# header

    # comment

    ...

  • RE: Replicating Identity Columns

    Precisely - at our shop we've got one publisher and 2 subscribers using transactional replication with queued updating.

    We regularly use the subscribers as hot standby machines to allow maintenance on...

  • RE: Home Terabytes

    Try the Buffalo TeraStation or TeraStation Pro  Raid 5 using 4 SATA disks gives you between 0.6TB and 2.0 TB depending on the disk size.  Connect using USB or GB...

  • RE: VPN Woes

    Fortinet seem quite nice - they have the same features on all of the boxes however big or small including their wireless boxes.  You can just swicth on/off the features...

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