Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一堆调用 bcp 将数据放入 sybase 表的客户端程序。
我需要在 sybase 表中添加一列。如果我将该列默认为一个值,和/或允许空值,现有客户端是否仍然可以在不更改它们的情况下工作?
现有客户端仍将使用旧字段数调用 bcp,并且不会在 bcp 输入数据文件中包含额外的列。
默认在 BCP 中有效,但您必须在输入文件的每一行末尾添加列分隔符才能使 bcp 有效。