Click here to Skip to main content
15,891,847 members
Home / Discussions / Database
   

Database

 
Questionhow to give a name to the result table Pin
TheBeginner7717-Jun-06 22:39
TheBeginner7717-Jun-06 22:39 
AnswerRe: how to give a name to the result table Pin
Paul Brower19-Jun-06 4:06
Paul Brower19-Jun-06 4:06 
Questionusing "ntext" (data type in SQL Server) Pin
leanhsang17-Jun-06 18:53
leanhsang17-Jun-06 18:53 
AnswerRe: using "ntext" (data type in SQL Server) Pin
Dinuj Nath17-Jun-06 19:59
Dinuj Nath17-Jun-06 19:59 
QuestionSQL Server Function Dynamic Column Pin
smarttom9917-Jun-06 6:25
smarttom9917-Jun-06 6:25 
AnswerRe: SQL Server Function Dynamic Column Pin
r.stropek20-Jun-06 23:47
r.stropek20-Jun-06 23:47 
Questionsorting Pin
militiaware17-Jun-06 5:48
militiaware17-Jun-06 5:48 
AnswerRe: sorting [modified] Pin
Colin Angus Mackay17-Jun-06 6:11
Colin Angus Mackay17-Jun-06 6:11 
SELECT * 
FROM MyTable 
ORDER BY CASE LEN(column) 
         WHEN 6 THEN '00'+column 
         WHEN 7 THEN '0'+column 
         WHEN 8 THEN column 
         ELSE null END




Scottish Developers events:
* .NET debugging, tracing and instrumentation by Duncan Edwards Jones and Code Coverage in .NET by Craig Murphy
* Developer Day Scotland: are you interested in speaking or attending?

My: Website | Blog

-- modified at 12:13 Saturday 17th June, 2006
AnswerRe: sorting Pin
Eric Dahlvang19-Jun-06 5:38
Eric Dahlvang19-Jun-06 5:38 
Questionconnect to remote database Pin
militiaware16-Jun-06 22:27
militiaware16-Jun-06 22:27 
AnswerRe: connect to remote database Pin
Colin Angus Mackay17-Jun-06 2:41
Colin Angus Mackay17-Jun-06 2:41 
QuestionSQL Server Reporting Services Excel Export [modified] Pin
Navdeep Bhardwaj16-Jun-06 21:27
Navdeep Bhardwaj16-Jun-06 21:27 
QuestionSQLite for small software Pin
yarp16-Jun-06 19:18
yarp16-Jun-06 19:18 
AnswerRe: SQLite for small software [modified] Pin
Garth J Lancaster16-Jun-06 20:09
professionalGarth J Lancaster16-Jun-06 20:09 
GeneralRe: SQLite for small software Pin
yarp16-Jun-06 23:32
yarp16-Jun-06 23:32 
GeneralRe: SQLite for small software Pin
Dinuj Nath17-Jun-06 20:03
Dinuj Nath17-Jun-06 20:03 
GeneralRe: SQLite for small software Pin
yarp18-Jun-06 7:13
yarp18-Jun-06 7:13 
QuestionTCP/IP and Pipes for and ODBC Connection [modified] Pin
FlorianS16-Jun-06 7:43
FlorianS16-Jun-06 7:43 
AnswerRe: TCP/IP and Pipes for and ODBC Connection Pin
Garth J Lancaster16-Jun-06 20:14
professionalGarth J Lancaster16-Jun-06 20:14 
QuestionSelecting rows by earliest date Pin
Stefan R16-Jun-06 3:37
Stefan R16-Jun-06 3:37 
AnswerRe: Selecting rows by earliest date Pin
Colin Angus Mackay16-Jun-06 4:06
Colin Angus Mackay16-Jun-06 4:06 
QuestionUpdate database with multiple rows of dataset Pin
amittinku16-Jun-06 2:56
amittinku16-Jun-06 2:56 
QuestionSQL Server 2005 Expiration Date Pin
Brendan Vogt15-Jun-06 23:51
Brendan Vogt15-Jun-06 23:51 
Questionhow do i read a fuzzy date from MS SQL? [modified] Pin
feline_dracoform15-Jun-06 9:25
feline_dracoform15-Jun-06 9:25 
AnswerRe: how do i read a fuzzy date from MS SQL? Pin
Farhan Noor Qureshi15-Jun-06 9:36
Farhan Noor Qureshi15-Jun-06 9:36 

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.