I have a PK constraint on table Notes
named PK_dbo.Notes
and want to rename it to PK_Notes
using SQL Server DDL, i.e. not by using SSMS rename menu option.
Mentioned in another question's answers queries don't work for me. That thread's answers are also helpful, but don't work too.