Forum Replies Created

Viewing 15 posts - 4,921 through 4,935 (of 6,041 total)

  • RE: Most important DBA Skill?

    mosborne (4/30/2013)


    Yea, the real world aspect, is if they are 'that' good, they will move onto either high priced consulting or higher level job which kind of moves away from...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Most important DBA Skill?

    There are a lot of DBAs who don't have people skills, a university degree, or even socks, but they are amoung the best at what they do.

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Most important DBA Skill?

    Well, monitoring and disaster recovery are perhaps the two most important DBA skills. People skills is what would differentiate an exceptional DBA who loves their job, gets invited to lunch,...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: The Vacation Dilemma

    I tend to take several mini-vacations a year, like a four day weekends to section hike the Apppalachian trail or immerse myself in a home improvement project.

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: deletion of db taking long time

    Krishna1 (4/28/2013)


    Dear All

    I was doing bcpin with 20 million records. I stoped it in between. Then tries to delete the table form the DB. It took long time hence stoped...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Inserts are slow

    Run a sample procedure call in a SSMS Query window with the 'Include Actual Execution Plan' option enabled. This will reveal the relative cost of each query within the stored...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: The Vacation Dilemma

    It's OK to let things get a little chaotic while you're away on vacation. You don't want to be one of the guys who take off for a week and...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Pratical Advantage of Heap

    I've seen clustered tables with a key that was so poorly implemented, I wish the developer had just left it as a heap. A heap will perform better and require...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Similar strings.

    There there are plenty of user defined functions posted on the web that will parse a string into a resultset of keywords, compare two strings, etc. They may provide the...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Merge Statement over a linked server

    girl_bj0619 (4/23/2013)


    i tried this but i get this error:

    The target of a MERGE statement cannot be a remote table, a remote view, or a view over remote tables.

    merge to linked...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Copy a CSV file to another network drive

    Karan_W (4/23/2013)


    I am using SSIS 2008. The task is following.

    1: Execute a storted proc and using the output create a CSV file.

    2: this CSV file need to be copy to...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Natural Data

    I hope it never gets to the point where corporations can claim ownership of gene sequences (whether they be natural or engineered) in our body. That would make procreation look...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: DDL Trigger to prevent dropping of a specific table?

    If you're struggling with a group of users, or a 3rd party application, that insists on connecting to the server via the SA "system administrator" account, then there is a...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Slows system performance

    Below is what I think to be a simplified version of what you're attempting to accomplish. It involves making a single indexed scan / delete against the transactional and master...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

  • RE: Upgrading to 2012

    SQL Server 2012 has introduced some significant changes in services and features like availability options, Semantic Search, FileTables, ColumnStore indexes, to name a few. For a DBA or BI developer,...

    "Do not seek to follow in the footsteps of the wise. Instead, seek what they sought." - Matsuo Basho

Viewing 15 posts - 4,921 through 4,935 (of 6,041 total)