DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Designer/2000 question

Hybrid View

  1. #1
    Join Date
    Dec 2000
    Posts
    16
    I'm using Designer/2000 to create my database scripts. I was wondering if it's possible within this tool to specify the tablespace storage for my indexes?
    Because right now, when Designer/2000 create my scripts for all my indexes, it doesn't put the TABLESPACE option, so when I'm running the script, all my indexes are created in the user's default tablespace (which is the DATA tablespace).
    I always have to modify manually the script before running it against my database (it's pretty bad since I have over 150 indexes!!)

    Thanks in advance.

  2. #2
    Join Date
    Aug 2000
    Location
    Belgium
    Posts
    342
    Els,

    Here we are using desigener 161.

    In the object navigator, in the tables section, for every table you can define the tablespace, and the storage parameter.
    You can also do this for every index.

    If you want to do this for a lot of tables/indexes, you can use the API to update the repository.

    Hope this helps
    Gert

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width