Click here to Skip to main content
15,906,190 members
Home / Discussions / Database
   

Database

 
QuestionIs this possible to customize the ODBC Driver for SQL Server 2000 to support SQL Server 2005 too? Pin
Ashutosh Bhatnagar25-Mar-06 3:20
Ashutosh Bhatnagar25-Mar-06 3:20 
AnswerRe: Is this possible to customize the ODBC Driver for SQL Server 2000 to support SQL Server 2005 too? Pin
cmk26-Mar-06 0:20
cmk26-Mar-06 0:20 
QuestionHow to avoid dead locks in SQL Server 2000 Pin
Ph@ntom25-Mar-06 1:24
Ph@ntom25-Mar-06 1:24 
QuestionReporting Service: "Remote name cannot be resolved" Pin
devvvy24-Mar-06 17:23
devvvy24-Mar-06 17:23 
Questionsql sort problem Pin
shabonaa24-Mar-06 7:37
shabonaa24-Mar-06 7:37 
AnswerRe: sql sort problem Pin
Dave Kreskowiak24-Mar-06 8:18
mveDave Kreskowiak24-Mar-06 8:18 
GeneralRe: sql sort problem Pin
shabonaa24-Mar-06 10:28
shabonaa24-Mar-06 10:28 
GeneralRe: sql sort problem Pin
Rob Graham24-Mar-06 11:40
Rob Graham24-Mar-06 11:40 
It appears to be defaulting to an alpha sort on the string value.

How is the data stored (integers or strings)

What is the primary Key for the table?

Does it have a clustered index? (normally this would be the default sort order, since it dictates the physical organization of the data).

Is that column indexed (if so, how)

All of the above can impact the default sort order for "select *"



Absolute faith corrupts as absolutely as absolute power
Eric Hoffer

All that is necessary for the triumph of evil is that good men do nothing.
Edmund Burke

GeneralRe: sql sort problem Pin
Colin Angus Mackay24-Mar-06 12:41
Colin Angus Mackay24-Mar-06 12:41 
GeneralRe: sql sort problem Pin
shabonaa24-Mar-06 13:07
shabonaa24-Mar-06 13:07 
QuestionQuery Is Required? Pin
majidbhutta24-Mar-06 6:00
majidbhutta24-Mar-06 6:00 
QuestionPlease help totally lost on syntax Pin
MeterMan24-Mar-06 4:09
MeterMan24-Mar-06 4:09 
AnswerRe: Please help totally lost on syntax Pin
Michael Potter24-Mar-06 4:21
Michael Potter24-Mar-06 4:21 
GeneralRe: Please help totally lost on syntax Pin
MeterMan24-Mar-06 4:36
MeterMan24-Mar-06 4:36 
GeneralRe: Please help totally lost on syntax Pin
Michael Potter24-Mar-06 4:50
Michael Potter24-Mar-06 4:50 
GeneralRe: Please help totally lost on syntax Pin
MeterMan24-Mar-06 4:43
MeterMan24-Mar-06 4:43 
GeneralRe: Please help totally lost on syntax Pin
Michael Potter24-Mar-06 4:52
Michael Potter24-Mar-06 4:52 
GeneralRe: Please help totally lost on syntax Pin
MeterMan24-Mar-06 6:25
MeterMan24-Mar-06 6:25 
GeneralRe: Please help totally lost on syntax Pin
Michael Potter24-Mar-06 8:39
Michael Potter24-Mar-06 8:39 
GeneralRe: Please help totally lost on syntax Pin
MeterMan25-Mar-06 12:43
MeterMan25-Mar-06 12:43 
QuestionDelete Procedure Pin
shapper24-Mar-06 3:28
shapper24-Mar-06 3:28 
AnswerRe: Delete Procedure Pin
Michael Potter24-Mar-06 4:10
Michael Potter24-Mar-06 4:10 
QuestionSQL Server over Virtual Private Network Pin
StyleGuide24-Mar-06 0:08
StyleGuide24-Mar-06 0:08 
AnswerRe: SQL Server over Virtual Private Network Pin
Luis Alonso Ramos24-Mar-06 5:45
Luis Alonso Ramos24-Mar-06 5:45 
GeneralRe: SQL Server over Virtual Private Network Pin
StyleGuide26-Mar-06 6:21
StyleGuide26-Mar-06 6:21 

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.