Get on Good Terms with Your Developers

I had search on internet about databases (I like to do that , even aimless!)

I read article from Paul S. Randal (a person who wrote DBCC CHECKDB) and saw two really interesting paragraph that I think become from his experience, and like to share with you

One of the major tension points in any IT department is often between the DBA team and the development team. The two groups typically don’t understand each others’ priorities and concerns—from development deadlines to SQL Server design decisions. Differing opinions about behavior and performance issues and responsibilities around deployment and support are relatively common.
You can make your job a lot smoother by engaging proactively and productively with the development team. Organizing mutual education sessions works well, especially when done in a non-accusatory manner. Conduct design reviews with someone from the DBA team present, and test code adequately before being put into production—hopefully avoiding damaging errors that can further erode inter-team relationships.


要查看或添加评论,请登录

Mohsen Sayadian的更多文章

  • There are clouds on the horizon

    There are clouds on the horizon

    I've often observed DBAs who confidently set the maximum memory size, yet few truly understand the implications of…

  • That's my story about Memory Grants in SQL Server

    That's my story about Memory Grants in SQL Server

    As a consultant, I usually try to figure out some performance metrics, workload types, bottlenecks, etc. The story…

    5 条评论
  • learning path to understand storage metrics in SQL Server

    learning path to understand storage metrics in SQL Server

    In this article, I aim to demystify some concepts of storage related to SQL Server through self-learning. It's not…

    5 条评论
  • Is table partitioning going to improve query performance by itself?

    Is table partitioning going to improve query performance by itself?

    When we talk about too many records a lot of developers think just using table partitioning every things become faster,…

    1 条评论
  • Hack-attach

    Hack-attach

    I want to describe how to re-attach a damaged database if someone’s detached it accidentally while performing disaster…

  • Important Answers before start to Rebuild Index

    Important Answers before start to Rebuild Index

    Firstly , this article talk about SQL Server indexes, and short answer to some important questions of DBAs before start…

  • Database Scalability – Horizontal vs. Vertical Scaling

    Database Scalability – Horizontal vs. Vertical Scaling

    Scalability at the database layer has always been a challenging task for architects. Sadly, this also happens to be one…

  • SQL Server I/O Errors

    SQL Server I/O Errors

    We have three kind of I/O errors (summary) Error Number 823 : a hard I/O error SQL Server ask OS to reads data from…

  • strategy of database design (OLTP or OLAP)

    strategy of database design (OLTP or OLAP)

    One of the biggest problems in design medium level of applications (in very small team) , choice strategy of database…

    2 条评论
  • Common Misconceptions In Sql Server

    Common Misconceptions In Sql Server

    A TRUNCATE TABLE operation is non-logged.(FALSE) There is no such thing as a non-logged operation in a user database.

社区洞察

其他会员也浏览了