Showing posts with label piece. Show all posts
Showing posts with label piece. Show all posts

Friday, March 9, 2012

How to read not for replication setting from meta info

Hello!
I am trying to read the not for replication setting of an identity
column from a Sql Server 7.0 database but I cannot find that piece of
information.
I check the information_schema tables that look approriate and the
sp_pkeys procedure. But no luck.
Has anyone an idea?
Thanks for you help. Take care, Peter.Hello again,
Sorry but I just found the solution: sp_help returns it.
Thanks, Peter.