Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RighteousRaven

    schemas -> default table structure?

    what about when you do create the schema explicitly? Isnt there an option that lets you stick a create table statement within the create schema statement? What does that do? thanks, RighteousRaven
  2. RighteousRaven

    schemas -> default table structure?

    I was under the impression that you could associate a default create table statement with a schema... so that all tables (or a subset of tables) within the schema have the exact same structure (as if they were all created using the 'like' sql command) Is this true, and if so.. how can you set...

Part and Inventory Search

Back
Top