Forum Replies Created

Viewing 15 posts - 2,896 through 2,910 (of 3,221 total)

  • RE: Powershell for DBAs

    I am not convinced that using PowerShell for these scenarios is applying the most appropriate tool. I am certain that given any description I provide that someone could come up...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Understanding HA

    One aspect that is often overlooked in DR is the restarting of applications. Certainly application reinstallation is often thought of but sometimes what is missed is that there will be...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: How do you solve T-SQL problems?

    I think that the first version should be a simple (as per Einstein's definition) set based query that resolves the business question. Of course, this assumes that it is a...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Morphing Microsoft

    I do fear that, whilst the 90s moved towards greater software engineering practices, since the popularity of the www that there has been a return to the hack and slash...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Powershell for DBAs

    I am a long time fan of PowerShell but we must also realise that we should be applying the right tools for the right jobs. I have seen examples of...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: The Control Poll

    I am at the whim of my clients. I can recommend, request as well as try to cajole but at the end of the day I am often not allowed...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: The Challenger

    I find that the shift from something as core to an IT department such as a RDBMS or OS takes a long time. In general there appears to be the...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: The Platform Problem

    Sometimes the perception of competition, or rather the perception of alternatives existing, is more of a comfort blanket than a reality. This is often a fallacy as you just have...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Better Coding, More Savings

    It cannot be forgotten that sometimes maintainability must take an equal footing to performance. For some, being able to adjust a system to ever changing business rules is as important...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: replace string in path using powershell

    Replace

    $SqlCmd.CommandText = "select f.physical_name from sys.master_files f, sys.databases d where f.database_id = d.database_id and

    d.name = 'master'"

    With

    $SqlCmd.CommandText = "select f.physical_name from sys.master_files f, sys.databases d where f.database_id = d.database_id and

    d.name =...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Problem copying .bak with "$" in file path/name (PS running in SQL job step)

    You are most welcome - makes a change for me being the helper as opposed to the helped!!!

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Problem copying .bak with "$" in file path/name (PS running in SQL job step)

    When using double quotes (") PowerShell looks to replace variables with their values whereas if you use single quotes (') it does not. So as you used double quotes it...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Excuses Execrating Excel

    Ross McMicken (4/22/2013)


    Gary Varga (4/22/2013)


    Gary Varga (4/22/2013)


    Clearly if Steve had written a poor editorial he wouldn't be putting it down to the tool he wrote it in.

    Has Word ever won...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: Excuses Execrating Excel

    Gary Varga (4/22/2013)


    Clearly if Steve had written a poor editorial he wouldn't be putting it down to the tool he wrote it in.

    Has Word ever won a Pulitzer or Excel...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

  • RE: A Billion Transactions

    Steve Jones - SSC Editor (4/22/2013)


    Gary Varga (4/22/2013)


    I also think that we are going to have learn to throw away more data too. This will probably be a rough road...

    Gaz

    -- Stop your grinnin' and drop your linen...they're everywhere!!!

Viewing 15 posts - 2,896 through 2,910 (of 3,221 total)