Click here to Skip to main content
15,890,579 members
Home / Discussions / Database
   

Database

 
GeneralRe: Urgent help Please - UPDATE error message - Parameter[0]’Airport’has no default value. Pin
Colin Angus Mackay17-Jun-05 12:23
Colin Angus Mackay17-Jun-05 12:23 
GeneralRe: Urgent help Please - UPDATE error message - Parameter[0]’Airport’has no default value. Pin
jetski441917-Jun-05 18:37
jetski441917-Jun-05 18:37 
GeneralAdd a timer to webform Pin
NewbieDave17-Jun-05 10:25
NewbieDave17-Jun-05 10:25 
GeneralRe: Add a timer to webform Pin
Colin Angus Mackay17-Jun-05 12:25
Colin Angus Mackay17-Jun-05 12:25 
GeneralMy Article Updated Pin
Ahmed Erarslan17-Jun-05 9:05
Ahmed Erarslan17-Jun-05 9:05 
QuestionCan i include the same columns in unique and non-unique indexes!! Pin
under281116-Jun-05 23:44
under281116-Jun-05 23:44 
AnswerRe: Can i include the same columns in unique and non-unique indexes!! Pin
Colin Angus Mackay17-Jun-05 0:25
Colin Angus Mackay17-Jun-05 0:25 
GeneralRe: Can i include the same columns in unique and non-unique indexes!! Pin
under281117-Jun-05 21:36
under281117-Jun-05 21:36 
Hello friends!!

Here I am giving you some details of table and indexes

CREATE TABLE TEST_EMP (
SSN VARCHAR(9) NOT NULL,
CCODE VARCHAR(4) NOT NULL,
GRADE VARCHAR(2) NULL,
CONSTRAINT GRADE_SSN_CCODE_PK
PRIMARY KEY CLUSTERED (SSN, CCODE),
EMPID VARCHAR(5) NOT NULL,
EMPNAME VARCHAR(10))
--------------------------------------------

NOW I WANT TO ADD TWO COLUMNS MORE WHICH FREQUENTLY USED IN JOIN CONDITION for select & insert i.e.

AUTONUMBER int
MODIFIEDDATE DATETIME

NOW I WANT TO CREATE ANOTHER Index (IX_TEST_EMP)
FOR COLUMNS
SSN
CCODE
AUTONUMBER
MODIFIEDDATE

so including that two columns(SSN and CCODE) which already have index (GRADE_SSN_CCODE_PK),
will that cause more cost on query or that doesnot matter?

and if I exclude these two columns(SSN and CCODE) then wheather my select and insert clause
will cause same cost as when i include these two columns(SSN,CCODE)?

T.I.A

Shashank


GeneralStrong passwords Pin
Brendan Vogt16-Jun-05 21:26
Brendan Vogt16-Jun-05 21:26 
GeneralRe: Strong passwords Pin
Colin Angus Mackay16-Jun-05 22:41
Colin Angus Mackay16-Jun-05 22:41 
GeneralAlter Table with constraint Pin
.NetRams16-Jun-05 19:10
.NetRams16-Jun-05 19:10 
GeneralRe: Alter Table with constraint Pin
Colin Angus Mackay16-Jun-05 22:43
Colin Angus Mackay16-Jun-05 22:43 
Generalon using DataSet Pin
ppp00116-Jun-05 19:05
ppp00116-Jun-05 19:05 
GeneralMy Program uses Microsoft Access Pin
Sasuko16-Jun-05 8:29
Sasuko16-Jun-05 8:29 
GeneralRe: My Program uses Microsoft Access Pin
Hesham Amin18-Jun-05 4:02
Hesham Amin18-Jun-05 4:02 
GeneralInstalling SQL CE on PPC2003 Pin
Rossi4616-Jun-05 3:55
Rossi4616-Jun-05 3:55 
GeneralNow i have my database connected Pin
deeboy16-Jun-05 3:49
deeboy16-Jun-05 3:49 
GeneralDataset.Merge problem Pin
Eduard Keilholz16-Jun-05 3:12
Eduard Keilholz16-Jun-05 3:12 
GeneralRe: Dataset.Merge problem Pin
Eduard Keilholz16-Jun-05 4:05
Eduard Keilholz16-Jun-05 4:05 
GeneralRe: Dataset.Merge problem Pin
LockonFlamingCliffs16-Jun-05 4:11
LockonFlamingCliffs16-Jun-05 4:11 
GeneralRe: Dataset.Merge problem Pin
Eduard Keilholz21-Jun-05 22:43
Eduard Keilholz21-Jun-05 22:43 
GeneralTrouble with a Access Db w/password...... Pin
Qwick Miller15-Jun-05 15:52
Qwick Miller15-Jun-05 15:52 
GeneralRe: Trouble with a Access Db w/password...... Pin
jonathan1516-Jun-05 0:51
jonathan1516-Jun-05 0:51 
GeneralFilling a DataTable from a SearchResultCollection Pin
Teddy Biesecker15-Jun-05 10:02
Teddy Biesecker15-Jun-05 10:02 
GeneralPlease help me Pin
Stanciu Vlad15-Jun-05 9:16
Stanciu Vlad15-Jun-05 9:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.