Articles of a database

  • Whats the best way to identify  all tables that are not in sysarticles of each database? Does anyone have  a script handy for this? Any help is greatly appreciated.

    TIA

     

  • Look @ sysobjects WHERE xtype = 'U'



    Good Hunting!

    AJ Ahrens


    webmaster@kritter.net

  • I know from sysobjects you get all tables where xtype= 'U' but what i need is to know which tables are replicated and which arent.

    TIA

  • just add "Where not exists in sysarticles" to your select from sysobjects

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply