App Muncher

Issues faced - solutions identified - shared with community.

Use the following query to alter a column from NULL to NOT NULL.

ALTER TABLE [MaKAS].[dbo].[PMI_Result]
ALTER COLUMN [Processed] bit NOT NULL;

No comments:

Post a Comment

| Designed by AppMuncher