Click here to Skip to main content
15,909,939 members
Home / Discussions / Database
   

Database

 
QuestionPharse commas in rows Pin
Shrita27-Jul-07 6:29
Shrita27-Jul-07 6:29 
AnswerRe: Pharse commas in rows Pin
Brady Kelly27-Jul-07 22:51
Brady Kelly27-Jul-07 22:51 
QuestionLookup Field Copying Pin
Karma3125127-Jul-07 5:40
Karma3125127-Jul-07 5:40 
GeneralControl over generating scripts Pin
Brady Kelly27-Jul-07 2:31
Brady Kelly27-Jul-07 2:31 
GeneralRe: Control over generating scripts Pin
Mike Dimmick27-Jul-07 4:45
Mike Dimmick27-Jul-07 4:45 
QuestionSSPI context error message Pin
aanryn27-Jul-07 1:58
aanryn27-Jul-07 1:58 
QuestionRetrieving data from multiple tables Pin
HinJinShah27-Jul-07 0:36
HinJinShah27-Jul-07 0:36 
AnswerRe: Retrieving data from a single table Pin
Eliz.k27-Jul-07 1:02
Eliz.k27-Jul-07 1:02 
SELECT stuName = s.stuName,
className = c.className,
sectionName = sc.sectionName,
termName = t.termName,
sessionName = ss.sessionName
FROM students s
LEFT OUTER JOIN Classes c ON s.classID = c.classID
LEFT OUTER JOIN Sections sc ON s.sectionID = sc.sectionID
LEFT OUTER JOIN Terms t ON s.termID = t.termID
LEFT OUTER JOIN Sessions ss ON s.sessionID = ss.sessionID


Eliz.K
<awww.oin1.com< a="">
GeneralRe: Retrieving data from a single table Pin
HinJinShah29-Jul-07 19:39
HinJinShah29-Jul-07 19:39 
GeneralRe: Retrieving data from a single table Pin
Eliz.k3-Aug-07 6:01
Eliz.k3-Aug-07 6:01 
Questiontimeout expired Pin
hkchauhan26-Jul-07 23:18
hkchauhan26-Jul-07 23:18 
AnswerRe: timeout expired Pin
Krish - KP26-Jul-07 23:28
Krish - KP26-Jul-07 23:28 
GeneralRe: timeout expired Pin
hkchauhan26-Jul-07 23:35
hkchauhan26-Jul-07 23:35 
GeneralRe: timeout expired Pin
kubben27-Jul-07 1:47
kubben27-Jul-07 1:47 
AnswerRe: timeout expired Pin
Paul Conrad27-Jul-07 19:46
professionalPaul Conrad27-Jul-07 19:46 
QuestionUse stored procedure in place of select statement for cursor Pin
Khawar Abbas126-Jul-07 21:20
Khawar Abbas126-Jul-07 21:20 
AnswerRe: Use stored procedure in place of select statement for cursor Pin
N a v a n e e t h26-Jul-07 23:01
N a v a n e e t h26-Jul-07 23:01 
AnswerRe: Use stored procedure in place of select statement for cursor Pin
Eliz.k26-Jul-07 23:39
Eliz.k26-Jul-07 23:39 
AnswerRe: Use stored procedure in place of select statement for cursor Pin
Mike Dimmick27-Jul-07 2:14
Mike Dimmick27-Jul-07 2:14 
Questionfunction that returns the first letter of each word in uppercase, all other letters in lowercase in mssql 2000 Pin
jhyn26-Jul-07 21:06
jhyn26-Jul-07 21:06 
AnswerRe: function that returns the first letter of each word in uppercase, all other letters in lowercase in mssql 2000 Pin
Eliz.k26-Jul-07 23:43
Eliz.k26-Jul-07 23:43 
GeneralRe: function that returns the first letter of each word in uppercase, all other letters in lowercase in mssql 2000 Pin
Krish - KP27-Jul-07 0:20
Krish - KP27-Jul-07 0:20 
GeneralRe: function that returns the first letter of each word in uppercase, all other letters in lowercase in mssql 2000 Pin
Eliz.k27-Jul-07 0:48
Eliz.k27-Jul-07 0:48 
QuestionSQL 2000 DTS Execution failure Pin
Kiefie26-Jul-07 20:53
Kiefie26-Jul-07 20:53 
AnswerRe: SQL 2000 DTS Execution failure Pin
Kiefie26-Jul-07 22:00
Kiefie26-Jul-07 22: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.