Click here to Skip to main content
15,916,371 members
Home / Discussions / Database
   

Database

 
AnswerRe: Update Statement based on this Query Pin
Vimalsoft(Pty) Ltd27-Nov-07 23:22
professionalVimalsoft(Pty) Ltd27-Nov-07 23:22 
QuestionTSQL - string tokenizer Pin
devvvy27-Nov-07 22:22
devvvy27-Nov-07 22:22 
AnswerRe: TSQL - string tokenizer Pin
SimulationofSai27-Nov-07 22:53
SimulationofSai27-Nov-07 22:53 
GeneralRe: TSQL - string tokenizer Pin
devvvy27-Nov-07 23:43
devvvy27-Nov-07 23:43 
GeneralRe: TSQL - string tokenizer Pin
devvvy28-Nov-07 15:53
devvvy28-Nov-07 15:53 
GeneralRe: TSQL - string tokenizer Pin
SimulationofSai28-Nov-07 18:35
SimulationofSai28-Nov-07 18:35 
QuestionRows not in order in 2005 Pin
ramyasangeet27-Nov-07 22:11
ramyasangeet27-Nov-07 22:11 
AnswerRe: Rows not in order in 2005 Pin
SimulationofSai27-Nov-07 22:22
SimulationofSai27-Nov-07 22:22 
ramyasangeet wrote:
1.the reason for the rows order difference.(is it because of execution plan?)

The order in which the rows are returned is determined by a lot of factors, clustered index, page placements, row order etc. For example, if there's a clustered index on the table, the optimizer will find it cheaper to return rows in the index order. Also, the query engine has undergone vast changes in 2005 compared to 2000.

ramyasangeet wrote:
2.The resulting data of sql2005 should be in same order of sql 2000.


Use an Order by clause.


SG
Cause is effect concealed. Effect is cause revealed.

AnswerRe: Rows not in order in 2005 Pin
Colin Angus Mackay27-Nov-07 23:18
Colin Angus Mackay27-Nov-07 23:18 
Questionduplication in records [modified] Pin
mhmo27-Nov-07 20:42
mhmo27-Nov-07 20:42 
AnswerRe: duplication in records Pin
Vimalsoft(Pty) Ltd27-Nov-07 22:58
professionalVimalsoft(Pty) Ltd27-Nov-07 22:58 
GeneralRe: duplication in records Pin
mhmo28-Nov-07 0:52
mhmo28-Nov-07 0:52 
GeneralRe: duplication in records Pin
Vimalsoft(Pty) Ltd28-Nov-07 1:33
professionalVimalsoft(Pty) Ltd28-Nov-07 1:33 
Questionsql 2005 Pin
r a j u u27-Nov-07 20:01
r a j u u27-Nov-07 20:01 
AnswerRe: sql 2005 Pin
pmarfleet27-Nov-07 21:29
pmarfleet27-Nov-07 21:29 
GeneralRe: sql 2005 Pin
r a j u u28-Nov-07 2:13
r a j u u28-Nov-07 2:13 
QuestionForms Authentication [modified] Pin
MSinha27-Nov-07 19:29
MSinha27-Nov-07 19:29 
QuestionSQL Pin
Aparna.B27-Nov-07 16:21
Aparna.B27-Nov-07 16:21 
AnswerRe: SQL Pin
Krish - KP27-Nov-07 18:52
Krish - KP27-Nov-07 18:52 
Questionstored procedues with parameters Pin
prithaa27-Nov-07 6:55
prithaa27-Nov-07 6:55 
AnswerRe: stored procedues with parameters Pin
pmarfleet27-Nov-07 7:04
pmarfleet27-Nov-07 7:04 
AnswerRe: stored procedues with parameters Pin
Rajkamal_dfine27-Nov-07 17:47
Rajkamal_dfine27-Nov-07 17:47 
AnswerRe: stored procedues with parameters Pin
Paul Conrad27-Nov-07 18:56
professionalPaul Conrad27-Nov-07 18:56 
QuestionSSRS 2005 [modified] Pin
MSinha27-Nov-07 4:55
MSinha27-Nov-07 4:55 
AnswerRe: SSRS 2005 Pin
pmarfleet27-Nov-07 5:26
pmarfleet27-Nov-07 5:26 

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.