Hi Guys,
I am trying to remove the required property from a field using SQL, but can't find anything on MS Docs, another site suggests using the ALTER Column but I can't seem to make it work.
I tried:
ALTER TABLE tblVendorsInvoicesOracle ALTER COLUMN strPONo TEXT(20) Null
Required Still True...