Click here to Skip to main content
16,004,919 members
Home / Discussions / Database
   

Database

 
Questionunable to connect java with sql database to validate user login.......... Pin
elazor20-Sep-09 23:30
elazor20-Sep-09 23:30 
AnswerRe: unable to connect java with sql database to validate user login.......... Pin
Abhishek Sur21-Sep-09 11:56
professionalAbhishek Sur21-Sep-09 11:56 
QuestionOrder in database Pin
srikantha_nagaraj20-Sep-09 1:11
srikantha_nagaraj20-Sep-09 1:11 
AnswerRe: Order in database Pin
Eddy Vluggen20-Sep-09 1:37
professionalEddy Vluggen20-Sep-09 1:37 
GeneralRe: Order in database Pin
srikantha_nagaraj20-Sep-09 2:02
srikantha_nagaraj20-Sep-09 2:02 
GeneralRe: Order in database Pin
J4amieC21-Sep-09 1:44
J4amieC21-Sep-09 1:44 
GeneralCan someone justify their vote of 2? Pin
J4amieC21-Sep-09 4:13
J4amieC21-Sep-09 4:13 
GeneralRe: Can someone justify their vote of 2? Pin
Eddy Vluggen21-Sep-09 5:30
professionalEddy Vluggen21-Sep-09 5:30 
I added a five, that should even it out.

J4amieC wrote:
That's not strictly true, Tables will be stored in the order of their clustered index. This then forms the "default" order


The rows in a RDBMS are not interdependent, same goes for the columns. They might not be returned in the order that they're saved. Because there is no relation between the rows themselves (except that they belong to the same table) there is no order in the collection. This may vary depending on each implementation of course.

Now, that's just theory that I swallowed a long time ago. I found that the most simple table in Access has a storage-order, and I have seen people abuse it. Most of the time, it's easier to add a custom column and sort on that.

I've been reading up after your comment, and a clustered index[^] seems indeed to be the solution Smile | :)

Yes? Smile | :)

GeneralRe: Order in database Pin
i.j.russell21-Sep-09 5:28
i.j.russell21-Sep-09 5:28 
GeneralRe: Order in database Pin
Eddy Vluggen21-Sep-09 5:33
professionalEddy Vluggen21-Sep-09 5:33 
AnswerRe: Order in database Pin
stendulkar5420-Sep-09 12:22
stendulkar5420-Sep-09 12:22 
AnswerRe: Order in database Pin
Ashfield21-Sep-09 8:14
Ashfield21-Sep-09 8:14 
QuestionLog file of Database increases in every replication Pin
Abdul Rahman Hamidy18-Sep-09 23:57
Abdul Rahman Hamidy18-Sep-09 23:57 
AnswerRe: Log file of Database increases in every replication Pin
Eddy Vluggen19-Sep-09 1:31
professionalEddy Vluggen19-Sep-09 1:31 
GeneralRe: Log file of Database increases in every replication Pin
Abdul Rahman Hamidy19-Sep-09 1:35
Abdul Rahman Hamidy19-Sep-09 1:35 
Question[Message Deleted] Pin
anushh18-Sep-09 7:12
anushh18-Sep-09 7:12 
AnswerRe: Is there any possiblity to name tables in sql server Pin
Luc Pattyn18-Sep-09 7:49
sitebuilderLuc Pattyn18-Sep-09 7:49 
QuestionSSIS Database copying Pin
imnotso#18-Sep-09 2:17
imnotso#18-Sep-09 2:17 
AnswerRe: SSIS Database copying Pin
J4amieC18-Sep-09 3:08
J4amieC18-Sep-09 3:08 
GeneralRe: SSIS Database copying Pin
imnotso#18-Sep-09 3:11
imnotso#18-Sep-09 3:11 
QuestionOdd problem (conversion or openquery?) only appearing in a stored procedure but not when running it adhoc Pin
alex3_1417-Sep-09 23:17
alex3_1417-Sep-09 23:17 
AnswerRe: Odd problem (conversion or openquery?) only appearing in a stored procedure but not when running it adhoc Pin
ElectricLlama17-Sep-09 23:38
ElectricLlama17-Sep-09 23:38 
GeneralRe: Odd problem (conversion or openquery?) only appearing in a stored procedure but not when running it adhoc Pin
alex3_1418-Sep-09 0:05
alex3_1418-Sep-09 0:05 
GeneralRe: Odd problem (conversion or openquery?) only appearing in a stored procedure but not when running it adhoc Pin
ElectricLlama18-Sep-09 15:00
ElectricLlama18-Sep-09 15:00 
Questionhow to connect triggerwithout main server Pin
rupal217-Sep-09 21:38
rupal217-Sep-09 21:38 

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.