|
NAMEdefncopy —
extract procedures and views from a Microsoft server.
SYNOPSIS
DESCRIPTIONdefncopy is a utility program distributed with FreeTDS.
It replaces a similar program of the same name distributed by Sybase.
OPTIONS
NOTESdefncopy is a filter; it reads from standard input,
writes to standard output, and writes errors to standard error. The
-i , -o , and
-e options override these defaults.
EXIT STATUSdefncopy exits 0 on success, and >0 if the server
cannot process the query.
HISTORYdefncopy first appeared in FreeTDS 0.63.
AUTHORSThedefncopy utility was written by
James K. Lowden
⟨jklowden@schemamania.org.⟩
BUGSWorks only with Microsoft servers and ancient Sybase servers. Does not create primary keys. Many options are defined by Sybase that this version does not implement. Feel free to correct this situation. In theory,defncopy could apply/produce DDL for any system
object, but at present only tables, procedures and views are supported, and
only for extraction.
Visit the GSP FreeBSD Man Page Interface. |