SQL Server common system stored procedures Daquan

Source: Internet
Author: User

1. sp_help Report about database objects (all objects listed in Sys.sysobjects compatibility view)

sp_help table name, stored procedure name, etc.

2. sp_helpdb report effective information about the database

sp_helpdb database name

3. sp_helptext Default value, unencrypted Transact-SQL stored procedure. User-defined Transaction-sql function. Trigger. computed columns, check constraints, view live system objects

Sp_helptext stored procedure name, etc.

4 sp_helpindex View information about indexes on a table or view

Sp_helpindex Table Name

5. Sp_refreshview is used to update metadata for a specified view that is not bound to a schema.

Sp_refreshview View Name

6. sp_rename changing the name of a stored procedure

sp_rename old stored procedure name, new stored procedure name

SQL Server common system stored procedures Daquan

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.