Click here to Skip to main content
15,888,979 members
Home / Discussions / Database
   

Database

 
GeneralRe: Is Insert, Delete, Update already had transaction Pin
_J_25-Mar-05 2:12
_J_25-Mar-05 2:12 
GeneralRe: Is Insert, Delete, Update already had transaction Pin
Colin Angus Mackay25-Mar-05 2:25
Colin Angus Mackay25-Mar-05 2:25 
GeneralRe: Is Insert, Delete, Update already had transaction Pin
_J_25-Mar-05 2:38
_J_25-Mar-05 2:38 
GeneralRe: Is Insert, Delete, Update already had transaction Pin
turbochimp25-Mar-05 20:30
turbochimp25-Mar-05 20:30 
GeneralT-SQL Question Pin
Mickey_WWW24-Mar-05 19:09
sussMickey_WWW24-Mar-05 19:09 
GeneralRe: T-SQL Question Pin
_J_25-Mar-05 1:56
_J_25-Mar-05 1:56 
GeneralRe: T-SQL Question Pin
Tony Lewis25-Mar-05 10:00
Tony Lewis25-Mar-05 10:00 
GeneralRe: T-SQL Question Pin
WDI26-Mar-05 0:05
WDI26-Mar-05 0:05 
Thanks
i have use your statement in my article but i got an error with below statement:

Select distinct ID,Name from [View]
where ID not in ( select ID from [View] where TypeID not in(1,3) )
group by ID having count(distinct typeID) = 2

ADO Error :Column [View].Name is invalid in the select list because it is not contained

in either an aggregate function or GROUP BY clause.
GeneralRe: T-SQL Question Pin
Tony Lewis26-Mar-05 2:05
Tony Lewis26-Mar-05 2:05 
GeneralRe: T-SQL Question Pin
turbochimp25-Mar-05 18:12
turbochimp25-Mar-05 18:12 
GeneralRe: T-SQL Question Pin
Suman Singh29-Mar-05 11:38
professionalSuman Singh29-Mar-05 11:38 
GeneralHandle SQL errors with severity 10 Pin
_J_23-Mar-05 9:05
_J_23-Mar-05 9:05 
GeneralRe: Handle SQL errors with severity 10 Pin
Chris Meech23-Mar-05 9:14
Chris Meech23-Mar-05 9:14 
GeneralRe: Handle SQL errors with severity 10 Pin
_J_23-Mar-05 9:29
_J_23-Mar-05 9:29 
GeneralRe: Handle SQL errors with severity 10 Pin
Chris Meech23-Mar-05 9:54
Chris Meech23-Mar-05 9:54 
GeneralRe: Handle SQL errors with severity 10 Pin
_J_23-Mar-05 10:07
_J_23-Mar-05 10:07 
GeneralRe: Handle SQL errors with severity 10 Pin
Colin Angus Mackay23-Mar-05 13:03
Colin Angus Mackay23-Mar-05 13:03 
GeneralRe: Handle SQL errors with severity 10 Pin
_J_23-Mar-05 21:31
_J_23-Mar-05 21:31 
GeneralRow ID after INSERT to database Pin
Abyss22-Mar-05 21:00
Abyss22-Mar-05 21:00 
GeneralRe: Row ID after INSERT to database Pin
_J_23-Mar-05 1:45
_J_23-Mar-05 1:45 
GeneralRe: Row ID after INSERT to database Pin
Abyss23-Mar-05 2:19
Abyss23-Mar-05 2:19 
GeneralRe: Row ID after INSERT to database Pin
Jeff Martin23-Mar-05 3:37
Jeff Martin23-Mar-05 3:37 
GeneralRe: Row ID after INSERT to database Pin
_J_23-Mar-05 3:53
_J_23-Mar-05 3:53 
GeneralRe: Row ID after INSERT to database Pin
Abyss23-Mar-05 21:25
Abyss23-Mar-05 21:25 
GeneralRe: Row ID after INSERT to database Pin
Huseyin Altindag24-Mar-05 0:33
Huseyin Altindag24-Mar-05 0:33 

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.