The sum of all SQL Server matter that exist,
and the space in which all SQL Server events
occur or could occur.
Welcome to SQL Server Universe.com Sign in | Join | Help
in
Home SS SLUG Forums Articles Photos Downloads

Browse by Tags

All Tags » Table-Level Contraints   (RSS)
  • Re: Constraints

    1) To change all the constraints names for all tables would be quite a large job, and is hard to automate since you may need to name the constraints appropriately. You can use the sp_rename system stored prcoedure to do the renaming. To get a list of constraints in your database you could use the sysconstraints system table (SQL Server ...
    Posted to T-SQL (Forum) by gogula on March 5, 2008
Powered by Community Server, by Telligent Systems