|
|
|
|
Browse by Tags
All Tags » SSMS » data entry (RSS)
-
Yes, you were already aware of 40 or 50 reasons not to use Open Table. I have one more. Say you are creating a table with a composite key that includes a binary column. An example I came across recently was a table that captures additional data not covered by CDC (e.g. username). So, I created this table:
CREATE TABLE ...
|
|
|
|
|