The keep default table hint in SQL server is used in an insert into …. Select statement to ensure that default value define values defined on the target table columns are retained instead of overriding them with NULL or Explicit value from the source table.
We need appropriate permission t
use this hint (required alter permission on the table).
No comments:
Post a Comment
If you have any doubt, please let me know.