Click here to Skip to main content
15,898,134 members
Home / Discussions / Database
   

Database

 
Questioninsert 'SYSDATE' into a table in SQL Server Pin
alexyxj16-Oct-08 7:50
alexyxj16-Oct-08 7:50 
AnswerRe: insert 'SYSDATE' into a table in SQL Server Pin
Wendelius16-Oct-08 8:33
mentorWendelius16-Oct-08 8:33 
QuestionImporting data items from text files in a table. Pin
amit201116-Oct-08 5:42
amit201116-Oct-08 5:42 
AnswerRe: Importing data items from text files in a table. Pin
Blue_Boy16-Oct-08 6:49
Blue_Boy16-Oct-08 6:49 
AnswerCP IGNORE USER Pin
leckey16-Oct-08 16:08
leckey16-Oct-08 16:08 
QuestionData in Alphabetical order Pin
amit201116-Oct-08 5:10
amit201116-Oct-08 5:10 
AnswerRe: Data in Alphabetical order Pin
Ashfield16-Oct-08 5:25
Ashfield16-Oct-08 5:25 
AnswerRe: Data in Alphabetical order Pin
Vimalsoft(Pty) Ltd16-Oct-08 7:44
professionalVimalsoft(Pty) Ltd16-Oct-08 7:44 
You can do it from SQl with

select ColumnName from my_table
Order by ColumnName Asc

Or you can do what is suggested by the other guy here.

Hope this helps

Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


AnswerCP IGNORE USER Pin
leckey16-Oct-08 9:47
leckey16-Oct-08 9:47 
Questionmultiple reports in a single report-help [modified] Pin
i_m_hashmat15-Oct-08 22:07
i_m_hashmat15-Oct-08 22:07 
AnswerRe: multiple reports in a single report-help Pin
Paddy Boyd15-Oct-08 23:24
Paddy Boyd15-Oct-08 23:24 
GeneralRe: multiple reports in a single report-help Pin
i_m_hashmat16-Oct-08 1:03
i_m_hashmat16-Oct-08 1:03 
QuestionError in my SQL query (SQL SERVER 2000) Pin
Karan_TN15-Oct-08 21:31
Karan_TN15-Oct-08 21:31 
AnswerRe: Error in my SQL query (SQL SERVER 2000) Pin
Paddy Boyd15-Oct-08 23:31
Paddy Boyd15-Oct-08 23:31 
Questionsql restrict Pin
bhavna432115-Oct-08 21:21
bhavna432115-Oct-08 21:21 
AnswerRe: sql restrict Pin
Paddy Boyd15-Oct-08 23:33
Paddy Boyd15-Oct-08 23:33 
AnswerRe: sql restrict Pin
Ashfield15-Oct-08 23:56
Ashfield15-Oct-08 23:56 
GeneralRe: sql restrict Pin
bhavna432116-Oct-08 0:47
bhavna432116-Oct-08 0:47 
GeneralRe: sql restrict Pin
Ashfield16-Oct-08 1:17
Ashfield16-Oct-08 1:17 
GeneralRe: sql restrict Pin
Mycroft Holmes16-Oct-08 17:28
professionalMycroft Holmes16-Oct-08 17:28 
GeneralRe: sql restrict Pin
Ashfield16-Oct-08 21:24
Ashfield16-Oct-08 21:24 
QuestionGet data form Table A that is not in Table B to a new Table C automatically Pin
Thayhor15-Oct-08 18:56
Thayhor15-Oct-08 18:56 
AnswerRe: Get data form Table A that is not in Table B to a new Table C automatically Pin
Paddy Boyd15-Oct-08 23:32
Paddy Boyd15-Oct-08 23:32 
GeneralRe: Get data form Table A that is not in Table B to a new Table C automatically Pin
Thayhor16-Oct-08 9:00
Thayhor16-Oct-08 9:00 
AnswerRe: Get data form Table A that is not in Table B to a new Table C automatically Pin
Wendelius16-Oct-08 10:55
mentorWendelius16-Oct-08 10:55 

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.