Re: Need a little help please
From: David Portas (REMOVE_BEFORE_REPLYING_dportas_at_acm.org)
Date: 02/16/05
- Next message: Igor Marchenko: "Extremely High number of page/sec"
- Previous message: JD: "Need a little help please"
- In reply to: JD: "Need a little help please"
- Next in thread: JD: "Re: Need a little help please"
- Reply: JD: "Re: Need a little help please"
- Reply: Tibor Karaszi: "Re: Need a little help please"
- Messages sorted by: [ date ] [ thread ]
Date: 16 Feb 2005 12:34:23 -0800
Every table should have a primary key. Why do you have a table without
one?
> Does not having indexes or PK hinder the insert?
A lack of indexes and constraints doesn't affect the insert per se.
Potentially it affects the *validity* of the insert since you won't be
prevented from inserting redundant data.
> And does the order of the
> columns in the insert make a difference?
If all the column names are listed then logically the order makes no
difference.
-- David Portas SQL Server MVP --
- Next message: Igor Marchenko: "Extremely High number of page/sec"
- Previous message: JD: "Need a little help please"
- In reply to: JD: "Need a little help please"
- Next in thread: JD: "Re: Need a little help please"
- Reply: JD: "Re: Need a little help please"
- Reply: Tibor Karaszi: "Re: Need a little help please"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|