Forum Replies Created

Viewing 15 posts - 2,476 through 2,490 (of 3,221 total)

  • RE: Getting Fired

    below86 (3/27/2014)


    I was once fired, on a Monday morning when I first came in. Now they had to know Friday before that, so why not do it then? ...

  • RE: Getting Fired

    Although there are differences in the various employment legal systems around the world, I think there is a world of difference between being made redundant (losing the job because the...

  • RE: Getting Fired

    I have almost always left on good terms except once. Most people will want to do so even if it is through gritted teeth as sometimes friction develops in a...

  • RE: Bad Days

    Steve Jones - SSC Editor (3/26/2014)


    Gary Varga (3/25/2014)


    I use the connection colour option in SSMS. See 'Use custom color' and set up registered servers using the desired colours. I tend...

  • RE: The Endless Upgrade Cycle

    SQLRNNR (3/26/2014)


    skanker (3/26/2014)


    While I can understand companies not keeping up with latest software versions running a website like this on 11 year old technology must be a big risk. ...

  • RE: The Endless Upgrade Cycle

    Like functional testing, documenting and performance testing I guess security was an afterthought too. Unprofessional.

  • RE: Is Unit Testing Important?

    n.arley.dealey (3/25/2014)


    Premature optimization is the root of all evil!

    I’m not a DBA. In fact, it’s been a long time since I’ve been a developer, but learning the little aphorism above,...

  • RE: Continue on error in foreach

    Have you tried:

    $instanceNameList = invoke-Sqlcmd

    -query

    "SELECT [server_name] as Name

    FROM [msdb].[dbo]

    ...

  • RE: Bad Days

    Manic Star (3/24/2014)


    LSAdvantage (3/21/2014)


    I have chuckled about this several times already today! This is great!

    Manic Star (3/21/2014)


    I accidentally scrambled production data in an effort to scramble DEV data once.

    As...

  • RE: Bad Days

    I am not a DBA but it is a DBA horror story.

    Working on a development project a long time ago in a company far, far away, the development team asked...

  • RE: Privacy and Data

    PHYData DBA (3/20/2014)


    In the last ten years I Have had the pleasure to work.

    With at least four different offshores that demanded real copies of databases to use in the development...

  • RE: Privacy and Data

    Steve Jones - SSC Editor (3/20/2014)


    Jim Youmans-439383 (3/20/2014)


    I use to want to know how my data was secured and make sure it was not being put at risk. Use...

  • RE: SQL Server documentation using Powershell

    Please forgive me going through each element as I am doing this for anyone who reads this post's thread.

    1) Return all the files and directories in the directory "C:\Source Directory\"...

  • RE: SQL Server documentation using Powershell

    This might work:

    Get-Items "C:\Source Directory\*.xml" | ForEach-Object {Convert-SqlServerInventoryClixmlToExcel.ps1 -FromPath $_.FullName}

  • RE: Privacy and Data

    I would expect that data professionals might want to ensure they understand how their data is being handled and secured

    The above statement I wholeheartedly agree with.

    just in case anyone asks

    The...

Viewing 15 posts - 2,476 through 2,490 (of 3,221 total)