Click here to Skip to main content
15,890,825 members
Home / Discussions / Database
   

Database

 
AnswerRe: Case statement in where clouse with date compare Pin
Richard Deeming1-Nov-12 2:55
mveRichard Deeming1-Nov-12 2:55 
GeneralRe: Case statement in where clouse with date compare Pin
digvijay dobhal1-Nov-12 20:24
digvijay dobhal1-Nov-12 20:24 
GeneralRe: Case statement in where clouse with date compare Pin
Richard Deeming2-Nov-12 2:33
mveRichard Deeming2-Nov-12 2:33 
GeneralRe: Case statement in where clouse with date compare Pin
digvijay dobhal5-Nov-12 2:51
digvijay dobhal5-Nov-12 2:51 
AnswerRe: Case statement in where clouse with date compare Pin
Jörgen Andersson1-Nov-12 3:08
professionalJörgen Andersson1-Nov-12 3:08 
AnswerRe: Case statement in where clouse with date compare Pin
J4amieC1-Nov-12 22:58
J4amieC1-Nov-12 22:58 
QuestionQuery in SQL Server (machines that are now in specific project) Pin
Elina.Ma31-Oct-12 2:40
Elina.Ma31-Oct-12 2:40 
AnswerRe: Query in SQL Server (machines that are now in specific project) Pin
Eddy Vluggen31-Oct-12 2:52
professionalEddy Vluggen31-Oct-12 2:52 
Sounds like a simple query to me. Did I forget something or have I misread the question?
SQL
SELECT TOP 1 MachineName
  FROM MyTable
 WHERE ProjectName = 'Web 8.0'
 ORDER BY [DateTime] DESC

Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

GeneralRe: Query in SQL Server (machines that are now in specific project) Pin
Elina.Ma31-Oct-12 3:12
Elina.Ma31-Oct-12 3:12 
AnswerRe: Query in SQL Server (machines that are now in specific project) Pin
Eddy Vluggen31-Oct-12 3:19
professionalEddy Vluggen31-Oct-12 3:19 
AnswerRe: Query in SQL Server (machines that are now in specific project) PinPopular
Richard Deeming31-Oct-12 3:28
mveRichard Deeming31-Oct-12 3:28 
GeneralRe: Query in SQL Server (machines that are now in specific project) Pin
Herman<T>.Instance2-Nov-12 5:01
Herman<T>.Instance2-Nov-12 5:01 
QuestionGet databases mapped to login Pin
Danzy8331-Oct-12 1:59
Danzy8331-Oct-12 1:59 
AnswerRe: Get databases mapped to login Pin
Eddy Vluggen31-Oct-12 2:14
professionalEddy Vluggen31-Oct-12 2:14 
GeneralRe: Get databases mapped to login Pin
Danzy8331-Oct-12 2:25
Danzy8331-Oct-12 2:25 
GeneralRe: Get databases mapped to login Pin
Eddy Vluggen31-Oct-12 2:42
professionalEddy Vluggen31-Oct-12 2:42 
QuestionADO broken in W7 SP1 Pin
hairy_hats30-Oct-12 6:19
hairy_hats30-Oct-12 6:19 
AnswerRe: ADO broken in W7 SP1 Pin
Eddy Vluggen31-Oct-12 2:15
professionalEddy Vluggen31-Oct-12 2:15 
GeneralRe: ADO broken in W7 SP1 Pin
hairy_hats31-Oct-12 2:24
hairy_hats31-Oct-12 2:24 
GeneralRe: ADO broken in W7 SP1 Pin
Eddy Vluggen31-Oct-12 2:45
professionalEddy Vluggen31-Oct-12 2:45 
QuestionFirst Day using Oracle 11.g Pin
jkirkerx29-Oct-12 12:34
professionaljkirkerx29-Oct-12 12:34 
AnswerRe: First Day using Oracle 11.g Pin
jkirkerx29-Oct-12 15:32
professionaljkirkerx29-Oct-12 15:32 
GeneralRe: First Day using Oracle 11.g Pin
Jörgen Andersson30-Oct-12 6:21
professionalJörgen Andersson30-Oct-12 6:21 
GeneralRe: First Day using Oracle 11.g Pin
jkirkerx30-Oct-12 10:30
professionaljkirkerx30-Oct-12 10:30 
GeneralRe: First Day using Oracle 11.g Pin
Jörgen Andersson30-Oct-12 23:00
professionalJörgen Andersson30-Oct-12 23:00 

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.