Click here to Skip to main content
15,905,971 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQLCommand ??? Pin
sybux20005-Apr-04 8:24
sybux20005-Apr-04 8:24 
GeneralAutomation Sever cannot create object Pin
Gary Hyslop at home4-Apr-04 4:56
Gary Hyslop at home4-Apr-04 4:56 
GeneralRe: Automation Sever cannot create object Pin
Gary Hyslop9-Apr-04 3:04
Gary Hyslop9-Apr-04 3:04 
QuestionHow can I deploy sql server database? Pin
Mahmoud Hossam3-Apr-04 23:50
Mahmoud Hossam3-Apr-04 23:50 
AnswerRe: How can I deploy sql server database? Pin
Michael P Butler4-Apr-04 0:05
Michael P Butler4-Apr-04 0:05 
AnswerRe: How can I deploy sql server database? Pin
Steven Campbell13-Apr-04 9:28
Steven Campbell13-Apr-04 9:28 
GeneralSELECT * Problem Pin
monrobot133-Apr-04 12:58
monrobot133-Apr-04 12:58 
GeneralRe: SELECT * Problem Pin
Colin Angus Mackay3-Apr-04 14:10
Colin Angus Mackay3-Apr-04 14:10 
monrobot13 wrote:
Is the best way around it to simply specify the columns in the order I want them in the query?

You should always specify the columns you want. Mainly because it means that if the data model changes then any existing queries will still return the data in the form that you are expecting. (Assuming that no columns are deleted / moved to different tables etc.)

IIRC specifying the columns in a select is faster at execution time.


"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question."
--Charles Babbage (1791-1871)


GeneralRe: SELECT * Problem Pin
monrobot134-Apr-04 13:58
monrobot134-Apr-04 13:58 
GeneralSo many problems! Pin
ErinSue203-Apr-04 2:13
ErinSue203-Apr-04 2:13 
GeneralRe: So many problems! Pin
Michael P Butler4-Apr-04 0:24
Michael P Butler4-Apr-04 0:24 
Generalado, ms sql server 'text' columns Pin
sstoyan2-Apr-04 10:18
sstoyan2-Apr-04 10:18 
GeneralRe: ado, ms sql server 'text' columns Pin
Mike Dimmick2-Apr-04 11:42
Mike Dimmick2-Apr-04 11:42 
GeneralRe: ado, ms sql server 'text' columns Pin
sstoyan3-Apr-04 21:38
sstoyan3-Apr-04 21:38 
GeneralRe: ado, ms sql server 'text' columns Pin
Mike Dimmick5-Apr-04 1:53
Mike Dimmick5-Apr-04 1:53 
GeneralRe: ado, ms sql server 'text' columns Pin
sstoyan5-Apr-04 8:39
sstoyan5-Apr-04 8:39 
GeneralDatabase connection problem Pin
cyonite2-Apr-04 4:29
cyonite2-Apr-04 4:29 
GeneralRe: Database connection problem Pin
Mike Dimmick2-Apr-04 5:32
Mike Dimmick2-Apr-04 5:32 
GeneralRe: Database connection problem Pin
cyonite2-Apr-04 6:20
cyonite2-Apr-04 6:20 
GeneralRe: Database connection problem Pin
RichC4-Apr-04 14:35
RichC4-Apr-04 14:35 
GeneralHierarchical structure in ADO.Net Pin
P I2-Apr-04 4:07
P I2-Apr-04 4:07 
GeneralRe: Hierarchical structure in ADO.Net Pin
John Kuhn2-Apr-04 15:55
John Kuhn2-Apr-04 15:55 
GeneralDate format Pin
Xander802-Apr-04 3:50
Xander802-Apr-04 3:50 
GeneralRe: Date format Pin
Mike Dimmick2-Apr-04 5:34
Mike Dimmick2-Apr-04 5:34 
GeneralLimiting a text field Pin
monrobot131-Apr-04 9:10
monrobot131-Apr-04 9:10 

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.