Skip to content
Seven Days of Schema - Daily adventures in database development. By Rick Bishop

Seven Days of Schema

Database development, all week long.

  • About Me
  • Tech
  • T-SQL
  • C#
  • Projects
  • Reviews
  • Contact

Tag: SCHEMA_ID

How to Return Details about Every Key Constraint Defined on a Database

September 24, 2018October 5, 2018 ~ Rick Bishop ~ Leave a comment

Tested on server version: SQL Server 2016 Developer Edition Reference info accurate on: January, 2018 was wanting to make THIS stored procedure:

Querying Stored Procedure and System Function Parameter Information

June 15, 2018June 29, 2018 ~ Rick Bishop ~ Leave a comment

Tested on: SQL Server 2016 Developer Edition Accurate as of: January, 2018The following snippet generates a SQL Server View that displays information about the parameters that need to be passed in to System Objects. The data type information that is returned in this view is human readable (i.e. `nvarchar(200) NULL`), rather than the numeric type … Continue reading Querying Stored Procedure and System Function Parameter Information

Return all System Object Definitions (DDL)

May 30, 2018July 23, 2018 ~ Rick Bishop ~ Leave a comment

Tested on server version: SQL Server 2016 Developer Edition Reference info accurate on: January, 2018 The following view returns a comprehensive list of all System Objects on a server. It returns the object name, with and without concatinating the schema to the name. The view can be created and executed as-is.

This isn't a Google ad. Bluehost is a great value and I couldn't be happier, so give them a try.
Bluehost Logo

RSS US CERT Alerts

Recent Posts

  • C# System.Uri Class Examples
  • C# Basics – Access Modifiers
  • C# Coding Style
  • C# Basics – Inheritance
  • 5 Reasons to Lock Down Your LinkedIn Profile
Privacy Policy | Hire Rick Bishop | Security Today | RSS | Sitemap
Proudly powered by WordPress ~ Theme: Penscratch 2 by WordPress.com.