Click here to Skip to main content
15,892,005 members
Home / Discussions / Database
   

Database

 
GeneralRe: What is wrong with my SQL string? Pin
peterchen21-Feb-07 11:51
peterchen21-Feb-07 11:51 
GeneralRe: What is wrong with my SQL string? Pin
Pete O'Hanlon21-Feb-07 4:46
mvePete O'Hanlon21-Feb-07 4:46 
AnswerRe: What is wrong with my SQL string? Pin
kubben21-Feb-07 3:27
kubben21-Feb-07 3:27 
GeneralUpdate Advice - Getting most recent value Pin
Brady Kelly21-Feb-07 2:15
Brady Kelly21-Feb-07 2:15 
GeneralRe: Update Advice - Getting most recent value Pin
andyharman21-Feb-07 2:25
professionalandyharman21-Feb-07 2:25 
GeneralRe: Update Advice - Getting most recent value Pin
Brady Kelly21-Feb-07 2:58
Brady Kelly21-Feb-07 2:58 
Questionsome question Pin
Imran Khan Pathan21-Feb-07 1:04
Imran Khan Pathan21-Feb-07 1:04 
AnswerRe: some question Pin
andyharman21-Feb-07 2:38
professionalandyharman21-Feb-07 2:38 
imrankhanpathan wrote:
What is a clustered index?

You will find the answer in SQL-Server's "Books Online". A table can only have one clustered index defined (unless told otherwise SQL-Server will use a clustered index for primary keys). There is no practical limit on the number of records that can be held in a clustered index.

imrankhanpathan wrote:
what is a cursor?

Again the answer is in "Books Online".

imrankhanpathan wrote:
what is a sql injuction?

You can find out about "SQL Injection" here[^]
QuestionAverage of all columns Pin
Sam Heller20-Feb-07 11:11
Sam Heller20-Feb-07 11:11 
AnswerRe: Average of all columns Pin
Krish - KP20-Feb-07 17:01
Krish - KP20-Feb-07 17:01 
QuestionProblem in Using ADO in C++ to Get Oracle Ref Cursor Data Pin
Kelvin X Li20-Feb-07 11:02
Kelvin X Li20-Feb-07 11:02 
QuestionCount Problem Pin
ronivars20-Feb-07 9:14
ronivars20-Feb-07 9:14 
AnswerRe: Count Problem Pin
Mark J. Miller20-Feb-07 9:33
Mark J. Miller20-Feb-07 9:33 
GeneralRe: Count Problem Pin
ronivars20-Feb-07 10:15
ronivars20-Feb-07 10:15 
GeneralRe: Count Problem Pin
ronivars20-Feb-07 10:24
ronivars20-Feb-07 10:24 
GeneralRe: Count Problem Pin
Mark J. Miller20-Feb-07 11:52
Mark J. Miller20-Feb-07 11:52 
GeneralRe: Count Problem Pin
ronivars20-Feb-07 12:16
ronivars20-Feb-07 12:16 
GeneralRe: Count Problem Pin
Mark J. Miller20-Feb-07 12:23
Mark J. Miller20-Feb-07 12:23 
GeneralRe: Count Problem Pin
ronivars20-Feb-07 12:50
ronivars20-Feb-07 12:50 
GeneralRe: Count Problem Pin
ronivars20-Feb-07 13:21
ronivars20-Feb-07 13:21 
GeneralRe: Count Problem Pin
ronivars20-Feb-07 12:22
ronivars20-Feb-07 12:22 
QuestionCount Query Prob Pin
tadhg8820-Feb-07 6:39
tadhg8820-Feb-07 6:39 
AnswerRe: Count Query Prob Pin
andyharman20-Feb-07 7:05
professionalandyharman20-Feb-07 7:05 
AnswerRe: Count Query Prob Pin
tadhg8820-Feb-07 7:32
tadhg8820-Feb-07 7:32 
GeneralRe: Count Query Prob Pin
andyharman20-Feb-07 8:17
professionalandyharman20-Feb-07 8:17 

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.