Click here to Skip to main content
16,006,006 members
Home / Discussions / Database
   

Database

 
GeneralRe: Need help for sql ASAP Phuleez Pin
Colin Angus Mackay2-Feb-06 20:58
Colin Angus Mackay2-Feb-06 20:58 
GeneralRe: Need help for sql ASAP Phuleez Pin
Minoo S3-Feb-06 7:16
Minoo S3-Feb-06 7:16 
GeneralRe: Need help for sql ASAP Phuleez Pin
Minoo S5-Feb-06 8:43
Minoo S5-Feb-06 8:43 
GeneralRe: Need help for sql ASAP Phuleez Pin
Colin Angus Mackay5-Feb-06 8:47
Colin Angus Mackay5-Feb-06 8:47 
GeneralRe: Need help for sql ASAP Phuleez Pin
Minoo S19-Apr-06 6:14
Minoo S19-Apr-06 6:14 
QuestionCreating SQL Blocks? Pin
Justin Cooke2-Feb-06 4:36
Justin Cooke2-Feb-06 4:36 
Questionmerging two tables or two datasets Pin
dansoft2-Feb-06 4:23
dansoft2-Feb-06 4:23 
AnswerRe: merging two tables or two datasets Pin
Chris Meech2-Feb-06 7:54
Chris Meech2-Feb-06 7:54 
select groupid
      ,staff1.name created
      ,staff2.name modified 
  from groups
      ,staff staff1
      ,staff staff2
 where groups.created = staff1.staffid
   and groups.modified = staff2.staffid
 order by groupid;


Chris Meech

I am Canadian. [heard in a local bar]

When I want privacy, I'll close the bathroom door. [Stan Shannon]

BAD DAY FOR: Friendly competition, as Ford Motor Co. declared the employee parking lot at its truck plant in Dearborn, Mich., off limits to vehicles built by rival companies. Workers have to drive a Ford to work, or park across the street. [CNNMoney.com]

Nice sig! [Tim Deveaux on Matt Newman's sig with a quote from me]
GeneralRe: merging two tables or two datasets Pin
dansoft2-Feb-06 15:49
dansoft2-Feb-06 15:49 
QuestionConnection Pooling ADo.Net Pin
faviochilo2-Feb-06 3:21
faviochilo2-Feb-06 3:21 
AnswerRe: Connection Pooling ADo.Net Pin
Le centriste2-Feb-06 6:52
Le centriste2-Feb-06 6:52 
QuestionAdd JPEG In MySQL5.0 Table via VB6.0 Pin
jobje2-Feb-06 1:56
jobje2-Feb-06 1:56 
QuestionIs SELECT INTO optimal to copy data? Pin
Salil Khedkar2-Feb-06 1:54
Salil Khedkar2-Feb-06 1:54 
AnswerRe: Is SELECT INTO optimal to copy data? Pin
Mike Dimmick2-Feb-06 2:32
Mike Dimmick2-Feb-06 2:32 
QuestionHelp!!Compacting Database MSDE/SQL Pin
jfk_lili1-Feb-06 22:35
jfk_lili1-Feb-06 22:35 
AnswerRe: Help!!Compacting Database MSDE/SQL Pin
Mike Dimmick2-Feb-06 2:38
Mike Dimmick2-Feb-06 2:38 
GeneralRe: Help!!Compacting Database MSDE/SQL Pin
jfk_lili2-Feb-06 17:02
jfk_lili2-Feb-06 17:02 
QuestionProblems with Backup/Restore of SQL server database Pin
nicsquare1-Feb-06 20:44
nicsquare1-Feb-06 20:44 
Questiondate pblm in mssql server Pin
Vipin.d1-Feb-06 17:27
Vipin.d1-Feb-06 17:27 
AnswerRe: date pblm in mssql server Pin
Rana Muhammad Javed Khan1-Feb-06 20:00
Rana Muhammad Javed Khan1-Feb-06 20:00 
AnswerRe: date pblm in mssql server Pin
Colin Angus Mackay1-Feb-06 23:26
Colin Angus Mackay1-Feb-06 23:26 
QuestionCopy diagram from on db to another on same db Pin
bubberz1-Feb-06 12:02
bubberz1-Feb-06 12:02 
AnswerRe: Copy diagram from on db to another on same db Pin
bubberz2-Feb-06 3:37
bubberz2-Feb-06 3:37 
Questiongenerating database Pin
D.N.1-Feb-06 4:09
D.N.1-Feb-06 4:09 
AnswerRe: generating database Pin
Colin Angus Mackay1-Feb-06 5:18
Colin Angus Mackay1-Feb-06 5:18 

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.