mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
7 lines
234 B
Transact-SQL
7 lines
234 B
Transact-SQL
-- ==========================
|
|
-- Unbind Default template
|
|
-- ==========================
|
|
-- This feature is marked for deprecation
|
|
|
|
EXEC sp_unbindefault N'<table_schema,,HumanResources>.<table_name,,Employee>.<column_name,,HireDate>'
|
|
GO |