Click here to Skip to main content
15,914,820 members
Home / Discussions / Database
   

Database

 
GeneralRe: Visual Studio 2008 Data Source Configuration Wizard throws an exception Pin
Mladen Janković19-Aug-08 14:12
Mladen Janković19-Aug-08 14:12 
GeneralRe: Visual Studio 2008 Data Source Configuration Wizard throws an exception Pin
Brian C Hart20-Aug-08 7:04
professionalBrian C Hart20-Aug-08 7:04 
Question'login failed for 'NT AUTHORITY/ANONYMOUS' Pin
PadmaPriya.S19-Aug-08 1:08
PadmaPriya.S19-Aug-08 1:08 
AnswerRe: 'login failed for 'NT AUTHORITY/ANONYMOUS' Pin
Bassam Saoud19-Aug-08 15:28
Bassam Saoud19-Aug-08 15:28 
QuestionSQL query Pin
Zafar Sultan18-Aug-08 23:59
Zafar Sultan18-Aug-08 23:59 
AnswerRe: SQL query Pin
Tripathi Swati19-Aug-08 0:20
Tripathi Swati19-Aug-08 0:20 
GeneralRe: SQL query [modified] Pin
Zafar Sultan19-Aug-08 2:26
Zafar Sultan19-Aug-08 2:26 
GeneralRe: SQL query Pin
Blue_Boy19-Aug-08 15:26
Blue_Boy19-Aug-08 15:26 
When emplpyeeid is a then use query down
<br />
SELECT profiles.Employeeid,profiles.Category,[work].Title<br />
FROM profiles,[work]<br />
WHERE profiles.category = [work].category<br />
and profiles.employeeid='a'<br />
ORDER BY [work].category ASC




If you have to show all employeeid's then use this another query

<br />
SELECT profiles.Employeeid,profiles.Category,[work].Title<br />
FROM profiles,[work]<br />
WHERE profiles.category = [work].category<br />
and profiles.employeeid in(SELECT DISTINCT t1.Employeeid FROM profiles AS t1)<br />
ORDER BY  profiles.Employeeid,[work].category ASC



I Love T-SQL
"Don't torture yourself,let the life to do it for you."

AnswerRe: SQL query Pin
Tripathi Swati19-Aug-08 2:48
Tripathi Swati19-Aug-08 2:48 
GeneralRe: SQL query Pin
Zafar Sultan21-Aug-08 4:27
Zafar Sultan21-Aug-08 4:27 
GeneralRe: SQL query Pin
Tripathi Swati21-Aug-08 19:09
Tripathi Swati21-Aug-08 19:09 
GeneralRe: SQL query Pin
Zafar Sultan22-Aug-08 1:12
Zafar Sultan22-Aug-08 1:12 
Questionfirst three highest salaries Pin
chithra.r18-Aug-08 23:19
chithra.r18-Aug-08 23:19 
AnswerRe: first three highest salaries Pin
Tripathi Swati18-Aug-08 23:28
Tripathi Swati18-Aug-08 23:28 
GeneralRe: first three highest salaries Pin
chithra.r19-Aug-08 6:54
chithra.r19-Aug-08 6:54 
GeneralRe: first three highest salaries Pin
Wendelius19-Aug-08 8:06
mentorWendelius19-Aug-08 8:06 
GeneralRe: first three highest salaries Pin
TheFM23419-Aug-08 18:36
TheFM23419-Aug-08 18:36 
QuestionView ??????? Pin
.NET- India 18-Aug-08 22:36
.NET- India 18-Aug-08 22:36 
AnswerRe: View ??????? Pin
That's Aragon19-Aug-08 1:19
That's Aragon19-Aug-08 1:19 
GeneralRe: View ??????? Pin
netJP12L19-Aug-08 4:14
netJP12L19-Aug-08 4:14 
AnswerRe: View ??????? Pin
John_Adams19-Aug-08 3:25
John_Adams19-Aug-08 3:25 
AnswerRe: View ??????? Pin
Jerry Hammond19-Aug-08 5:29
Jerry Hammond19-Aug-08 5:29 
AnswerRe: View ??????? Pin
Wendelius19-Aug-08 7:50
mentorWendelius19-Aug-08 7:50 
QuestionHow to restore backup file from sqlserver2005 to sqlserver2000? Pin
Ashish Kumar Vyas18-Aug-08 19:50
Ashish Kumar Vyas18-Aug-08 19:50 
AnswerRe: How to restore backup file from sqlserver2005 to sqlserver2000? Pin
Colin Angus Mackay18-Aug-08 21:27
Colin Angus Mackay18-Aug-08 21:27 

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.