Click here to Skip to main content
15,887,746 members
Home / Discussions / Database
   

Database

 
Questionmysql, query performance question Pin
mark_me27-Jul-09 16:08
mark_me27-Jul-09 16:08 
AnswerRe: mysql, query performance question Pin
Adam Maras27-Jul-09 16:27
Adam Maras27-Jul-09 16:27 
GeneralRe: mysql, query performance question Pin
mark_me28-Jul-09 5:06
mark_me28-Jul-09 5:06 
AnswerRe: mysql, query performance question Pin
Mycroft Holmes27-Jul-09 17:40
professionalMycroft Holmes27-Jul-09 17:40 
GeneralRe: mysql, query performance question Pin
mark_me28-Jul-09 5:07
mark_me28-Jul-09 5:07 
AnswerRe: mysql, query performance question Pin
Robin_Roy27-Jul-09 18:06
Robin_Roy27-Jul-09 18:06 
QuestionSQL Stored Procedure push in the right direction :) Pin
cdietschrun27-Jul-09 10:46
cdietschrun27-Jul-09 10:46 
AnswerRe: SQL Stored Procedure push in the right direction :) Pin
Mike Ellison27-Jul-09 14:35
Mike Ellison27-Jul-09 14:35 
Well, it is easy enough to find the newest entry for a given owner in your setup:

SELECT TOP 1 *
  FROM TBL_SWBOM_CHECKLIST_TEMPLATES
 WHERE LASTCHANGEBY = 'Joe Smith'
 ORDER BY LASTCHANGE DESC


Wrap something like that in your INSERT and you should be good to go, at least for the first of your three records.


QuestionSSIS Package - Urgent need Help Pin
vasini27-Jul-09 7:39
vasini27-Jul-09 7:39 
AnswerRe: SSIS Package - Urgent need Help Pin
Abhijit Jana27-Jul-09 8:31
professionalAbhijit Jana27-Jul-09 8:31 
AnswerPlease Read Forum Guidelines Pin
leckey27-Jul-09 10:42
leckey27-Jul-09 10:42 
AnswerRe: SSIS Package - Urgent need Help Pin
Robin_Roy27-Jul-09 17:04
Robin_Roy27-Jul-09 17:04 
QuestionLoosing decimal values while selecting in Oracle Pin
sandhya1426-Jul-09 20:11
sandhya1426-Jul-09 20:11 
AnswerRe: Loosing decimal values while selecting in Oracle Pin
Mycroft Holmes26-Jul-09 20:54
professionalMycroft Holmes26-Jul-09 20:54 
GeneralRe: Loosing decimal values while selecting in Oracle Pin
sandhya1426-Jul-09 21:06
sandhya1426-Jul-09 21:06 
Questionhow to do this result output Pin
VinothRao26-Jul-09 17:53
VinothRao26-Jul-09 17:53 
AnswerRe: how to do this result output Pin
Robin_Roy26-Jul-09 18:14
Robin_Roy26-Jul-09 18:14 
GeneralRe: how to do this result output Pin
VinothRao26-Jul-09 18:27
VinothRao26-Jul-09 18:27 
GeneralRe: how to do this result output Pin
dan!sh 26-Jul-09 18:56
professional dan!sh 26-Jul-09 18:56 
AnswerRe: how to do this result output Pin
Mycroft Holmes26-Jul-09 18:57
professionalMycroft Holmes26-Jul-09 18:57 
AnswerRe: how to do this result output Pin
J4amieC27-Jul-09 0:30
J4amieC27-Jul-09 0:30 
Questionsql statement help Pin
VinothRao26-Jul-09 15:56
VinothRao26-Jul-09 15:56 
AnswerRe: sql statement help Pin
Robin_Roy26-Jul-09 18:20
Robin_Roy26-Jul-09 18:20 
QuestionPassword in SqlServer 2005 Pin
SajjadZare25-Jul-09 18:58
SajjadZare25-Jul-09 18:58 
AnswerRe: Password in SqlServer 2005 Pin
Abhijit Jana25-Jul-09 22:32
professionalAbhijit Jana25-Jul-09 22:32 

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.