• Skip to primary navigation
  • Skip to content
  • Skip to footer
Highly Distinguish IT solution & education
  • About
  • Tags
  • Sitemap
    Treasure Bowl for SQL, helpful for your daily database jobs

    Treasure Bowl for SQL, helpful for your daily database jobs

    less than 1 minute read

    On this page

    • SQL Server
      • To check permissions of database objects
      • To show sql source of a stored procedure

    Don’t be greedy. Half of something is better than all nothing.

    SQL Server

    To check permissions of database objects

    sp_helprotect ‘dbo.spname’
    

    To show sql source of a stored procedure

    sp_helptext ‘dbo.spname’
    

    –HTH–

    Updated: January 31, 2023

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    You may also enjoy

    关于host.docker.internal,99%的开发者只知其一,不知其二的深层真相

    less than 1 minute read

    The only way to do great work is to love what you do. - Steve Jobs

    Your Kubernetes YAML is All Wrong: What Senior Engineers Actually Look For

    5 minute read

    “Great minds discuss ideas; average minds discuss events; small minds discuss people.” - Eleanor Roosevelt

    这份看似简单的Kubernetes YAML,暴露了你与资深工程师的差距

    1 minute read

    Great minds discuss ideas; average minds discuss events; small minds discuss people. - Eleanor Roosevelt

    服务类型 => 这份看似简单的Kubernetes Service配置,暴露了你与资深工程师的差距

    less than 1 minute read

    使唐僧成为唐僧的,不是经书,是那条取经的路。——詹青云

    • Follow:
    • Feed
    © 2025 Highly Distinguish. Powered by Jekyll & Minimal Mistakes.