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: DB_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:

Return DDL from METADATA

June 8, 2018August 12, 2018 ~ Rick Bishop ~ Leave a comment

Tested on server version: SQL Server 2016 Developer Edition Reference info accurate on: January, 2018 The following script demonstrates how to generate each column's DDL from metadata in Transact-SQL. Example Output: T-SQL [code language="sql"] DECLARE @rundate datetime2 = getdate(); DECLARE @default_collation nvarchar(128); -- = 'SQL_Latin1_General_CP1_CI_AS'; SELECT @default_collation = convert(sysname, serverproperty('collation')) SELECT TABLE_CATALOG ,TABLE_SCHEMA ,TABLE_NAME ,COLUMN_NAME … Continue reading Return DDL from METADATA

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.