Skip to content

Instantly share code, notes, and snippets.

View rinukkusu's full-sized avatar
🎯
in the pub

Max Riegler rinukkusu

🎯
in the pub
View GitHub Profile
/********************************************************
COPYRIGHTS http://www.ranjithk.com
*********************************************************/
ALTER PROCEDURE [dbo].[CleanUpSchema]
(
@SchemaName varchar(100)
,@WorkTest char(1) = 'w' -- use 'w' to work and 't' to print
)
AS
/*-----------------------------------------------------------------------------------------