• 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

    5个被忽视的 Bash 命令行技巧:<()> 进程替换、tee、xargs -P、/dev/tcp、参数扩展(效率翻倍实战)

    1 minute read

    本文系统讲解 5 个被忽视但极其高效的 Bash/Shell 命令行技巧:进程替换 <()>、tee、xargs -P 并行、/dev/tcp、参数扩展,含实战用法、兼容性与性能边界。

    🔍 容器崩溃迷雾重重?kubectl logs –previous 解密:如何揪出 Kubernetes 中那些”消失的”致命错误!

    3 minute read

    Don’t count the days, make the days count. - Muhammad Ali

    NAT setup issue wireguard technology networking security WireGuard firewall configuration issues

    3 minute read

    The question isn’t who is going to let me; it’s who is going to stop me. - Ayn Rand

    docker ps advanced formatting mastering-docker-ps-advanced-formatting

    7 minute read

    What lies behind us and what lies before us are tiny matters compared to what lies within us. - Ralph Waldo Emerson

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