Click here to Skip to main content
15,902,112 members
Home / Discussions / Database
   

Database

 
GeneralRe: Is there and difference between .mdf file in MSSQL & SQLEXPRESS? Pin
sir_moreno21-Mar-07 5:18
sir_moreno21-Mar-07 5:18 
GeneralRe: Is there and difference between .mdf file in MSSQL & SQLEXPRESS? Pin
Pete O'Hanlon21-Mar-07 5:23
mvePete O'Hanlon21-Mar-07 5:23 
GeneralRe: Is there and difference between .mdf file in MSSQL & SQLEXPRESS? Pin
sir_moreno21-Mar-07 6:09
sir_moreno21-Mar-07 6:09 
QuestionHow to avoid primary key violation error Pin
JeyKey21-Mar-07 0:15
JeyKey21-Mar-07 0:15 
AnswerRe: How to avoid primary key violation error Pin
Pete O'Hanlon21-Mar-07 0:39
mvePete O'Hanlon21-Mar-07 0:39 
GeneralRe: How to avoid primary key violation error Pin
JeyKey21-Mar-07 0:45
JeyKey21-Mar-07 0:45 
GeneralRe: How to avoid primary key violation error Pin
Pete O'Hanlon21-Mar-07 2:43
mvePete O'Hanlon21-Mar-07 2:43 
AnswerRe: How to avoid primary key violation error Pin
scottgp21-Mar-07 3:12
professionalscottgp21-Mar-07 3:12 
Hi,
Personally, in this case I'd use an Identity column for the primary key, and put the date information in another column defaulted to get the date (DEFAULT GETDATE()). I'm not sure what having the date as part of the primary key is buying you.
Scot
QuestionInsert into SQL Problem Pin
Memo Soso20-Mar-07 23:13
Memo Soso20-Mar-07 23:13 
AnswerRe: Insert into SQL Problem Pin
N a v a n e e t h20-Mar-07 23:15
N a v a n e e t h20-Mar-07 23:15 
GeneralRe: Insert into SQL Problem Pin
Colin Angus Mackay20-Mar-07 23:25
Colin Angus Mackay20-Mar-07 23:25 
GeneralRe: Insert into SQL Problem Pin
Memo Soso20-Mar-07 23:30
Memo Soso20-Mar-07 23:30 
GeneralRe: Insert into SQL Problem Pin
Colin Angus Mackay20-Mar-07 23:37
Colin Angus Mackay20-Mar-07 23:37 
GeneralRe: Insert into SQL Problem Pin
N a v a n e e t h21-Mar-07 0:42
N a v a n e e t h21-Mar-07 0:42 
GeneralRe: Insert into SQL Problem Pin
Pete O'Hanlon21-Mar-07 2:46
mvePete O'Hanlon21-Mar-07 2:46 
GeneralRe: Insert into SQL Problem Pin
Colin Angus Mackay21-Mar-07 4:54
Colin Angus Mackay21-Mar-07 4:54 
AnswerRe: Insert into SQL Problem Pin
Colin Angus Mackay20-Mar-07 23:27
Colin Angus Mackay20-Mar-07 23:27 
QuestionSELECT TOP x field FROM Pin
joon vh.20-Mar-07 22:56
joon vh.20-Mar-07 22:56 
AnswerRe: SELECT TOP x field FROM Pin
Colin Angus Mackay20-Mar-07 23:23
Colin Angus Mackay20-Mar-07 23:23 
GeneralRe: SELECT TOP x field FROM Pin
joon vh.20-Mar-07 23:25
joon vh.20-Mar-07 23:25 
GeneralRe: SELECT TOP x field FROM Pin
Colin Angus Mackay20-Mar-07 23:28
Colin Angus Mackay20-Mar-07 23:28 
GeneralRe: SELECT TOP x field FROM Pin
joon vh.20-Mar-07 23:45
joon vh.20-Mar-07 23:45 
Questiontime out error Pin
nikhil123420-Mar-07 21:39
nikhil123420-Mar-07 21:39 
AnswerRe: time out error Pin
N a v a n e e t h20-Mar-07 23:17
N a v a n e e t h20-Mar-07 23:17 
AnswerRe: time out error Pin
Laxman Auti21-Mar-07 6:13
Laxman Auti21-Mar-07 6:13 

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.