Click here to Skip to main content
15,917,645 members
Home / Discussions / Database
   

Database

 
AnswerRe: Query help Pin
Sylvester george31-Jan-07 23:48
Sylvester george31-Jan-07 23:48 
QuestionSQl Server 2005 Vs. SQl Server 2000 Pin
mrkeivan31-Jan-07 0:18
mrkeivan31-Jan-07 0:18 
AnswerRe: SQl Server 2005 Vs. SQl Server 2000 Pin
Pete O'Hanlon31-Jan-07 1:41
mvePete O'Hanlon31-Jan-07 1:41 
GeneralRe: SQl Server 2005 Vs. SQl Server 2000 Pin
mrkeivan31-Jan-07 9:29
mrkeivan31-Jan-07 9:29 
AnswerRe: SQl Server 2005 Vs. SQl Server 2000 Pin
leckey31-Jan-07 6:13
leckey31-Jan-07 6:13 
QuestionSSIS Package Pin
NK731-Jan-07 0:13
NK731-Jan-07 0:13 
QuestionQuery Help Its Urgent Pin
amjad ali shah30-Jan-07 21:00
amjad ali shah30-Jan-07 21:00 
AnswerRe: Query Help Its Urgent Pin
andyharman30-Jan-07 21:26
professionalandyharman30-Jan-07 21:26 
I think that this is what you want:
select Dep.Department_Name
from contact_dept Dep
where Dep.Dept_id not in (select Emp.Dept_Id from Contact_Employee_Depts Emp where Emp.Emp_id = 123)
and Dep.active = -1
order by Dep.Department_Name
Regards
Andy
GeneralRe: Query Help Its Urgent Pin
amjad ali shah30-Jan-07 23:13
amjad ali shah30-Jan-07 23:13 
Questionhow to find a trigger is enabled or disabled for a particular table Pin
smjp30-Jan-07 18:08
smjp30-Jan-07 18:08 
AnswerRe: how to find a trigger is enabled or disabled for a particular table Pin
Ware@Work5-Feb-07 10:58
Ware@Work5-Feb-07 10:58 
QuestionSQL Query Help Pin
Hulicat30-Jan-07 13:36
Hulicat30-Jan-07 13:36 
AnswerRe: SQL Query Help Pin
andyharman30-Jan-07 19:50
professionalandyharman30-Jan-07 19:50 
GeneralRe: SQL Query Help Pin
Hulicat31-Jan-07 9:10
Hulicat31-Jan-07 9:10 
QuestionDataGrid and DataGridView Pin
Blekk30-Jan-07 12:48
Blekk30-Jan-07 12:48 
AnswerRe: DataGrid and DataGridView Pin
smjp30-Jan-07 18:45
smjp30-Jan-07 18:45 
GeneralRe: DataGrid and DataGridView Pin
Blekk31-Jan-07 7:48
Blekk31-Jan-07 7:48 
QuestionQuestion about using PIVOT in SQL Pin
leckey30-Jan-07 11:33
leckey30-Jan-07 11:33 
Questioncan i return dataReader in ado.net method on web serviec ? Pin
PavanPareta30-Jan-07 3:05
PavanPareta30-Jan-07 3:05 
AnswerRe: can i return dataReader in ado.net method on web serviec ? Pin
Pete O'Hanlon30-Jan-07 3:48
mvePete O'Hanlon30-Jan-07 3:48 
AnswerRe: can i return dataReader in ado.net method on web serviec ? Pin
Parwej Ahamad30-Jan-07 4:55
professionalParwej Ahamad30-Jan-07 4:55 
AnswerNo Pin
Ennis Ray Lynch, Jr.30-Jan-07 11:37
Ennis Ray Lynch, Jr.30-Jan-07 11:37 
QuestionHow to make constraint for column based on pattern Pin
El'Cachubrey30-Jan-07 2:20
El'Cachubrey30-Jan-07 2:20 
AnswerRe: How to make constraint for column based on pattern Pin
Pete O'Hanlon30-Jan-07 3:44
mvePete O'Hanlon30-Jan-07 3:44 
QuestionGeneral brains required on SQL Performance Pin
Rob Philpott30-Jan-07 0:55
Rob Philpott30-Jan-07 0:55 

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.