Schema Information

  • Hi Team,

    Please excuse my question, I'm a newby to SQL and need to find out some information.

    I've been passed a script to run, however before I run it I need to find the schema information for the database. My Database is named 'Manufacturing' so is this the schema name?

     

    Thanks.

  • Actually, in SQL 2000, schema is equivalent to the owner of an object.  So, if all the objects are with 'dbo' e.g.  'dbo.tablename' or 'dbo.sprocname', 'dbo' is the schema name.

    Greg

    Greg

  • Greg,

    Many thanks!.

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

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