• Skip to primary navigation
  • Skip to content
  • Skip to footer
Highly Distinguish IT solution & education
  • About
  • 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

    3 minute read

    How Windows Line Endings Nearly Sabotaged My Ssh Security Setup Windows Line Endings Ssh Security

    5 minute read

    header: image: /assets/images/hd_mvn_skip_tests.png title: How Windows Line Endings Nearly Sabotaged My SSH Security Setup Windows Line Endings SSH S...

    Linux Virtual Machine Terraform Rebuild Linux Vm Terraform

    3 minute read

    header: image: /assets/images/hd_mvn_skip_tests.png title: linux virtual machine terraform rebuild Linux VM Terraform date: 2025-07-28 tags: - te...

    Extracting Azure Defender for Cloud Findings to Excel - A Developer’s Detective Story

    7 minute read

    The best way to find out if you can trust somebody is to trust them. - Ernest Hemingway

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