You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: document populating NOT NULL columns from bulk procedures (#833)
* docs: document populating NOT NULL columns from bulk procedures
Add guidance under 'Adding a column to a table' on keeping a NOT NULL
column backwards compatible during rolling deployments when it is
populated through an OPENJSON/TVP bulk procedure, using ISNULL at each
insert/update site.
* Remove TVP callout
0 commit comments