Re: [Emerald] global billing group

Dale E. Reed Jr. ( (no email) )
Fri, 25 Jun 1999 12:58:11 -0700

Christian Lawrence wrote:
>
> It got erased somehow when we upgraded from SQL 6.5 to 7.0 and emerald 2.2
> to 2.5. I know there is some kind of sql statement to insert it into the
> table Groups but I cannot recall wording. If you could just tell me the SQL
> command to insert these records.

Its in the codetabs.sql script. There should be an "SET
INDENTITY_INSERT Groups ON"
followed by an insert, and a "SET INDENTITY_INSERT Groups OFF".

Dale