Need Assistance: Constraints in a table

Need Assistance: Constraints in a table

Post by irfa » Sat, 07 Sep 2002 23:53:05



1.  The tables for which the constraints (e.g. pk, fk) are
created.  
How can I check them in the enterprise manager?  I am able
to see the columns in the tables and their indexes, but
not the constraints. Would you know how I can check them?

2.  My customer's DBA purged their all tables from a db
instance into a txt file, such as the one that I attach
here.  Would you happen to know how to do this as well?

3.  For the constraint which looks like:
CONSTRAINT [pk_Ptnr_PtnrId] PRIMARY KEY  CLUSTERED
        ([PartnerID]
        ) WITH  FILLFACTOR = 90  ON [PRIMARY]

What implications do CLUSTERED and FILLFACTOR have on the
key itself, given that the db server is set in a clustered
db environment.

  TN46_DB_DEFS.txt
34K Download
 
 
 

Need Assistance: Constraints in a table

Post by chri » Sun, 08 Sep 2002 00:17:10


1. Rclick table/ design/ rclick column/ check constraints.
2. See BCP or DTS in BOL.
3. This would require very long winded replies. IMHO you would be better off
to see "fill factor" and "clustered indexes" in BOL. Then if you still arent
clear, write back with specific questions.

Quote:> 1.  The tables for which the constraints (e.g. pk, fk) are
> created.
> How can I check them in the enterprise manager?  I am able
> to see the columns in the tables and their indexes, but
> not the constraints. Would you know how I can check them?

> 2.  My customer's DBA purged their all tables from a db
> instance into a txt file, such as the one that I attach
> here.  Would you happen to know how to do this as well?

> 3.  For the constraint which looks like:
> CONSTRAINT [pk_Ptnr_PtnrId] PRIMARY KEY  CLUSTERED
>   ([PartnerID]
>   ) WITH  FILLFACTOR = 90  ON [PRIMARY]

> What implications do CLUSTERED and FILLFACTOR have on the
> key itself, given that the db server is set in a clustered
> db environment.


 
 
 

Need Assistance: Constraints in a table

Post by irfa » Sun, 08 Sep 2002 00:26:54


Thanks for prompt response.

1. Rclick/rclick you meant Rgiht click, i guess?
2. What is "BOL"?
3. Again "BOL"?

>-----Original Message-----
>1. Rclick table/ design/ rclick column/ check constraints.
>2. See BCP or DTS in BOL.
>3. This would require very long winded replies. IMHO you
would be better off
>to see "fill factor" and "clustered indexes" in BOL. Then
if you still arent
>clear, write back with specific questions.


>> 1.  The tables for which the constraints (e.g. pk, fk)
are
>> created.
>> How can I check them in the enterprise manager?  I am
able
>> to see the columns in the tables and their indexes, but
>> not the constraints. Would you know how I can check
them?

>> 2.  My customer's DBA purged their all tables from a db
>> instance into a txt file, such as the one that I attach
>> here.  Would you happen to know how to do this as well?

>> 3.  For the constraint which looks like:
>> CONSTRAINT [pk_Ptnr_PtnrId] PRIMARY KEY  CLUSTERED
>>   ([PartnerID]
>>   ) WITH  FILLFACTOR = 90  ON [PRIMARY]

>> What implications do CLUSTERED and FILLFACTOR have on
the
>> key itself, given that the db server is set in a
clustered
>> db environment.

>.

 
 
 

Need Assistance: Constraints in a table

Post by BP Margoli » Sun, 08 Sep 2002 05:33:50


Irfan,

BOL = Books Online

It's the Microsoft documentation that ships with SQL Server.

Start | Programs | Microsoft SQL Server | Books Online

-------------------------------------------
BP Margolin
Please reply only to the newsgroups.
When posting, inclusion of SQL (CREATE TABLE ..., INSERT ..., etc.) which
can be cut and pasted into Query Analyzer is appreciated.


> Thanks for prompt response.

> 1. Rclick/rclick you meant Rgiht click, i guess?
> 2. What is "BOL"?
> 3. Again "BOL"?

> >-----Original Message-----
> >1. Rclick table/ design/ rclick column/ check constraints.
> >2. See BCP or DTS in BOL.
> >3. This would require very long winded replies. IMHO you
> would be better off
> >to see "fill factor" and "clustered indexes" in BOL. Then
> if you still arent
> >clear, write back with specific questions.


> >> 1.  The tables for which the constraints (e.g. pk, fk)
> are
> >> created.
> >> How can I check them in the enterprise manager?  I am
> able
> >> to see the columns in the tables and their indexes, but
> >> not the constraints. Would you know how I can check
> them?

> >> 2.  My customer's DBA purged their all tables from a db
> >> instance into a txt file, such as the one that I attach
> >> here.  Would you happen to know how to do this as well?

> >> 3.  For the constraint which looks like:
> >> CONSTRAINT [pk_Ptnr_PtnrId] PRIMARY KEY  CLUSTERED
> >>   ([PartnerID]
> >>   ) WITH  FILLFACTOR = 90  ON [PRIMARY]

> >> What implications do CLUSTERED and FILLFACTOR have on
> the
> >> key itself, given that the db server is set in a
> clustered
> >> db environment.

> >.

 
 
 

1. Need Assistance: Constraints in a table specific

1.  The tables for which the constraints (e.g. pk, fk) are
created.  
How can I check them in the enterprise manager?  I am able
to see the columns in the tables and their indexes, but
not the constraints. Would you know how I can check them?

2.  My customer's DBA purged their all tables from a db
instance into a txt file, such as the one that I attach
here.  Would you happen to know how to do this as well?

3.  For the constraint which looks like:
CONSTRAINT [pk_Ptnr_PtnrId] PRIMARY KEY  CLUSTERED
        ([PartnerID]
        ) WITH  FILLFACTOR = 90  ON [PRIMARY]

What implications do CLUSTERED and FILLFACTOR have on the
key itself, given that the db server is set in a clustered
db environment.

  TN46_DB_DEFS.txt
34K Download

2. Sybase sybconfig error on RS6000

3. Need Assistance: Clustering and Constraints in a table

4. what does Compaqs CQMHOST.EXE

5. FoxPro 2.5b (DOS) Information

6. Need Assistance: Clustering and constraints in a table

7. Where can I download Servlet (JSDK) 1.0 or 1.1 ?

8. Urgently need assistance, Corrupt table!

9. Assistance needed with creating tables in oracle.

10. REPOST - Assistance needed with clearing out Child tables

11. Need some assistance creating a table in an 8i database

12. Packing Tables - Need a little assistance