Forum Replies Created

Viewing 15 posts - 121 through 135 (of 182 total)

  • RE: Are There That Many GUIDs?

    If the database fits in memory and the load is adequate, where locks and page splitting is not an issue, then GUIDs is not necessarily a practical problem, just a...

  • RE: Common Mistakes

    Using the wrong technical terms ie A "technical" architect who interchanges the term mirroring and replication because they generally do the same thing.

  • RE: Holidays as Benefits

    It is *the* one reason why I wouldn't go to the USA. Like Gary pointed out the UK has 8 days bank holiday, typical 25 days paid leave, various companies...

  • RE: Where Do You End Up as a DBA?

    Where?? pass

    But the simpler question as 'As what?' then the answer becomes: a jaded cynic, with all the optimism of IT getting better buried by the ever increasing list of...

  • RE: SQL Injection, Still?

    djackson 22568 (2/17/2015).............

    Also, I doubt most breaches are reported. At a conference I attended on security, about 1% of the people in the room thought it necessary to contact...

  • RE: SQL Injection, Still?

    Over the years I have tried to lock the databases/servers down. Results have been mixed and the path difficult. Comments thrown at me: "Not your responsibility", "Not our responsibility for...

  • RE: Too Large a Workload?

    thomas.lenzmeier (1/30/2015)


    Here, here! The question then becomes, "what part of the word "no" don't you understand? 😀

    First time I heard some say this in an argument I had to leave...

  • RE: Quintessential Or Elegant

    It is easy to be simplistic and create simplistic solutions .

    It is harder to create a simple solution.

    The worst case was a 1600+ line script (including very cryptic comments) that...

  • RE: Time for Learning

    Yep, spend time learning. Then its trying to apply it to the real world.

    If the management are too stuck in the ways then all the new improved stuff will...

  • RE: Counting values

    Actually it depends:-P

    Nice example of your ANSI settings affecting the results:

    If you define your table as:

    CREATE TABLE mytable ( myid INT null, mychar VARCHAR(10) );

    Or

    set ansi_defaults ON

    CREATE TABLE mytable...

  • RE: Multiple Backup Files

    One of our clients (not hosted, but we look after their environment for their LOB) uses NAS replication to copy the backups to our site for "off site" backups. Blissfully...

  • RE: Test Your Situation

    I was told that any idiot could install clustering by using google and this was 5 minutes before someone unplugged network cable to the san and corrupted all the luns.

    TDE...

  • RE: Recovering from Bad Deployments

    Fully auditing the data changes to the end of the cooling off period is one of the more robust ways of fixing the data. Also it can give you the...

  • RE: Recovering from Bad Deployments

    Some companies are ok with a DBA doing a few tests keeping scripts having a rollback plan, and even plan a release.

    Others seem to have the view that: its a...

  • RE: Managerial Moneyball

    A good manager filters out the unwanted distractions going both ways through the food chain.

    I may have a great idea but the Director shouldn't be distracted if the manager is...

Viewing 15 posts - 121 through 135 (of 182 total)