1

Is there an Smo method that executes TSQLs DBCC CHECKCONSTRAINTS on a database and returns the occuring messages as IEnumerable<String>?

Julius Kunze
  • 1,035
  • 11
  • 20

1 Answers1

2

Doesn't look like, if you have a look at the SMO programming guide for the database class, there isn't anything listed for check constraints:

MSDN - SMO Reference Guide

steoleary
  • 8,968
  • 2
  • 33
  • 47